*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  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
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 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 */
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* 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 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
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  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;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
*/

[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 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {
  .container {
    max-width:540px
  }
}

@media(min-width: 768px) {
  .container {
    max-width:720px
  }
}

@media(min-width: 992px) {
  .container {
    max-width:960px
  }
}

@media(min-width: 1200px) {
  .container {
    max-width:1140px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.hscol,.no-gutters>[class*=hscol-] {
  padding-right: 0;
  padding-left: 0
}

.hscol-xl,.hscol-xl-auto,.hscol-xl-12,.hscol-xl-11,.hscol-xl-10,.hscol-xl-9,.hscol-xl-8,.hscol-xl-7,.hscol-xl-6,.hscol-xl-5,.hscol-xl-4,.hscol-xl-3,.hscol-xl-2,.hscol-xl-1,.hscol-lg,.hscol-lg-auto,.hscol-lg-12,.hscol-lg-11,.hscol-lg-10,.hscol-lg-9,.hscol-lg-8,.hscol-lg-7,.hscol-lg-6,.hscol-lg-5,.hscol-lg-4,.hscol-lg-3,.hscol-lg-2,.hscol-lg-1,.hscol-md,.hscol-md-auto,.hscol-md-12,.hscol-md-11,.hscol-md-10,.hscol-md-9,.hscol-md-8,.hscol-md-7,.hscol-md-6,.hscol-md-5,.hscol-md-4,.hscol-md-3,.hscol-md-2,.hscol-md-1,.hscol-sm,.hscol-sm-auto,.hscol-sm-12,.hscol-sm-11,.hscol-sm-10,.hscol-sm-9,.hscol-sm-8,.hscol-sm-7,.hscol-sm-6,.hscol-sm-5,.hscol-sm-4,.hscol-sm-3,.hscol-sm-2,.hscol-sm-1,.hscol,.hscol-auto,.hscol-12,.hscol-11,.hscol-10,.hscol-9,.hscol-8,.hscol-7,.hscol-6,.hscol-5,.hscol-4,.hscol-3,.hscol-2,.hscol-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.hscol {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.hscol-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.hscol-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.hscol-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.hscol-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.hscol-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.hscol-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.hscol-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.hscol-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.hscol-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.hscol-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.hscol-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.hscol-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.hscol-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media(min-width: 576px) {
  .hscol-sm {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .hscol-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .hscol-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .hscol-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .hscol-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .hscol-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .hscol-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .hscol-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .hscol-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .hscol-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .hscol-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .hscol-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .hscol-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .hscol-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width: 768px) {
  .hscol-md {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .hscol-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .hscol-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .hscol-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .hscol-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .hscol-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .hscol-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .hscol-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .hscol-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .hscol-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .hscol-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .hscol-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .hscol-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .hscol-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width: 992px) {
  .hscol-lg {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .hscol-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .hscol-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .hscol-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .hscol-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .hscol-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .hscol-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .hscol-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .hscol-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .hscol-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .hscol-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .hscol-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .hscol-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .hscol-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width: 1200px) {
  .hscol-xl {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .hscol-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .hscol-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .hscol-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .hscol-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .hscol-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .hscol-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .hscol-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .hscol-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .hscol-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .hscol-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .hscol-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .hscol-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .hscol-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}
.flex-row {
  flex-direction: row
}

.flex-column {
  flex-direction: column
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-column-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-nowrap {
  flex-wrap: nowrap
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.flex-fill {
  flex: 1 1 auto
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow-1 {
  flex-grow: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-shrink-1 {
  flex-shrink: 1
}

.justify-content-start {
  justify-content: flex-start
}

.justify-content-end {
  justify-content: flex-end
}

.justify-content-center {
  justify-content: center
}

.justify-content-between {
  justify-content: space-between
}

.justify-content-around {
  justify-content: space-around
}

.align-items-start {
  align-items: flex-start
}

.align-items-end {
  align-items: flex-end
}

.align-items-center {
  align-items: center
}

.align-items-baseline {
  align-items: baseline
}

.align-items-stretch {
  align-items: stretch
}

.align-content-start {
  align-content: flex-start
}

.align-content-end {
  align-content: flex-end
}

.align-content-center {
  align-content: center
}

.align-content-between {
  align-content: space-between
}

.align-content-around {
  align-content: space-around
}

.align-content-stretch {
  align-content: stretch
}

.align-self-auto {
  align-self: auto
}

.align-self-start {
  align-self: flex-start
}

.align-self-end {
  align-self: flex-end
}

.align-self-center {
  align-self: center
}

.align-self-baseline {
  align-self: baseline
}

.align-self-stretch {
  align-self: stretch
}

@media(min-width: 576px) {
  .flex-sm-row {
    flex-direction:row
  }

  .flex-sm-column {
    flex-direction: column
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse
  }

  .flex-sm-wrap {
    flex-wrap: wrap
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .flex-sm-fill {
    flex: 1 1 auto
  }

  .flex-sm-grow-0 {
    flex-grow: 0
  }

  .flex-sm-grow-1 {
    flex-grow: 1
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1
  }

  .justify-content-sm-start {
    justify-content: flex-start
  }

  .justify-content-sm-end {
    justify-content: flex-end
  }

  .justify-content-sm-center {
    justify-content: center
  }

  .justify-content-sm-between {
    justify-content: space-between
  }

  .justify-content-sm-around {
    justify-content: space-around
  }

  .align-items-sm-start {
    align-items: flex-start
  }

  .align-items-sm-end {
    align-items: flex-end
  }

  .align-items-sm-center {
    align-items: center
  }

  .align-items-sm-baseline {
    align-items: baseline
  }

  .align-items-sm-stretch {
    align-items: stretch
  }

  .align-content-sm-start {
    align-content: flex-start
  }

  .align-content-sm-end {
    align-content: flex-end
  }

  .align-content-sm-center {
    align-content: center
  }

  .align-content-sm-between {
    align-content: space-between
  }

  .align-content-sm-around {
    align-content: space-around
  }

  .align-content-sm-stretch {
    align-content: stretch
  }

  .align-self-sm-auto {
    align-self: auto
  }

  .align-self-sm-start {
    align-self: flex-start
  }

  .align-self-sm-end {
    align-self: flex-end
  }

  .align-self-sm-center {
    align-self: center
  }

  .align-self-sm-baseline {
    align-self: baseline
  }

  .align-self-sm-stretch {
    align-self: stretch
  }
}

@media(min-width: 768px) {
  .flex-md-row {
    flex-direction:row
  }

  .flex-md-column {
    flex-direction: column
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse
  }

  .flex-md-wrap {
    flex-wrap: wrap
  }

  .flex-md-nowrap {
    flex-wrap: nowrap
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .flex-md-fill {
    flex: 1 1 auto
  }

  .flex-md-grow-0 {
    flex-grow: 0
  }

  .flex-md-grow-1 {
    flex-grow: 1
  }

  .flex-md-shrink-0 {
    flex-shrink: 0
  }

  .flex-md-shrink-1 {
    flex-shrink: 1
  }

  .justify-content-md-start {
    justify-content: flex-start
  }

  .justify-content-md-end {
    justify-content: flex-end
  }

  .justify-content-md-center {
    justify-content: center
  }

  .justify-content-md-between {
    justify-content: space-between
  }

  .justify-content-md-around {
    justify-content: space-around
  }

  .align-items-md-start {
    align-items: flex-start
  }

  .align-items-md-end {
    align-items: flex-end
  }

  .align-items-md-center {
    align-items: center
  }

  .align-items-md-baseline {
    align-items: baseline
  }

  .align-items-md-stretch {
    align-items: stretch
  }

  .align-content-md-start {
    align-content: flex-start
  }

  .align-content-md-end {
    align-content: flex-end
  }

  .align-content-md-center {
    align-content: center
  }

  .align-content-md-between {
    align-content: space-between
  }

  .align-content-md-around {
    align-content: space-around
  }

  .align-content-md-stretch {
    align-content: stretch
  }

  .align-self-md-auto {
    align-self: auto
  }

  .align-self-md-start {
    align-self: flex-start
  }

  .align-self-md-end {
    align-self: flex-end
  }

  .align-self-md-center {
    align-self: center
  }

  .align-self-md-baseline {
    align-self: baseline
  }

  .align-self-md-stretch {
    align-self: stretch
  }
}

@media(min-width: 992px) {
  .flex-lg-row {
    flex-direction:row
  }

  .flex-lg-column {
    flex-direction: column
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse
  }

  .flex-lg-wrap {
    flex-wrap: wrap
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .flex-lg-fill {
    flex: 1 1 auto
  }

  .flex-lg-grow-0 {
    flex-grow: 0
  }

  .flex-lg-grow-1 {
    flex-grow: 1
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1
  }

  .justify-content-lg-start {
    justify-content: flex-start
  }

  .justify-content-lg-end {
    justify-content: flex-end
  }

  .justify-content-lg-center {
    justify-content: center
  }

  .justify-content-lg-between {
    justify-content: space-between
  }

  .justify-content-lg-around {
    justify-content: space-around
  }

  .align-items-lg-start {
    align-items: flex-start
  }

  .align-items-lg-end {
    align-items: flex-end
  }

  .align-items-lg-center {
    align-items: center
  }

  .align-items-lg-baseline {
    align-items: baseline
  }

  .align-items-lg-stretch {
    align-items: stretch
  }

  .align-content-lg-start {
    align-content: flex-start
  }

  .align-content-lg-end {
    align-content: flex-end
  }

  .align-content-lg-center {
    align-content: center
  }

  .align-content-lg-between {
    align-content: space-between
  }

  .align-content-lg-around {
    align-content: space-around
  }

  .align-content-lg-stretch {
    align-content: stretch
  }

  .align-self-lg-auto {
    align-self: auto
  }

  .align-self-lg-start {
    align-self: flex-start
  }

  .align-self-lg-end {
    align-self: flex-end
  }

  .align-self-lg-center {
    align-self: center
  }

  .align-self-lg-baseline {
    align-self: baseline
  }

  .align-self-lg-stretch {
    align-self: stretch
  }
}

@media(min-width: 1200px) {
  .flex-xl-row {
    flex-direction:row
  }

  .flex-xl-column {
    flex-direction: column
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse
  }

  .flex-xl-wrap {
    flex-wrap: wrap
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .flex-xl-fill {
    flex: 1 1 auto
  }

  .flex-xl-grow-0 {
    flex-grow: 0
  }

  .flex-xl-grow-1 {
    flex-grow: 1
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1
  }

  .justify-content-xl-start {
    justify-content: flex-start
  }

  .justify-content-xl-end {
    justify-content: flex-end
  }

  .justify-content-xl-center {
    justify-content: center
  }

  .justify-content-xl-between {
    justify-content: space-between
  }

  .justify-content-xl-around {
    justify-content: space-around
  }

  .align-items-xl-start {
    align-items: flex-start
  }

  .align-items-xl-end {
    align-items: flex-end
  }

  .align-items-xl-center {
    align-items: center
  }

  .align-items-xl-baseline {
    align-items: baseline
  }

  .align-items-xl-stretch {
    align-items: stretch
  }

  .align-content-xl-start {
    align-content: flex-start
  }

  .align-content-xl-end {
    align-content: flex-end
  }

  .align-content-xl-center {
    align-content: center
  }

  .align-content-xl-between {
    align-content: space-between
  }

  .align-content-xl-around {
    align-content: space-around
  }

  .align-content-xl-stretch {
    align-content: stretch
  }

  .align-self-xl-auto {
    align-self: auto
  }

  .align-self-xl-start {
    align-self: flex-start
  }

  .align-self-xl-end {
    align-self: flex-end
  }

  .align-self-xl-center {
    align-self: center
  }

  .align-self-xl-baseline {
    align-self: baseline
  }

  .align-self-xl-stretch {
    align-self: stretch
  }
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.float-none {
  float: none
}

@media(min-width: 576px) {
  .float-sm-left {
    float:left
  }

  .float-sm-right {
    float: right
  }

  .float-sm-none {
    float: none
  }
}

@media(min-width: 768px) {
  .float-md-left {
    float:left
  }

  .float-md-right {
    float: right
  }

  .float-md-none {
    float: none
  }
}

@media(min-width: 992px) {
  .float-lg-left {
    float:left
  }

  .float-lg-right {
    float: right
  }

  .float-lg-none {
    float: none
  }
}

@media(min-width: 1200px) {
  .float-xl-left {
    float:left
  }

  .float-xl-right {
    float: right
  }

  .float-xl-none {
    float: none
  }
}

.overflow-auto {
  overflow: auto
}

.w-25 {
  width: 25%
}

.w-50 {
  width: 50%
}

.w-75 {
  width: 75%
}

.w-100 {
  width: 100%
}

.w-auto {
  width: auto
}

.h-25 {
  height: 25%
}

.h-50 {
  height: 50%
}

.h-75 {
  height: 75%
}

.h-100 {
  height: 100%
}

.h-auto {
  height: auto
}

.mw-100 {
  max-width: 100%
}

.mh-100 {
  max-height: 100%
}

.min-vw-100 {
  min-width: 100vw
}

.min-vh-100 {
  min-height: 100vh
}

.vw-100 {
  width: 100vw
}

.vh-100 {
  height: 100vh
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0)
}

.m-0 {
  margin: 0
}

.mt-0,.my-0 {
  margin-top: 0
}

.mr-0,.mx-0 {
  margin-right: 0
}

.mb-0,.my-0 {
  margin-bottom: 0
}

.ml-0,.mx-0 {
  margin-left: 0
}

.m-1 {
  margin: .25rem
}

.mt-1,.my-1 {
  margin-top: .25rem
}

.mr-1,.mx-1 {
  margin-right: .25rem
}

.mb-1,.my-1 {
  margin-bottom: .25rem
}

.ml-1,.mx-1 {
  margin-left: .25rem
}

.m-2 {
  margin: .5rem
}

.mt-2,.my-2 {
  margin-top: .5rem
}

.mr-2,.mx-2 {
  margin-right: .5rem
}

.mb-2,.my-2 {
  margin-bottom: .5rem
}

.ml-2,.mx-2 {
  margin-left: .5rem
}

.m-3 {
  margin: 1rem
}

.mt-3,.my-3 {
  margin-top: 1rem
}

.mr-3,.mx-3 {
  margin-right: 1rem
}

.mb-3,.my-3 {
  margin-bottom: 1rem
}

.ml-3,.mx-3 {
  margin-left: 1rem
}

.m-4 {
  margin: 1.5rem
}

.mt-4,.my-4 {
  margin-top: 1.5rem
}

.mr-4,.mx-4 {
  margin-right: 1.5rem
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem
}

.ml-4,.mx-4 {
  margin-left: 1.5rem
}

.m-5 {
  margin: 3rem
}

.mt-5,.my-5 {
  margin-top: 3rem
}

.mr-5,.mx-5 {
  margin-right: 3rem
}

.mb-5,.my-5 {
  margin-bottom: 3rem
}

.ml-5,.mx-5 {
  margin-left: 3rem
}

.p-0 {
  padding: 0
}

.pt-0,.py-0 {
  padding-top: 0
}

.pr-0,.px-0 {
  padding-right: 0
}

.pb-0,.py-0 {
  padding-bottom: 0
}

.pl-0,.px-0 {
  padding-left: 0
}

.p-1 {
  padding: .25rem
}

.pt-1,.py-1 {
  padding-top: .25rem
}

.pr-1,.px-1 {
  padding-right: .25rem
}

.pb-1,.py-1 {
  padding-bottom: .25rem
}

.pl-1,.px-1 {
  padding-left: .25rem
}

.p-2 {
  padding: .5rem
}

.pt-2,.py-2 {
  padding-top: .5rem
}

.pr-2,.px-2 {
  padding-right: .5rem
}

.pb-2,.py-2 {
  padding-bottom: .5rem
}

.pl-2,.px-2 {
  padding-left: .5rem
}

.p-3 {
  padding: 1rem
}

.pt-3,.py-3 {
  padding-top: 1rem
}

.pr-3,.px-3 {
  padding-right: 1rem
}

.pb-3,.py-3 {
  padding-bottom: 1rem
}

.pl-3,.px-3 {
  padding-left: 1rem
}

.p-4 {
  padding: 1.5rem
}

.pt-4,.py-4 {
  padding-top: 1.5rem
}

.pr-4,.px-4 {
  padding-right: 1.5rem
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem
}

.pl-4,.px-4 {
  padding-left: 1.5rem
}

.p-5 {
  padding: 3rem
}

.pt-5,.py-5 {
  padding-top: 3rem
}

.pr-5,.px-5 {
  padding-right: 3rem
}

.pb-5,.py-5 {
  padding-bottom: 3rem
}

.pl-5,.px-5 {
  padding-left: 3rem
}

.m-n1 {
  margin: -0.25rem
}

.mt-n1,.my-n1 {
  margin-top: -0.25rem
}

.mr-n1,.mx-n1 {
  margin-right: -0.25rem
}

.mb-n1,.my-n1 {
  margin-bottom: -0.25rem
}

.ml-n1,.mx-n1 {
  margin-left: -0.25rem
}

.m-n2 {
  margin: -0.5rem
}

.mt-n2,.my-n2 {
  margin-top: -0.5rem
}

.mr-n2,.mx-n2 {
  margin-right: -0.5rem
}

.mb-n2,.my-n2 {
  margin-bottom: -0.5rem
}

.ml-n2,.mx-n2 {
  margin-left: -0.5rem
}

.m-n3 {
  margin: -1rem
}

.mt-n3,.my-n3 {
  margin-top: -1rem
}

.mr-n3,.mx-n3 {
  margin-right: -1rem
}

.mb-n3,.my-n3 {
  margin-bottom: -1rem
}

.ml-n3,.mx-n3 {
  margin-left: -1rem
}

.m-n4 {
  margin: -1.5rem
}

.mt-n4,.my-n4 {
  margin-top: -1.5rem
}

.mr-n4,.mx-n4 {
  margin-right: -1.5rem
}

.mb-n4,.my-n4 {
  margin-bottom: -1.5rem
}

.ml-n4,.mx-n4 {
  margin-left: -1.5rem
}

.m-n5 {
  margin: -3rem
}

.mt-n5,.my-n5 {
  margin-top: -3rem
}

.mr-n5,.mx-n5 {
  margin-right: -3rem
}

.mb-n5,.my-n5 {
  margin-bottom: -3rem
}

.ml-n5,.mx-n5 {
  margin-left: -3rem
}

.m-auto {
  margin: auto
}

.mt-auto,.my-auto {
  margin-top: auto
}

.mr-auto,.mx-auto {
  margin-right: auto
}

.mb-auto,.my-auto {
  margin-bottom: auto
}

.ml-auto,.mx-auto {
  margin-left: auto
}

@media(min-width: 576px) {
  .m-sm-0 {
    margin:0
  }

  .mt-sm-0,.my-sm-0 {
    margin-top: 0
  }

  .mr-sm-0,.mx-sm-0 {
    margin-right: 0
  }

  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0
  }

  .ml-sm-0,.mx-sm-0 {
    margin-left: 0
  }

  .m-sm-1 {
    margin: .25rem
  }

  .mt-sm-1,.my-sm-1 {
    margin-top: .25rem
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .25rem
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .25rem
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .25rem
  }

  .m-sm-2 {
    margin: .5rem
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: .5rem
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: .5rem
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: .5rem
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: .5rem
  }

  .m-sm-3 {
    margin: 1rem
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: 1rem
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1rem
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1rem
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1rem
  }

  .m-sm-4 {
    margin: 1.5rem
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1.5rem
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.5rem
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.5rem
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.5rem
  }

  .m-sm-5 {
    margin: 3rem
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 3rem
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 3rem
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 3rem
  }

  .p-sm-0 {
    padding: 0
  }

  .pt-sm-0,.py-sm-0 {
    padding-top: 0
  }

  .pr-sm-0,.px-sm-0 {
    padding-right: 0
  }

  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0
  }

  .pl-sm-0,.px-sm-0 {
    padding-left: 0
  }

  .p-sm-1 {
    padding: .25rem
  }

  .pt-sm-1,.py-sm-1 {
    padding-top: .25rem
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .25rem
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .25rem
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .25rem
  }

  .p-sm-2 {
    padding: .5rem
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: .5rem
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: .5rem
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: .5rem
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: .5rem
  }

  .p-sm-3 {
    padding: 1rem
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: 1rem
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1rem
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1rem
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1rem
  }

  .p-sm-4 {
    padding: 1.5rem
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1.5rem
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1.5rem
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.5rem
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1.5rem
  }

  .p-sm-5 {
    padding: 3rem
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 3rem
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 3rem
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 3rem
  }

  .m-sm-n1 {
    margin: -0.25rem
  }

  .mt-sm-n1,.my-sm-n1 {
    margin-top: -0.25rem
  }

  .mr-sm-n1,.mx-sm-n1 {
    margin-right: -0.25rem
  }

  .mb-sm-n1,.my-sm-n1 {
    margin-bottom: -0.25rem
  }

  .ml-sm-n1,.mx-sm-n1 {
    margin-left: -0.25rem
  }

  .m-sm-n2 {
    margin: -0.5rem
  }

  .mt-sm-n2,.my-sm-n2 {
    margin-top: -0.5rem
  }

  .mr-sm-n2,.mx-sm-n2 {
    margin-right: -0.5rem
  }

  .mb-sm-n2,.my-sm-n2 {
    margin-bottom: -0.5rem
  }

  .ml-sm-n2,.mx-sm-n2 {
    margin-left: -0.5rem
  }

  .m-sm-n3 {
    margin: -1rem
  }

  .mt-sm-n3,.my-sm-n3 {
    margin-top: -1rem
  }

  .mr-sm-n3,.mx-sm-n3 {
    margin-right: -1rem
  }

  .mb-sm-n3,.my-sm-n3 {
    margin-bottom: -1rem
  }

  .ml-sm-n3,.mx-sm-n3 {
    margin-left: -1rem
  }

  .m-sm-n4 {
    margin: -1.5rem
  }

  .mt-sm-n4,.my-sm-n4 {
    margin-top: -1.5rem
  }

  .mr-sm-n4,.mx-sm-n4 {
    margin-right: -1.5rem
  }

  .mb-sm-n4,.my-sm-n4 {
    margin-bottom: -1.5rem
  }

  .ml-sm-n4,.mx-sm-n4 {
    margin-left: -1.5rem
  }

  .m-sm-n5 {
    margin: -3rem
  }

  .mt-sm-n5,.my-sm-n5 {
    margin-top: -3rem
  }

  .mr-sm-n5,.mx-sm-n5 {
    margin-right: -3rem
  }

  .mb-sm-n5,.my-sm-n5 {
    margin-bottom: -3rem
  }

  .ml-sm-n5,.mx-sm-n5 {
    margin-left: -3rem
  }

  .m-sm-auto {
    margin: auto
  }

  .mt-sm-auto,.my-sm-auto {
    margin-top: auto
  }

  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto
  }

  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto
  }

  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto
  }
}

@media(min-width: 768px) {
  .m-md-0 {
    margin:0
  }

  .mt-md-0,.my-md-0 {
    margin-top: 0
  }

  .mr-md-0,.mx-md-0 {
    margin-right: 0
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0
  }

  .m-md-1 {
    margin: .25rem
  }

  .mt-md-1,.my-md-1 {
    margin-top: .25rem
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .25rem
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .25rem
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .25rem
  }

  .m-md-2 {
    margin: .5rem
  }

  .mt-md-2,.my-md-2 {
    margin-top: .5rem
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .5rem
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .5rem
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .5rem
  }

  .m-md-3 {
    margin: 1rem
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1rem
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1rem
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1rem
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1rem
  }

  .m-md-4 {
    margin: 1.5rem
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.5rem
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.5rem
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.5rem
  }

  .m-md-5 {
    margin: 3rem
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3rem
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3rem
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3rem
  }

  .p-md-0 {
    padding: 0
  }

  .pt-md-0,.py-md-0 {
    padding-top: 0
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0
  }

  .p-md-1 {
    padding: .25rem
  }

  .pt-md-1,.py-md-1 {
    padding-top: .25rem
  }

  .pr-md-1,.px-md-1 {
    padding-right: .25rem
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .25rem
  }

  .pl-md-1,.px-md-1 {
    padding-left: .25rem
  }

  .p-md-2 {
    padding: .5rem
  }

  .pt-md-2,.py-md-2 {
    padding-top: .5rem
  }

  .pr-md-2,.px-md-2 {
    padding-right: .5rem
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .5rem
  }

  .pl-md-2,.px-md-2 {
    padding-left: .5rem
  }

  .p-md-3 {
    padding: 1rem
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1rem
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1rem
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1rem
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1rem
  }

  .p-md-4 {
    padding: 1.5rem
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.5rem
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.5rem
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.5rem
  }

  .p-md-5 {
    padding: 3rem
  }

  .pt-md-5,.py-md-5 {
    padding-top: 3rem
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3rem
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3rem
  }

  .m-md-n1 {
    margin: -0.25rem
  }

  .mt-md-n1,.my-md-n1 {
    margin-top: -0.25rem
  }

  .mr-md-n1,.mx-md-n1 {
    margin-right: -0.25rem
  }

  .mb-md-n1,.my-md-n1 {
    margin-bottom: -0.25rem
  }

  .ml-md-n1,.mx-md-n1 {
    margin-left: -0.25rem
  }

  .m-md-n2 {
    margin: -0.5rem
  }

  .mt-md-n2,.my-md-n2 {
    margin-top: -0.5rem
  }

  .mr-md-n2,.mx-md-n2 {
    margin-right: -0.5rem
  }

  .mb-md-n2,.my-md-n2 {
    margin-bottom: -0.5rem
  }

  .ml-md-n2,.mx-md-n2 {
    margin-left: -0.5rem
  }

  .m-md-n3 {
    margin: -1rem
  }

  .mt-md-n3,.my-md-n3 {
    margin-top: -1rem
  }

  .mr-md-n3,.mx-md-n3 {
    margin-right: -1rem
  }

  .mb-md-n3,.my-md-n3 {
    margin-bottom: -1rem
  }

  .ml-md-n3,.mx-md-n3 {
    margin-left: -1rem
  }

  .m-md-n4 {
    margin: -1.5rem
  }

  .mt-md-n4,.my-md-n4 {
    margin-top: -1.5rem
  }

  .mr-md-n4,.mx-md-n4 {
    margin-right: -1.5rem
  }

  .mb-md-n4,.my-md-n4 {
    margin-bottom: -1.5rem
  }

  .ml-md-n4,.mx-md-n4 {
    margin-left: -1.5rem
  }

  .m-md-n5 {
    margin: -3rem
  }

  .mt-md-n5,.my-md-n5 {
    margin-top: -3rem
  }

  .mr-md-n5,.mx-md-n5 {
    margin-right: -3rem
  }

  .mb-md-n5,.my-md-n5 {
    margin-bottom: -3rem
  }

  .ml-md-n5,.mx-md-n5 {
    margin-left: -3rem
  }

  .m-md-auto {
    margin: auto
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto
  }
}

@media(min-width: 992px) {
  .m-lg-0 {
    margin:0
  }

  .mt-lg-0,.my-lg-0 {
    margin-top: 0
  }

  .mr-lg-0,.mx-lg-0 {
    margin-right: 0
  }

  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0
  }

  .ml-lg-0,.mx-lg-0 {
    margin-left: 0
  }

  .m-lg-1 {
    margin: .25rem
  }

  .mt-lg-1,.my-lg-1 {
    margin-top: .25rem
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .25rem
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .25rem
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .25rem
  }

  .m-lg-2 {
    margin: .5rem
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: .5rem
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: .5rem
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: .5rem
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: .5rem
  }

  .m-lg-3 {
    margin: 1rem
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: 1rem
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1rem
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1rem
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1rem
  }

  .m-lg-4 {
    margin: 1.5rem
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1.5rem
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.5rem
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.5rem
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.5rem
  }

  .m-lg-5 {
    margin: 3rem
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 3rem
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 3rem
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 3rem
  }

  .p-lg-0 {
    padding: 0
  }

  .pt-lg-0,.py-lg-0 {
    padding-top: 0
  }

  .pr-lg-0,.px-lg-0 {
    padding-right: 0
  }

  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0
  }

  .pl-lg-0,.px-lg-0 {
    padding-left: 0
  }

  .p-lg-1 {
    padding: .25rem
  }

  .pt-lg-1,.py-lg-1 {
    padding-top: .25rem
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .25rem
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .25rem
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .25rem
  }

  .p-lg-2 {
    padding: .5rem
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: .5rem
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: .5rem
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: .5rem
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: .5rem
  }

  .p-lg-3 {
    padding: 1rem
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: 1rem
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1rem
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1rem
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1rem
  }

  .p-lg-4 {
    padding: 1.5rem
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1.5rem
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1.5rem
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.5rem
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1.5rem
  }

  .p-lg-5 {
    padding: 3rem
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 3rem
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 3rem
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 3rem
  }

  .m-lg-n1 {
    margin: -0.25rem
  }

  .mt-lg-n1,.my-lg-n1 {
    margin-top: -0.25rem
  }

  .mr-lg-n1,.mx-lg-n1 {
    margin-right: -0.25rem
  }

  .mb-lg-n1,.my-lg-n1 {
    margin-bottom: -0.25rem
  }

  .ml-lg-n1,.mx-lg-n1 {
    margin-left: -0.25rem
  }

  .m-lg-n2 {
    margin: -0.5rem
  }

  .mt-lg-n2,.my-lg-n2 {
    margin-top: -0.5rem
  }

  .mr-lg-n2,.mx-lg-n2 {
    margin-right: -0.5rem
  }

  .mb-lg-n2,.my-lg-n2 {
    margin-bottom: -0.5rem
  }

  .ml-lg-n2,.mx-lg-n2 {
    margin-left: -0.5rem
  }

  .m-lg-n3 {
    margin: -1rem
  }

  .mt-lg-n3,.my-lg-n3 {
    margin-top: -1rem
  }

  .mr-lg-n3,.mx-lg-n3 {
    margin-right: -1rem
  }

  .mb-lg-n3,.my-lg-n3 {
    margin-bottom: -1rem
  }

  .ml-lg-n3,.mx-lg-n3 {
    margin-left: -1rem
  }

  .m-lg-n4 {
    margin: -1.5rem
  }

  .mt-lg-n4,.my-lg-n4 {
    margin-top: -1.5rem
  }

  .mr-lg-n4,.mx-lg-n4 {
    margin-right: -1.5rem
  }

  .mb-lg-n4,.my-lg-n4 {
    margin-bottom: -1.5rem
  }

  .ml-lg-n4,.mx-lg-n4 {
    margin-left: -1.5rem
  }

  .m-lg-n5 {
    margin: -3rem
  }

  .mt-lg-n5,.my-lg-n5 {
    margin-top: -3rem
  }

  .mr-lg-n5,.mx-lg-n5 {
    margin-right: -3rem
  }

  .mb-lg-n5,.my-lg-n5 {
    margin-bottom: -3rem
  }

  .ml-lg-n5,.mx-lg-n5 {
    margin-left: -3rem
  }

  .m-lg-auto {
    margin: auto
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto
  }
}

@media(min-width: 1200px) {
  .m-xl-0 {
    margin:0
  }

  .mt-xl-0,.my-xl-0 {
    margin-top: 0
  }

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0
  }

  .m-xl-1 {
    margin: .25rem
  }

  .mt-xl-1,.my-xl-1 {
    margin-top: .25rem
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .25rem
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .25rem
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .25rem
  }

  .m-xl-2 {
    margin: .5rem
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: .5rem
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: .5rem
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: .5rem
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: .5rem
  }

  .m-xl-3 {
    margin: 1rem
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: 1rem
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1rem
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1rem
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1rem
  }

  .m-xl-4 {
    margin: 1.5rem
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1.5rem
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.5rem
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.5rem
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.5rem
  }

  .m-xl-5 {
    margin: 3rem
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 3rem
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 3rem
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 3rem
  }

  .p-xl-0 {
    padding: 0
  }

  .pt-xl-0,.py-xl-0 {
    padding-top: 0
  }

  .pr-xl-0,.px-xl-0 {
    padding-right: 0
  }

  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0
  }

  .pl-xl-0,.px-xl-0 {
    padding-left: 0
  }

  .p-xl-1 {
    padding: .25rem
  }

  .pt-xl-1,.py-xl-1 {
    padding-top: .25rem
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .25rem
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .25rem
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .25rem
  }

  .p-xl-2 {
    padding: .5rem
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: .5rem
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: .5rem
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: .5rem
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: .5rem
  }

  .p-xl-3 {
    padding: 1rem
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: 1rem
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1rem
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1rem
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1rem
  }

  .p-xl-4 {
    padding: 1.5rem
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1.5rem
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1.5rem
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.5rem
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1.5rem
  }

  .p-xl-5 {
    padding: 3rem
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 3rem
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 3rem
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 3rem
  }

  .m-xl-n1 {
    margin: -0.25rem
  }

  .mt-xl-n1,.my-xl-n1 {
    margin-top: -0.25rem
  }

  .mr-xl-n1,.mx-xl-n1 {
    margin-right: -0.25rem
  }

  .mb-xl-n1,.my-xl-n1 {
    margin-bottom: -0.25rem
  }

  .ml-xl-n1,.mx-xl-n1 {
    margin-left: -0.25rem
  }

  .m-xl-n2 {
    margin: -0.5rem
  }

  .mt-xl-n2,.my-xl-n2 {
    margin-top: -0.5rem
  }

  .mr-xl-n2,.mx-xl-n2 {
    margin-right: -0.5rem
  }

  .mb-xl-n2,.my-xl-n2 {
    margin-bottom: -0.5rem
  }

  .ml-xl-n2,.mx-xl-n2 {
    margin-left: -0.5rem
  }

  .m-xl-n3 {
    margin: -1rem
  }

  .mt-xl-n3,.my-xl-n3 {
    margin-top: -1rem
  }

  .mr-xl-n3,.mx-xl-n3 {
    margin-right: -1rem
  }

  .mb-xl-n3,.my-xl-n3 {
    margin-bottom: -1rem
  }

  .ml-xl-n3,.mx-xl-n3 {
    margin-left: -1rem
  }

  .m-xl-n4 {
    margin: -1.5rem
  }

  .mt-xl-n4,.my-xl-n4 {
    margin-top: -1.5rem
  }

  .mr-xl-n4,.mx-xl-n4 {
    margin-right: -1.5rem
  }

  .mb-xl-n4,.my-xl-n4 {
    margin-bottom: -1.5rem
  }

  .ml-xl-n4,.mx-xl-n4 {
    margin-left: -1.5rem
  }

  .m-xl-n5 {
    margin: -3rem
  }

  .mt-xl-n5,.my-xl-n5 {
    margin-top: -3rem
  }

  .mr-xl-n5,.mx-xl-n5 {
    margin-right: -3rem
  }

  .mb-xl-n5,.my-xl-n5 {
    margin-bottom: -3rem
  }

  .ml-xl-n5,.mx-xl-n5 {
    margin-left: -3rem
  }

  .m-xl-auto {
    margin: auto
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto
  }
}


.d-flex {
    display: flex  
}

.d-inline-flex {
    display: inline-flex 
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper ,
.page-center{
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 991px){
  .container,
  .content-wrapper,
  .page-center{
    padding-left: 24px;
    padding-right: 24px;
  }
}
body {
  line-height: 1.5;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 31px; 
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none; 
}
a:hover { 
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem; 
  line-height: 1;
  word-break: initial;
}
h1{
  line-height: 1.14;
  margin-bottom: 30px;
}
h2{
  margin-bottom: 29px;
  line-height: 1.09;
}
h3{
  margin-bottom: 21px;
  line-height: 1
}
h4{
  margin: 20px 0 10px 0;
  line-height: 1
}
/* Lists */

ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0
}


address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}
b,strong {
  font-weight: bolder
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
  border-left: 4px solid #9e0059;
  padding-left: 24px;
  margin-left: 33px;
  padding-top: 3px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgb(0 0 0 / 1%) 0 0 1px;
}
/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

label, .label {
  font-weight: 700;
  font-size: 16px;
  color: #273043;
  letter-spacing: .57px;
  line-height: 27px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

/* form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
background-color: #FFF;
border: 2px solid;
border-radius: 3px;
display: inline-block;
font-size: 0.875rem;
padding: 0.7rem;
width: 100%;
} */
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input, select, textarea {
  display: block;
  border: 1px solid #aeb1b9;
  border-radius: 6px;
  margin-bottom: 24px;
  width: 100%;
  padding: 9px 18px;
  font-size: 21px;
  line-height: 27px;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
  resize: vertical;
  min-height: 128px;
}
/* Inputs - checkbox/radio */
.hs-error-msgs label {
  text-transform: none; 
  font-size: 18px;
  color: #ed6262;
  font-weight: 400;
  line-height: 1.5;
  font-family: Hind, sans-serif;
}
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}
form ::placeholder {
  color: #aeb1b9;
  opacity: 1
}

:-ms-input-placeholder {
  color: #aeb1b9
}

::-ms-input-placeholder {
  color: #aeb1b9
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background: #ed1062;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  padding: 9px 30px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border: 2px solid #ed1062;
  box-sizing: border-box;
  display: inline-block;
  line-height: 26px;
  text-decoration: none !important;
  width: 100%;
  margin-bottom: 1em;
  cursor: pointer;
}


form {
  margin-bottom: 16px;
}
form fieldset {
  max-width: initial !important;
}
form fieldset.form-columns-2 {
  margin: 0 -15px;
}
form .form-columns-2 .hs-form-field {
  padding-right: 15px;
  padding-left: 15px;
}
form fieldset .hs-form-field {
  margin-bottom: 0;
}
form fieldset .hs-form-field .input {
  margin-right: 0 !important;
}
form fieldset .hs-input {
  width: 100% !important;
}



@media (max-width: 991px) {
  label {
    font-size: 12px;
  }
  input {
    padding: 9px 20px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  textarea {
    min-height: 84px;
  }
  textarea, select {
    font-size: 16px;
    line-height: 1;
  }
  form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }

}
@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-y: hidden;
    overflow-x: auto;
  }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.hd_group{
  padding: 3px 0 2px;
}
.hd_inr {
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;

}
.header__container.content-wrapper {
  padding-top: 10px; 
}

.hd_group a {
  text-decoration: none !important;
}
nav.navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.navigation-primary> ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

nav.navigation-primary> ul >li {
  margin-left: 1.3vw;
  position: relative;
}
.hd_btn .hd_free a {
  box-sizing: border-box !important;
}
nav.navigation-primary> ul >li >a {
  font-size: 16px; 
  letter-spacing: 0;
  line-height: 30px;
  display: block;
  padding: 0.5rem 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.hd_menu_wrap {
  display: flex !important; 
  align-items: center;
  margin-top: 3px;
}

.custom-menu-primary {
  margin-left: auto;
  position: relative;
  top: -1px;
}
.hd_btn {
  display: flex;
  flex-wrap: wrap;
}
.hd_logo img {
  display: block;
}
.hd_btn .hd_free a {
  display: inline-block;
  line-height: 26px;
  text-decoration: none !important;
  width: 100%;
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #ed1062;
  font-size: 12px;
  letter-spacing: .75px;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  padding: 5px 39px;
  border: none;
  border-radius: 4px;
}
.hd_free {
  margin-left: 1.3vw;
}
.hd_btn a {
  display: block;
  color: #273043;
  padding: 8px 10px;
  font-size: 12px;
}
.hd_login {
  margin-left: 1.5rem;
}

.hd_login a {
  font-size: 16px;
  letter-spacing: 0;
  display: block;
  padding: 0.5rem 1rem;
  line-height: 30px;
  font-weight: 700;
  color: #273043;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

nav.navigation-primary ul li.active_menu ul {
  display: block;
}

nav.navigation-primary ul ul {
  display: none;
  position: absolute;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  z-index: 1000;
  right: auto;
  left: 0;
  float: none; 
}
nav.navigation-primary ul ul li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

nav.navigation-primary ul ul li a:hover { 
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
nav.navigation-primary>ul li>a.active-item,
nav.navigation-primary>ul li>a.active-branch{
  font-style: italic;
}
.menu_logo {
  display: none;
}
@media(min-width:992px){
  .mb_hd_btn {
    display:none;
  }
  .hd_menu_wrap { 
    flex-basis: auto;
    flex-grow: 1;
    align-items: center; 
    margin-top: 3px;
  }
  nav.navigation-primary>ul>li.has-submenu>a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .mb {
    display: none;
  }

}



@media(max-width:991px){
  .dsk {
    display: none;
  }
  .hd_menu_wrap {
    width: 200px;
  }
  .custom-menu-primary {
    display: none;
  }
  .mb_hd_btn {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 2px;
    align-items: center; 
  }
  .hd_btn{
    display:none;
  }
  .mb_hd_btn a {
    color: #273043 !important;
    padding: 8px 10px;
    font-size: 12px;
  }
  .hd_inr { 
    justify-content: space-between;
  }
  .nav-icon {  
    width: 24px;
    height: 20px;
    position: relative;
    float: right;
    margin: 10px 0 10px 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; 
  }

  .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 110%;
    background: #273043;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }

  .nav-icon span:nth-child(1) {
    top: 0px
  }

  .nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
    top: 7px
  }

  .nav-icon span:nth-child(4) {
    top: 14px
  }

  .nav-icon.open span {
    background: #fff
  }

  .nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%
  }

  .nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .nav-icon.open span:nth-child(4) {
    top: 14px;
    width: 0%;
    left: 50%
  }
  .hd_inr {  
    padding: 10px 0 10px;
    z-index: 13;
    align-items: center;
  }
  .hd_logo img {
    width: 175px !important;
    height: 50px;
  }
  .hd_group {
    padding: 0;
  }
  .hd_menu_wrap { 
    margin-top: 0;
  }
  .mb_hd_btn_inr .hs_cos_wrapper_type_rich_text {
    display: flex;
  }
  .header__container.content-wrapper {
    padding-top: 0;
  }
  .hd_menu_wrap {
    justify-content: flex-end;
  }
  .custom-menu-primary {
    position: fixed;
    left: 0;
    top: 50px;
    text-align: right;
    background-color: #273043;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    padding-right: 65px;
    transition: All .2s ease; 
    opacity: 0;
    z-index: 9;
    display: none;
    padding-bottom: 50px;
    overflow: auto;
    height: calc(100vh - 50px);
  }

  .menu_open .custom-menu-primary { 
    opacity: 1;
    display: block;
  }
  .menu_open .mb_hd_btn {
    position: relative;
    z-index: 99999999;
  }
  .menu_open .mb_hd_btn a {
    color: #FFF !important;
  }
  .menu_open .hd_logo {
    position: relative;
    z-index: 99;
  }
  .menu_open .hd_inr {
    position: fixed;
    left: 0; 
    right: 0;
    top: 0;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #273043;
  }
  .menu_open .main_logo {
    display: none; 
  }
  .menu_open .menu_logo {
    display: block;
  }
  nav.navigation-primary>ul > li>a {
    color: #fff !important;
    padding: 0.5rem 1rem;
  }

  nav.navigation-primary>ul {
    flex-direction: column;
    margin-top: 3px;
    margin-bottom: 1rem;
  }
  nav.navigation-primary>ul>li.has-submenu>a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  nav.navigation-primary>ul>li.has-submenu>a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em; 
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  nav.navigation-primary>ul li>a {
    font-size: 28px;
    line-height: 28px;
  }
  nav.navigation-primary ul ul {
    background-color: #e4e5e8 !important;
    right: 1px;
    bottom: auto;
    left: auto;
  }

  nav.navigation-primary ul ul li a {
    font-size: 24px;
    color: #273043 !important;
  }

}


@media (max-width: 767px) { 
  
  .hd_logo img {
      height: 40px;
      width: 140px!important;
  }

  .hd_logo {
      margin-top: 0px !important;
      width: 40%;
  }
  
  .hd_menu_wrap {
      width: 60%;
  }
  
  
}

@media (max-width: 479px){
  
  .hd_menu_wrap {
    width: 162px;
  }
  
}
.footer {
  padding: 80px 0 100px 0;
  border-top: 1px solid #e4e5e8;
  position: relative; 
  font-size: 16px;
}
.ft_social {
  width: 16.66%;
}
.ft_menu {
  width: 83.34%;
}
.ft_menu .hs-menu-wrapper>ul>li>ul>li>a, .ft_social label {
    text-decoration: none !important;
    cursor: default;
}
.ft_menu .hs-menu-wrapper > ul > li {
  width: 20%;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
} 
.ft_menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: initial;
  white-space: normal;
} 
.ft_menu .hs-menu-wrapper>ul >li:first-of-type > ul > li:first-of-type >ul li a {
  color: #273043;
}
.ft_menu .hs-menu-wrapper>ul > li > ul > li > a,
.ft_social label{
  color: #273043;
  letter-spacing: .57px;
  line-height: 27px;
  text-transform: uppercase;
  display: block !important;
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: 700;
}
.footer .ft_social ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
}
.ft_menu .hs-menu-wrapper>ul ul ul { 
  margin-bottom: 1rem;
}
.ft_menu .hs-menu-wrapper > ul ul {
  display: block;
}
.ft_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ft_menu .hs-menu-wrapper>ul ul li {
  line-height: 31px;
}
.ft_copyright .text-md-left {
  font-size: 16px;
  color: #787e8a;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 31px;
}
.footer p, .footer li a {
  font-size: 14px;
  color: #787e8a;
  letter-spacing: 0;
  line-height: 21px;
}
.ft_logo .float-left p {
  margin-bottom: 31px;
}
img {
  max-width: 100%;
}
.ft_social {
  margin-top: 10px;
  padding: 0 15px;
}

.ft_social li {
  line-height: 31px;
}
.ft_logo img {
  margin-bottom: 1rem;
  display: block;
  width: 151px !important;
} 
.ft_menu ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
}

@media(max-width:991px){
  .ft_social {
    width: 100%;
  }
  .ft_menu {
    width: 100%;
  }
  .footer { 
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
  }
  .ft_copyright .text-md-left {
    font-size: 12px;
    line-height: 16px;
    margin-top: 40px;
    margin-bottom: 23px;
  }
  .ft_menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }

  .ft_menu .hs-menu-wrapper>ul>li:first-of-type {
    width: 100%;
  }
  .ft_social {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .ft_menu .hs-menu-wrapper>ul>li {
    margin-top: 5px;
  }
  .ft_social {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .ft_menu .hs-menu-wrapper>ul>li:first-of-type>ul>li:first-of-type>ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .ft_menu .hs-menu-wrapper>ul>li:first-of-type>ul>li:first-of-type>ul >li:first-of-type {
    font-weight: 700;
    color: #273043;
  } 

  .ft_menu .hs-menu-wrapper>ul>li:first-of-type>ul>li:first-of-type>ul >li:first-of-type >a:before {
    content: " or ";
    margin-left: 4px;
  }
  .ft_logo img { 
    width: 105px !important;
    margin-top: -3px; 
  }
  .ft_logo .float-left p {
    margin-bottom: 23px;
  }
}
@media(max-width:767px){
  .ft_menu .hs-menu-wrapper>ul {
    flex-direction: row !important;
  }
  .ft_copyright .text-md-left {
    text-align: center;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  
  font-style: normal;
  font-weight: 300;
   font-display: swap;
  src: url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/TeamUp_Sports_February2022/Fonts/FontAwesome5Pro-Light.eot") format("embedded-opentype"),
    url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Pro-Light.woff2") format("woff2"),
    url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Pro-Light.woff") format("woff"),
    url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Pro-Light.ttf") format("truetype"),
    url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Pro-Light.svg") format("svg")
}


.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300
}

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

/*!
* Font Awesome Pro 5.10.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
   font-display: swap;
  src: url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/TeamUp_Sports_February2022/Fonts/FontAwesome5Pro-Solid.eot") format("embedded-opentype"),
    url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Pro-Solid.woff2") format("woff2"), 
      url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Pro-Solid.woff") format("woff"),
        url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Pro-Solid.ttf") format("truetype"),
          url("images/fa-solid-900.88f6e63f62e9.svg#fontawesome") format("svg")
          }

.fa,.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900
}

/*!
* Font Awesome Pro 5.10.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
   font-display: swap;
  src: url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/TeamUp_Sports_February2022/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Brands-Regular.woff2") format("woff2"),
      url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Brands-Regular.woff") format("woff"),
        url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Brands-Regular.ttf") format("truetype"),
          url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/FontAwesome5Brands-Regular.svg") format("svg")
            }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap; 
  src: url("https://8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/TeamUp_Sports_February2022/Fonts/fa-duotone-900.8d56aabac0a4.eot") format("embedded-opentype"),
    url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/fa-duotone-900.f3d3d150444b.woff2") format("woff2"),
      url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/fa-duotone-900.7ea20ce6e9af.woff") format("woff"),
        url("//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/fonts/fa-duotone-900.e9afd9a61ebe.ttf") format("truetype");
          }


.fab {
  font-family: "Font Awesome 5 Brands"
}
.fa,.fas,.far,.fal,.fad,.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -0.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

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

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

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

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

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

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

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

  100% {
    transform: rotate(360deg)
  }
}

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: ""
}

.fa-abacus:before {
  content: ""
}

.fa-accessible-icon:before {
  content: ""
}

.fa-accusoft:before {
  content: ""
}

.fa-acorn:before {
  content: ""
}

.fa-acquisitions-incorporated:before {
  content: ""
}

.fa-ad:before {
  content: ""
}

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

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

.fa-adjust:before {
  content: ""
}

.fa-adn:before {
  content: ""
}

.fa-adobe:before {
  content: ""
}

.fa-adversal:before {
  content: ""
}

.fa-affiliatetheme:before {
  content: ""
}

.fa-air-freshener:before {
  content: ""
}

.fa-airbnb:before {
  content: ""
}

.fa-alarm-clock:before {
  content: ""
}

.fa-alarm-exclamation:before {
  content: ""
}

.fa-alarm-plus:before {
  content: ""
}

.fa-alarm-snooze:before {
  content: ""
}

.fa-algolia:before {
  content: ""
}

.fa-alicorn:before {
  content: ""
}

.fa-align-center:before {
  content: ""
}

.fa-align-justify:before {
  content: ""
}

.fa-align-left:before {
  content: ""
}

.fa-align-right:before {
  content: ""
}

.fa-align-slash:before {
  content: ""
}

.fa-alipay:before {
  content: ""
}

.fa-allergies:before {
  content: ""
}

.fa-amazon:before {
  content: ""
}

.fa-amazon-pay:before {
  content: ""
}

.fa-ambulance:before {
  content: ""
}

.fa-american-sign-language-interpreting:before {
  content: ""
}

.fa-amilia:before {
  content: ""
}

.fa-analytics:before {
  content: ""
}

.fa-anchor:before {
  content: ""
}

.fa-android:before {
  content: ""
}

.fa-angel:before {
  content: ""
}

.fa-angellist:before {
  content: ""
}

.fa-angle-double-down:before {
  content: ""
}

.fa-angle-double-left:before {
  content: ""
}

.fa-angle-double-right:before {
  content: ""
}

.fa-angle-double-up:before {
  content: ""
}

.fa-angle-down:before {
  content: ""
}

.fa-angle-left:before {
  content: ""
}

.fa-angle-right:before {
  content: ""
}

.fa-angle-up:before {
  content: ""
}

.fa-angry:before {
  content: ""
}

.fa-angrycreative:before {
  content: ""
}

.fa-angular:before {
  content: ""
}

.fa-ankh:before {
  content: ""
}

.fa-app-store:before {
  content: ""
}

.fa-app-store-ios:before {
  content: ""
}

.fa-apper:before {
  content: ""
}

.fa-apple:before {
  content: ""
}

.fa-apple-alt:before {
  content: ""
}

.fa-apple-crate:before {
  content: ""
}

.fa-apple-pay:before {
  content: ""
}

.fa-archive:before {
  content: ""
}

.fa-archway:before {
  content: ""
}

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

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

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

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

.fa-arrow-alt-down:before {
  content: ""
}

.fa-arrow-alt-from-bottom:before {
  content: ""
}

.fa-arrow-alt-from-left:before {
  content: ""
}

.fa-arrow-alt-from-right:before {
  content: ""
}

.fa-arrow-alt-from-top:before {
  content: ""
}

.fa-arrow-alt-left:before {
  content: ""
}

.fa-arrow-alt-right:before {
  content: ""
}

.fa-arrow-alt-square-down:before {
  content: ""
}

.fa-arrow-alt-square-left:before {
  content: ""
}

.fa-arrow-alt-square-right:before {
  content: ""
}

.fa-arrow-alt-square-up:before {
  content: ""
}

.fa-arrow-alt-to-bottom:before {
  content: ""
}

.fa-arrow-alt-to-left:before {
  content: ""
}

.fa-arrow-alt-to-right:before {
  content: ""
}

.fa-arrow-alt-to-top:before {
  content: ""
}

.fa-arrow-alt-up:before {
  content: ""
}

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

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

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

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

.fa-arrow-down:before {
  content: ""
}

.fa-arrow-from-bottom:before {
  content: ""
}

.fa-arrow-from-left:before {
  content: ""
}

.fa-arrow-from-right:before {
  content: ""
}

.fa-arrow-from-top:before {
  content: ""
}

.fa-arrow-left:before {
  content: ""
}

.fa-arrow-right:before {
  content: ""
}

.fa-arrow-square-down:before {
  content: ""
}

.fa-arrow-square-left:before {
  content: ""
}

.fa-arrow-square-right:before {
  content: ""
}

.fa-arrow-square-up:before {
  content: ""
}

.fa-arrow-to-bottom:before {
  content: ""
}

.fa-arrow-to-left:before {
  content: ""
}

.fa-arrow-to-right:before {
  content: ""
}

.fa-arrow-to-top:before {
  content: ""
}

.fa-arrow-up:before {
  content: ""
}

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

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

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

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

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

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

.fa-artstation:before {
  content: ""
}

.fa-assistive-listening-systems:before {
  content: ""
}

.fa-asterisk:before {
  content: ""
}

.fa-asymmetrik:before {
  content: ""
}

.fa-at:before {
  content: ""
}

.fa-atlas:before {
  content: ""
}

.fa-atlassian:before {
  content: ""
}

.fa-atom:before {
  content: ""
}

.fa-atom-alt:before {
  content: ""
}

.fa-audible:before {
  content: ""
}

.fa-audio-description:before {
  content: ""
}

.fa-autoprefixer:before {
  content: ""
}

.fa-avianex:before {
  content: ""
}

.fa-aviato:before {
  content: ""
}

.fa-award:before {
  content: ""
}

.fa-aws:before {
  content: ""
}

.fa-axe:before {
  content: ""
}

.fa-axe-battle:before {
  content: ""
}

.fa-baby:before {
  content: ""
}

.fa-baby-carriage:before {
  content: ""
}

.fa-backpack:before {
  content: ""
}

.fa-backspace:before {
  content: ""
}

.fa-backward:before {
  content: ""
}

.fa-bacon:before {
  content: ""
}

.fa-badge:before {
  content: ""
}

.fa-badge-check:before {
  content: ""
}

.fa-badge-dollar:before {
  content: ""
}

.fa-badge-percent:before {
  content: ""
}

.fa-badger-honey:before {
  content: ""
}

.fa-bags-shopping:before {
  content: ""
}

.fa-balance-scale:before {
  content: ""
}

.fa-balance-scale-left:before {
  content: ""
}

.fa-balance-scale-right:before {
  content: ""
}

.fa-ball-pile:before {
  content: ""
}

.fa-ballot:before {
  content: ""
}

.fa-ballot-check:before {
  content: ""
}

.fa-ban:before {
  content: ""
}

.fa-band-aid:before {
  content: ""
}

.fa-bandcamp:before {
  content: ""
}

.fa-barcode:before {
  content: ""
}

.fa-barcode-alt:before {
  content: ""
}

.fa-barcode-read:before {
  content: ""
}

.fa-barcode-scan:before {
  content: ""
}

.fa-bars:before {
  content: ""
}

.fa-baseball:before {
  content: ""
}

.fa-baseball-ball:before {
  content: ""
}

.fa-basketball-ball:before {
  content: ""
}

.fa-basketball-hoop:before {
  content: ""
}

.fa-bat:before {
  content: ""
}

.fa-bath:before {
  content: ""
}

.fa-battery-bolt:before {
  content: ""
}

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

.fa-battery-full:before {
  content: ""
}

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

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

.fa-battery-slash:before {
  content: ""
}

.fa-battery-three-quarters:before {
  content: ""
}

.fa-battle-net:before {
  content: ""
}

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

.fa-beer:before {
  content: ""
}

.fa-behance:before {
  content: ""
}

.fa-behance-square:before {
  content: ""
}

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

.fa-bell-exclamation:before {
  content: ""
}

.fa-bell-plus:before {
  content: ""
}

.fa-bell-school:before {
  content: ""
}

.fa-bell-school-slash:before {
  content: ""
}

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

.fa-bells:before {
  content: ""
}

.fa-bezier-curve:before {
  content: ""
}

.fa-bible:before {
  content: ""
}

.fa-bicycle:before {
  content: ""
}

.fa-biking:before {
  content: ""
}

.fa-biking-mountain:before {
  content: ""
}

.fa-bimobject:before {
  content: ""
}

.fa-binoculars:before {
  content: ""
}

.fa-biohazard:before {
  content: ""
}

.fa-birthday-cake:before {
  content: ""
}

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

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

.fa-bity:before {
  content: ""
}

.fa-black-tie:before {
  content: ""
}

.fa-blackberry:before {
  content: ""
}

.fa-blanket:before {
  content: ""
}

.fa-blender:before {
  content: ""
}

.fa-blender-phone:before {
  content: ""
}

.fa-blind:before {
  content: ""
}

.fa-blog:before {
  content: ""
}

.fa-blogger:before {
  content: ""
}

.fa-blogger-b:before {
  content: ""
}

.fa-bluetooth:before {
  content: ""
}

.fa-bluetooth-b:before {
  content: ""
}

.fa-bold:before {
  content: ""
}

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

.fa-bomb:before {
  content: ""
}

.fa-bone:before {
  content: ""
}

.fa-bone-break:before {
  content: ""
}

.fa-bong:before {
  content: ""
}

.fa-book:before {
  content: ""
}

.fa-book-alt:before {
  content: ""
}

.fa-book-dead:before {
  content: ""
}

.fa-book-heart:before {
  content: ""
}

.fa-book-medical:before {
  content: ""
}

.fa-book-open:before {
  content: ""
}

.fa-book-reader:before {
  content: ""
}

.fa-book-spells:before {
  content: ""
}

.fa-book-user:before {
  content: ""
}

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

.fa-books:before {
  content: ""
}

.fa-books-medical:before {
  content: ""
}

.fa-boot:before {
  content: ""
}

.fa-booth-curtain:before {
  content: ""
}

.fa-bootstrap:before {
  content: ""
}

.fa-border-all:before {
  content: ""
}

.fa-border-bottom:before {
  content: ""
}

.fa-border-center-h:before {
  content: ""
}

.fa-border-center-v:before {
  content: ""
}

.fa-border-inner:before {
  content: ""
}

.fa-border-left:before {
  content: ""
}

.fa-border-none:before {
  content: ""
}

.fa-border-outer:before {
  content: ""
}

.fa-border-right:before {
  content: ""
}

.fa-border-style:before {
  content: ""
}

.fa-border-style-alt:before {
  content: ""
}

.fa-border-top:before {
  content: ""
}

.fa-bow-arrow:before {
  content: ""
}

.fa-bowling-ball:before {
  content: ""
}

.fa-bowling-pins:before {
  content: ""
}

.fa-box:before {
  content: ""
}

.fa-box-alt:before {
  content: ""
}

.fa-box-ballot:before {
  content: ""
}

.fa-box-check:before {
  content: ""
}

.fa-box-fragile:before {
  content: ""
}

.fa-box-full:before {
  content: ""
}

.fa-box-heart:before {
  content: ""
}

.fa-box-open:before {
  content: ""
}

.fa-box-up:before {
  content: ""
}

.fa-box-usd:before {
  content: ""
}

.fa-boxes:before {
  content: ""
}

.fa-boxes-alt:before {
  content: ""
}

.fa-boxing-glove:before {
  content: ""
}

.fa-brackets:before {
  content: ""
}

.fa-brackets-curly:before {
  content: ""
}

.fa-braille:before {
  content: ""
}

.fa-brain:before {
  content: ""
}

.fa-bread-loaf:before {
  content: ""
}

.fa-bread-slice:before {
  content: ""
}

.fa-briefcase:before {
  content: ""
}

.fa-briefcase-medical:before {
  content: ""
}

.fa-bring-forward:before {
  content: ""
}

.fa-bring-front:before {
  content: ""
}

.fa-broadcast-tower:before {
  content: ""
}

.fa-broom:before {
  content: ""
}

.fa-browser:before {
  content: ""
}

.fa-brush:before {
  content: ""
}

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

.fa-buffer:before {
  content: ""
}

.fa-bug:before {
  content: ""
}

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

.fa-bullhorn:before {
  content: ""
}

.fa-bullseye:before {
  content: ""
}

.fa-bullseye-arrow:before {
  content: ""
}

.fa-bullseye-pointer:before {
  content: ""
}

.fa-burger-soda:before {
  content: ""
}

.fa-burn:before {
  content: ""
}

.fa-buromobelexperte:before {
  content: ""
}

.fa-burrito:before {
  content: ""
}

.fa-bus:before {
  content: ""
}

.fa-bus-alt:before {
  content: ""
}

.fa-bus-school:before {
  content: ""
}

.fa-business-time:before {
  content: ""
}

.fa-buysellads:before {
  content: ""
}

.fa-cabinet-filing:before {
  content: ""
}

.fa-calculator:before {
  content: ""
}

.fa-calculator-alt:before {
  content: ""
}

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

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

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

.fa-calendar-day:before {
  content: ""
}

.fa-calendar-edit:before {
  content: ""
}

.fa-calendar-exclamation:before {
  content: ""
}

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

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

.fa-calendar-star:before {
  content: ""
}

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

.fa-calendar-week:before {
  content: ""
}

.fa-camera:before {
  content: ""
}

.fa-camera-alt:before {
  content: ""
}

.fa-camera-retro:before {
  content: ""
}

.fa-campfire:before {
  content: ""
}

.fa-campground:before {
  content: ""
}

.fa-canadian-maple-leaf:before {
  content: ""
}

.fa-candle-holder:before {
  content: ""
}

.fa-candy-cane:before {
  content: ""
}

.fa-candy-corn:before {
  content: ""
}

.fa-cannabis:before {
  content: ""
}

.fa-capsules:before {
  content: ""
}

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

.fa-car-alt:before {
  content: ""
}

.fa-car-battery:before {
  content: ""
}

.fa-car-building:before {
  content: ""
}

.fa-car-bump:before {
  content: ""
}

.fa-car-bus:before {
  content: ""
}

.fa-car-crash:before {
  content: ""
}

.fa-car-garage:before {
  content: ""
}

.fa-car-mechanic:before {
  content: ""
}

.fa-car-side:before {
  content: ""
}

.fa-car-tilt:before {
  content: ""
}

.fa-car-wash:before {
  content: ""
}

.fa-caret-circle-down:before {
  content: ""
}

.fa-caret-circle-left:before {
  content: ""
}

.fa-caret-circle-right:before {
  content: ""
}

.fa-caret-circle-up:before {
  content: ""
}

.fa-caret-down:before {
  content: ""
}

.fa-caret-left:before {
  content: ""
}

.fa-caret-right:before {
  content: ""
}

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

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

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

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

.fa-caret-up:before {
  content: ""
}

.fa-carrot:before {
  content: ""
}

.fa-cars:before {
  content: ""
}

.fa-cart-arrow-down:before {
  content: ""
}

.fa-cart-plus:before {
  content: ""
}

.fa-cash-register:before {
  content: ""
}

.fa-cat:before {
  content: ""
}

.fa-cauldron:before {
  content: ""
}

.fa-cc-amazon-pay:before {
  content: ""
}

.fa-cc-amex:before {
  content: ""
}

.fa-cc-apple-pay:before {
  content: ""
}

.fa-cc-diners-club:before {
  content: ""
}

.fa-cc-discover:before {
  content: ""
}

.fa-cc-jcb:before {
  content: ""
}

.fa-cc-mastercard:before {
  content: ""
}

.fa-cc-paypal:before {
  content: ""
}

.fa-cc-stripe:before {
  content: ""
}

.fa-cc-visa:before {
  content: ""
}

.fa-centercode:before {
  content: ""
}

.fa-centos:before {
  content: ""
}

.fa-certificate:before {
  content: ""
}

.fa-chair:before {
  content: ""
}

.fa-chair-office:before {
  content: ""
}

.fa-chalkboard:before {
  content: ""
}

.fa-chalkboard-teacher:before {
  content: ""
}

.fa-charging-station:before {
  content: ""
}

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

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

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

.fa-chart-line-down:before {
  content: ""
}

.fa-chart-network:before {
  content: ""
}

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

.fa-chart-pie-alt:before {
  content: ""
}

.fa-chart-scatter:before {
  content: ""
}

.fa-check:before {
  content: ""
}

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

.fa-check-double:before {
  content: ""
}

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

.fa-cheese:before {
  content: ""
}

.fa-cheese-swiss:before {
  content: ""
}

.fa-cheeseburger:before {
  content: ""
}

.fa-chess:before {
  content: ""
}

.fa-chess-bishop:before {
  content: ""
}

.fa-chess-bishop-alt:before {
  content: ""
}

.fa-chess-board:before {
  content: ""
}

.fa-chess-clock:before {
  content: ""
}

.fa-chess-clock-alt:before {
  content: ""
}

.fa-chess-king:before {
  content: ""
}

.fa-chess-king-alt:before {
  content: ""
}

.fa-chess-knight:before {
  content: ""
}

.fa-chess-knight-alt:before {
  content: ""
}

.fa-chess-pawn:before {
  content: ""
}

.fa-chess-pawn-alt:before {
  content: ""
}

.fa-chess-queen:before {
  content: ""
}

.fa-chess-queen-alt:before {
  content: ""
}

.fa-chess-rook:before {
  content: ""
}

.fa-chess-rook-alt:before {
  content: ""
}

.fa-chevron-circle-down:before {
  content: ""
}

.fa-chevron-circle-left:before {
  content: ""
}

.fa-chevron-circle-right:before {
  content: ""
}

.fa-chevron-circle-up:before {
  content: ""
}

.fa-chevron-double-down:before {
  content: ""
}

.fa-chevron-double-left:before {
  content: ""
}

.fa-chevron-double-right:before {
  content: ""
}

.fa-chevron-double-up:before {
  content: ""
}

.fa-chevron-down:before {
  content: ""
}

.fa-chevron-left:before {
  content: ""
}

.fa-chevron-right:before {
  content: ""
}

.fa-chevron-square-down:before {
  content: ""
}

.fa-chevron-square-left:before {
  content: ""
}

.fa-chevron-square-right:before {
  content: ""
}

.fa-chevron-square-up:before {
  content: ""
}

.fa-chevron-up:before {
  content: ""
}

.fa-child:before {
  content: ""
}

.fa-chimney:before {
  content: ""
}

.fa-chrome:before {
  content: ""
}

.fa-chromecast:before {
  content: ""
}

.fa-church:before {
  content: ""
}

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

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

.fa-city:before {
  content: ""
}

.fa-claw-marks:before {
  content: ""
}

.fa-clinic-medical:before {
  content: ""
}

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

.fa-clipboard-check:before {
  content: ""
}

.fa-clipboard-list:before {
  content: ""
}

.fa-clipboard-list-check:before {
  content: ""
}

.fa-clipboard-prescription:before {
  content: ""
}

.fa-clipboard-user:before {
  content: ""
}

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

.fa-clone:before {
  content: ""
}

.fa-closed-captioning:before {
  content: ""
}

.fa-cloud:before {
  content: ""
}

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

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

.fa-cloud-drizzle:before {
  content: ""
}

.fa-cloud-hail:before {
  content: ""
}

.fa-cloud-hail-mixed:before {
  content: ""
}

.fa-cloud-meatball:before {
  content: ""
}

.fa-cloud-moon:before {
  content: ""
}

.fa-cloud-moon-rain:before {
  content: ""
}

.fa-cloud-rain:before {
  content: ""
}

.fa-cloud-rainbow:before {
  content: ""
}

.fa-cloud-showers:before {
  content: ""
}

.fa-cloud-showers-heavy:before {
  content: ""
}

.fa-cloud-sleet:before {
  content: ""
}

.fa-cloud-snow:before {
  content: ""
}

.fa-cloud-sun:before {
  content: ""
}

.fa-cloud-sun-rain:before {
  content: ""
}

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

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

.fa-clouds:before {
  content: ""
}

.fa-clouds-moon:before {
  content: ""
}

.fa-clouds-sun:before {
  content: ""
}

.fa-cloudscale:before {
  content: ""
}

.fa-cloudsmith:before {
  content: ""
}

.fa-cloudversify:before {
  content: ""
}

.fa-club:before {
  content: ""
}

.fa-cocktail:before {
  content: ""
}

.fa-code:before {
  content: ""
}

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

.fa-code-commit:before {
  content: ""
}

.fa-code-merge:before {
  content: ""
}

.fa-codepen:before {
  content: ""
}

.fa-codiepie:before {
  content: ""
}

.fa-coffee:before {
  content: ""
}

.fa-coffee-togo:before {
  content: ""
}

.fa-coffin:before {
  content: ""
}

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

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

.fa-coin:before {
  content: ""
}

.fa-coins:before {
  content: ""
}

.fa-columns:before {
  content: ""
}

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

.fa-comment-alt:before {
  content: ""
}

.fa-comment-alt-check:before {
  content: ""
}

.fa-comment-alt-dollar:before {
  content: ""
}

.fa-comment-alt-dots:before {
  content: ""
}

.fa-comment-alt-edit:before {
  content: ""
}

.fa-comment-alt-exclamation:before {
  content: ""
}

.fa-comment-alt-lines:before {
  content: ""
}

.fa-comment-alt-medical:before {
  content: ""
}

.fa-comment-alt-minus:before {
  content: ""
}

.fa-comment-alt-plus:before {
  content: ""
}

.fa-comment-alt-slash:before {
  content: ""
}

.fa-comment-alt-smile:before {
  content: ""
}

.fa-comment-alt-times:before {
  content: ""
}

.fa-comment-check:before {
  content: ""
}

.fa-comment-dollar:before {
  content: ""
}

.fa-comment-dots:before {
  content: ""
}

.fa-comment-edit:before {
  content: ""
}

.fa-comment-exclamation:before {
  content: ""
}

.fa-comment-lines:before {
  content: ""
}

.fa-comment-medical:before {
  content: ""
}

.fa-comment-minus:before {
  content: ""
}

.fa-comment-plus:before {
  content: ""
}

.fa-comment-slash:before {
  content: ""
}

.fa-comment-smile:before {
  content: ""
}

.fa-comment-times:before {
  content: ""
}

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

.fa-comments-alt:before {
  content: ""
}

.fa-comments-alt-dollar:before {
  content: ""
}

.fa-comments-dollar:before {
  content: ""
}

.fa-compact-disc:before {
  content: ""
}

.fa-compass:before {
  content: ""
}

.fa-compass-slash:before {
  content: ""
}

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

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

.fa-compress-arrows-alt:before {
  content: ""
}

.fa-compress-wide:before {
  content: ""
}

.fa-concierge-bell:before {
  content: ""
}

.fa-confluence:before {
  content: ""
}

.fa-connectdevelop:before {
  content: ""
}

.fa-construction:before {
  content: ""
}

.fa-container-storage:before {
  content: ""
}

.fa-contao:before {
  content: ""
}

.fa-conveyor-belt:before {
  content: ""
}

.fa-conveyor-belt-alt:before {
  content: ""
}

.fa-cookie:before {
  content: ""
}

.fa-cookie-bite:before {
  content: ""
}

.fa-copy:before {
  content: ""
}

.fa-copyright:before {
  content: ""
}

.fa-corn:before {
  content: ""
}

.fa-cotton-bureau:before {
  content: ""
}

.fa-couch:before {
  content: ""
}

.fa-cow:before {
  content: ""
}

.fa-cpanel:before {
  content: ""
}

.fa-creative-commons:before {
  content: ""
}

.fa-creative-commons-by:before {
  content: ""
}

.fa-creative-commons-nc:before {
  content: ""
}

.fa-creative-commons-nc-eu:before {
  content: ""
}

.fa-creative-commons-nc-jp:before {
  content: ""
}

.fa-creative-commons-nd:before {
  content: ""
}

.fa-creative-commons-pd:before {
  content: ""
}

.fa-creative-commons-pd-alt:before {
  content: ""
}

.fa-creative-commons-remix:before {
  content: ""
}

.fa-creative-commons-sa:before {
  content: ""
}

.fa-creative-commons-sampling:before {
  content: ""
}

.fa-creative-commons-sampling-plus:before {
  content: ""
}

.fa-creative-commons-share:before {
  content: ""
}

.fa-creative-commons-zero:before {
  content: ""
}

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

.fa-credit-card-blank:before {
  content: ""
}

.fa-credit-card-front:before {
  content: ""
}

.fa-cricket:before {
  content: ""
}

.fa-critical-role:before {
  content: ""
}

.fa-croissant:before {
  content: ""
}

.fa-crop:before {
  content: ""
}

.fa-crop-alt:before {
  content: ""
}

.fa-cross:before {
  content: ""
}

.fa-crosshairs:before {
  content: ""
}

.fa-crow:before {
  content: ""
}

.fa-crown:before {
  content: ""
}

.fa-crutch:before {
  content: ""
}

.fa-crutches:before {
  content: ""
}

.fa-css3:before {
  content: ""
}

.fa-css3-alt:before {
  content: ""
}

.fa-cube:before {
  content: ""
}

.fa-cubes:before {
  content: ""
}

.fa-curling:before {
  content: ""
}

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

.fa-cuttlefish:before {
  content: ""
}

.fa-d-and-d:before {
  content: ""
}

.fa-d-and-d-beyond:before {
  content: ""
}

.fa-dagger:before {
  content: ""
}

.fa-dashcube:before {
  content: ""
}

.fa-database:before {
  content: ""
}

.fa-deaf:before {
  content: ""
}

.fa-debug:before {
  content: ""
}

.fa-deer:before {
  content: ""
}

.fa-deer-rudolph:before {
  content: ""
}

.fa-delicious:before {
  content: ""
}

.fa-democrat:before {
  content: ""
}

.fa-deploydog:before {
  content: ""
}

.fa-deskpro:before {
  content: ""
}

.fa-desktop:before {
  content: ""
}

.fa-desktop-alt:before {
  content: ""
}

.fa-dev:before {
  content: ""
}

.fa-deviantart:before {
  content: ""
}

.fa-dewpoint:before {
  content: ""
}

.fa-dharmachakra:before {
  content: ""
}

.fa-dhl:before {
  content: ""
}

.fa-diagnoses:before {
  content: ""
}

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

.fa-diaspora:before {
  content: ""
}

.fa-dice:before {
  content: ""
}

.fa-dice-d10:before {
  content: ""
}

.fa-dice-d12:before {
  content: ""
}

.fa-dice-d20:before {
  content: ""
}

.fa-dice-d4:before {
  content: ""
}

.fa-dice-d6:before {
  content: ""
}

.fa-dice-d8:before {
  content: ""
}

.fa-dice-five:before {
  content: ""
}

.fa-dice-four:before {
  content: ""
}

.fa-dice-one:before {
  content: ""
}

.fa-dice-six:before {
  content: ""
}

.fa-dice-three:before {
  content: ""
}

.fa-dice-two:before {
  content: ""
}

.fa-digg:before {
  content: ""
}

.fa-digging:before {
  content: ""
}

.fa-digital-ocean:before {
  content: ""
}

.fa-digital-tachograph:before {
  content: ""
}

.fa-diploma:before {
  content: ""
}

.fa-directions:before {
  content: ""
}

.fa-discord:before {
  content: ""
}

.fa-discourse:before {
  content: ""
}

.fa-disease:before {
  content: ""
}

.fa-divide:before {
  content: ""
}

.fa-dizzy:before {
  content: ""
}

.fa-dna:before {
  content: ""
}

.fa-do-not-enter:before {
  content: ""
}

.fa-dochub:before {
  content: ""
}

.fa-docker:before {
  content: ""
}

.fa-dog:before {
  content: ""
}

.fa-dog-leashed:before {
  content: ""
}

.fa-dollar-sign:before {
  content: ""
}

.fa-dolly:before {
  content: ""
}

.fa-dolly-empty:before {
  content: ""
}

.fa-dolly-flatbed:before {
  content: ""
}

.fa-dolly-flatbed-alt:before {
  content: ""
}

.fa-dolly-flatbed-empty:before {
  content: ""
}

.fa-donate:before {
  content: ""
}

.fa-door-closed:before {
  content: ""
}

.fa-door-open:before {
  content: ""
}

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

.fa-dove:before {
  content: ""
}

.fa-download:before {
  content: ""
}

.fa-draft2digital:before {
  content: ""
}

.fa-drafting-compass:before {
  content: ""
}

.fa-dragon:before {
  content: ""
}

.fa-draw-circle:before {
  content: ""
}

.fa-draw-polygon:before {
  content: ""
}

.fa-draw-square:before {
  content: ""
}

.fa-dreidel:before {
  content: ""
}

.fa-dribbble:before {
  content: ""
}

.fa-dribbble-square:before {
  content: ""
}

.fa-drone:before {
  content: ""
}

.fa-drone-alt:before {
  content: ""
}

.fa-dropbox:before {
  content: ""
}

.fa-drum:before {
  content: ""
}

.fa-drum-steelpan:before {
  content: ""
}

.fa-drumstick:before {
  content: ""
}

.fa-drumstick-bite:before {
  content: ""
}

.fa-drupal:before {
  content: ""
}

.fa-dryer:before {
  content: ""
}

.fa-dryer-alt:before {
  content: ""
}

.fa-duck:before {
  content: ""
}

.fa-dumbbell:before {
  content: ""
}

.fa-dumpster:before {
  content: ""
}

.fa-dumpster-fire:before {
  content: ""
}

.fa-dungeon:before {
  content: ""
}

.fa-dyalog:before {
  content: ""
}

.fa-ear:before {
  content: ""
}

.fa-ear-muffs:before {
  content: ""
}

.fa-earlybirds:before {
  content: ""
}

.fa-ebay:before {
  content: ""
}

.fa-eclipse:before {
  content: ""
}

.fa-eclipse-alt:before {
  content: ""
}

.fa-edge:before {
  content: ""
}

.fa-edit:before {
  content: ""
}

.fa-egg:before {
  content: ""
}

.fa-egg-fried:before {
  content: ""
}

.fa-eject:before {
  content: ""
}

.fa-elementor:before {
  content: ""
}

.fa-elephant:before {
  content: ""
}

.fa-ellipsis-h:before {
  content: ""
}

.fa-ellipsis-h-alt:before {
  content: ""
}

.fa-ellipsis-v:before {
  content: ""
}

.fa-ellipsis-v-alt:before {
  content: ""
}

.fa-ello:before {
  content: ""
}

.fa-ember:before {
  content: ""
}

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

.fa-empty-set:before {
  content: ""
}

.fa-engine-warning:before {
  content: ""
}

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

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

.fa-envelope-open-dollar:before {
  content: ""
}

.fa-envelope-open-text:before {
  content: ""
}

.fa-envelope-square:before {
  content: ""
}

.fa-envira:before {
  content: ""
}

.fa-equals:before {
  content: ""
}

.fa-eraser:before {
  content: ""
}

.fa-erlang:before {
  content: ""
}

.fa-ethereum:before {
  content: ""
}

.fa-ethernet:before {
  content: ""
}

.fa-etsy:before {
  content: ""
}

.fa-euro-sign:before {
  content: ""
}

.fa-evernote:before {
  content: ""
}

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

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

.fa-exclamation:before {
  content: ""
}

.fa-exclamation-circle:before {
  content: ""
}

.fa-exclamation-square:before {
  content: ""
}

.fa-exclamation-triangle:before {
  content: ""
}

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

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

.fa-expand-arrows:before {
  content: ""
}

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

.fa-expand-wide:before {
  content: ""
}

.fa-expeditedssl:before {
  content: ""
}

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

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

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

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

.fa-eye:before {
  content: ""
}

.fa-eye-dropper:before {
  content: ""
}

.fa-eye-evil:before {
  content: ""
}

.fa-eye-slash:before {
  content: ""
}

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

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

.fa-facebook-messenger:before {
  content: ""
}

.fa-facebook-square:before {
  content: ""
}

.fa-fan:before {
  content: ""
}

.fa-fantasy-flight-games:before {
  content: ""
}

.fa-farm:before {
  content: ""
}

.fa-fast-backward:before {
  content: ""
}

.fa-fast-forward:before {
  content: ""
}

.fa-fax:before {
  content: ""
}

.fa-feather:before {
  content: ""
}

.fa-feather-alt:before {
  content: ""
}

.fa-fedex:before {
  content: ""
}

.fa-fedora:before {
  content: ""
}

.fa-female:before {
  content: ""
}

.fa-field-hockey:before {
  content: ""
}

.fa-fighter-jet:before {
  content: ""
}

.fa-figma:before {
  content: ""
}

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

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

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

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

.fa-file-certificate:before {
  content: ""
}

.fa-file-chart-line:before {
  content: ""
}

.fa-file-chart-pie:before {
  content: ""
}

.fa-file-check:before {
  content: ""
}

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

.fa-file-contract:before {
  content: ""
}

.fa-file-csv:before {
  content: ""
}

.fa-file-download:before {
  content: ""
}

.fa-file-edit:before {
  content: ""
}

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

.fa-file-exclamation:before {
  content: ""
}

.fa-file-export:before {
  content: ""
}

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

.fa-file-import:before {
  content: ""
}

.fa-file-invoice:before {
  content: ""
}

.fa-file-invoice-dollar:before {
  content: ""
}

.fa-file-medical:before {
  content: ""
}

.fa-file-medical-alt:before {
  content: ""
}

.fa-file-minus:before {
  content: ""
}

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

.fa-file-plus:before {
  content: ""
}

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

.fa-file-prescription:before {
  content: ""
}

.fa-file-search:before {
  content: ""
}

.fa-file-signature:before {
  content: ""
}

.fa-file-spreadsheet:before {
  content: ""
}

.fa-file-times:before {
  content: ""
}

.fa-file-upload:before {
  content: ""
}

.fa-file-user:before {
  content: ""
}

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

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

.fa-files-medical:before {
  content: ""
}

.fa-fill:before {
  content: ""
}

.fa-fill-drip:before {
  content: ""
}

.fa-film:before {
  content: ""
}

.fa-film-alt:before {
  content: ""
}

.fa-filter:before {
  content: ""
}

.fa-fingerprint:before {
  content: ""
}

.fa-fire:before {
  content: ""
}

.fa-fire-alt:before {
  content: ""
}

.fa-fire-extinguisher:before {
  content: ""
}

.fa-fire-smoke:before {
  content: ""
}

.fa-firefox:before {
  content: ""
}

.fa-fireplace:before {
  content: ""
}

.fa-first-aid:before {
  content: ""
}

.fa-first-order:before {
  content: ""
}

.fa-first-order-alt:before {
  content: ""
}

.fa-firstdraft:before {
  content: ""
}

.fa-fish:before {
  content: ""
}

.fa-fish-cooked:before {
  content: ""
}

.fa-fist-raised:before {
  content: ""
}

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

.fa-flag-alt:before {
  content: ""
}

.fa-flag-checkered:before {
  content: ""
}

.fa-flag-usa:before {
  content: ""
}

.fa-flame:before {
  content: ""
}

.fa-flask:before {
  content: ""
}

.fa-flask-poison:before {
  content: ""
}

.fa-flask-potion:before {
  content: ""
}

.fa-flickr:before {
  content: ""
}

.fa-flipboard:before {
  content: ""
}

.fa-flower:before {
  content: ""
}

.fa-flower-daffodil:before {
  content: ""
}

.fa-flower-tulip:before {
  content: ""
}

.fa-flushed:before {
  content: ""
}

.fa-fly:before {
  content: ""
}

.fa-fog:before {
  content: ""
}

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

.fa-folder-minus:before {
  content: ""
}

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

.fa-folder-plus:before {
  content: ""
}

.fa-folder-times:before {
  content: ""
}

.fa-folder-tree:before {
  content: ""
}

.fa-folders:before {
  content: ""
}

.fa-font:before {
  content: ""
}

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

.fa-font-awesome-alt:before {
  content: ""
}

.fa-font-awesome-flag:before {
  content: ""
}

.fa-font-awesome-logo-full:before {
  content: ""
}

.fa-font-case:before {
  content: ""
}

.fa-fonticons:before {
  content: ""
}

.fa-fonticons-fi:before {
  content: ""
}

.fa-football-ball:before {
  content: ""
}

.fa-football-helmet:before {
  content: ""
}

.fa-forklift:before {
  content: ""
}

.fa-fort-awesome:before {
  content: ""
}

.fa-fort-awesome-alt:before {
  content: ""
}

.fa-forumbee:before {
  content: ""
}

.fa-forward:before {
  content: ""
}

.fa-foursquare:before {
  content: ""
}

.fa-fragile:before {
  content: ""
}

.fa-free-code-camp:before {
  content: ""
}

.fa-freebsd:before {
  content: ""
}

.fa-french-fries:before {
  content: ""
}

.fa-frog:before {
  content: ""
}

.fa-frosty-head:before {
  content: ""
}

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

.fa-frown-open:before {
  content: ""
}

.fa-fulcrum:before {
  content: ""
}

.fa-function:before {
  content: ""
}

.fa-funnel-dollar:before {
  content: ""
}

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

.fa-galactic-republic:before {
  content: ""
}

.fa-galactic-senate:before {
  content: ""
}

.fa-game-board:before {
  content: ""
}

.fa-game-board-alt:before {
  content: ""
}

.fa-gamepad:before {
  content: ""
}

.fa-gas-pump:before {
  content: ""
}

.fa-gas-pump-slash:before {
  content: ""
}

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

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

.fa-genderless:before {
  content: ""
}

.fa-get-pocket:before {
  content: ""
}

.fa-gg:before {
  content: ""
}

.fa-gg-circle:before {
  content: ""
}

.fa-ghost:before {
  content: ""
}

.fa-gift:before {
  content: ""
}

.fa-gift-card:before {
  content: ""
}

.fa-gifts:before {
  content: ""
}

.fa-gingerbread-man:before {
  content: ""
}

.fa-git:before {
  content: ""
}

.fa-git-alt:before {
  content: ""
}

.fa-git-square:before {
  content: ""
}

.fa-github:before {
  content: ""
}

.fa-github-alt:before {
  content: ""
}

.fa-github-square:before {
  content: ""
}

.fa-gitkraken:before {
  content: ""
}

.fa-gitlab:before {
  content: ""
}

.fa-gitter:before {
  content: ""
}

.fa-glass:before {
  content: ""
}

.fa-glass-champagne:before {
  content: ""
}

.fa-glass-cheers:before {
  content: ""
}

.fa-glass-citrus:before {
  content: ""
}

.fa-glass-martini:before {
  content: ""
}

.fa-glass-martini-alt:before {
  content: ""
}

.fa-glass-whiskey:before {
  content: ""
}

.fa-glass-whiskey-rocks:before {
  content: ""
}

.fa-glasses:before {
  content: ""
}

.fa-glasses-alt:before {
  content: ""
}

.fa-glide:before {
  content: ""
}

.fa-glide-g:before {
  content: ""
}

.fa-globe:before {
  content: ""
}

.fa-globe-africa:before {
  content: ""
}

.fa-globe-americas:before {
  content: ""
}

.fa-globe-asia:before {
  content: ""
}

.fa-globe-europe:before {
  content: ""
}

.fa-globe-snow:before {
  content: ""
}

.fa-globe-stand:before {
  content: ""
}

.fa-gofore:before {
  content: ""
}

.fa-golf-ball:before {
  content: ""
}

.fa-golf-club:before {
  content: ""
}

.fa-goodreads:before {
  content: ""
}

.fa-goodreads-g:before {
  content: ""
}

.fa-google:before {
  content: ""
}

.fa-google-drive:before {
  content: ""
}

.fa-google-play:before {
  content: ""
}

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

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

.fa-google-plus-square:before {
  content: ""
}

.fa-google-wallet:before {
  content: ""
}

.fa-gopuram:before {
  content: ""
}

.fa-graduation-cap:before {
  content: ""
}

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

.fa-grav:before {
  content: ""
}

.fa-greater-than:before {
  content: ""
}

.fa-greater-than-equal:before {
  content: ""
}

.fa-grimace:before {
  content: ""
}

.fa-grin:before {
  content: ""
}

.fa-grin-alt:before {
  content: ""
}

.fa-grin-beam:before {
  content: ""
}

.fa-grin-beam-sweat:before {
  content: ""
}

.fa-grin-hearts:before {
  content: ""
}

.fa-grin-squint:before {
  content: ""
}

.fa-grin-squint-tears:before {
  content: ""
}

.fa-grin-stars:before {
  content: ""
}

.fa-grin-tears:before {
  content: ""
}

.fa-grin-tongue:before {
  content: ""
}

.fa-grin-tongue-squint:before {
  content: ""
}

.fa-grin-tongue-wink:before {
  content: ""
}

.fa-grin-wink:before {
  content: ""
}

.fa-grip-horizontal:before {
  content: ""
}

.fa-grip-lines:before {
  content: ""
}

.fa-grip-lines-vertical:before {
  content: ""
}

.fa-grip-vertical:before {
  content: ""
}

.fa-gripfire:before {
  content: ""
}

.fa-grunt:before {
  content: ""
}

.fa-guitar:before {
  content: ""
}

.fa-gulp:before {
  content: ""
}

.fa-h-square:before {
  content: ""
}

.fa-h1:before {
  content: ""
}

.fa-h2:before {
  content: ""
}

.fa-h3:before {
  content: ""
}

.fa-h4:before {
  content: ""
}

.fa-hacker-news:before {
  content: ""
}

.fa-hacker-news-square:before {
  content: ""
}

.fa-hackerrank:before {
  content: ""
}

.fa-hamburger:before {
  content: ""
}

.fa-hammer:before {
  content: ""
}

.fa-hammer-war:before {
  content: ""
}

.fa-hamsa:before {
  content: ""
}

.fa-hand-heart:before {
  content: ""
}

.fa-hand-holding:before {
  content: ""
}

.fa-hand-holding-box:before {
  content: ""
}

.fa-hand-holding-heart:before {
  content: ""
}

.fa-hand-holding-magic:before {
  content: ""
}

.fa-hand-holding-seedling:before {
  content: ""
}

.fa-hand-holding-usd:before {
  content: ""
}

.fa-hand-holding-water:before {
  content: ""
}

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

.fa-hand-middle-finger:before {
  content: ""
}

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

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

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

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

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

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

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

.fa-hand-receiving:before {
  content: ""
}

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

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

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

.fa-hands:before {
  content: ""
}

.fa-hands-heart:before {
  content: ""
}

.fa-hands-helping:before {
  content: ""
}

.fa-hands-usd:before {
  content: ""
}

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

.fa-handshake-alt:before {
  content: ""
}

.fa-hanukiah:before {
  content: ""
}

.fa-hard-hat:before {
  content: ""
}

.fa-hashtag:before {
  content: ""
}

.fa-hat-chef:before {
  content: ""
}

.fa-hat-santa:before {
  content: ""
}

.fa-hat-winter:before {
  content: ""
}

.fa-hat-witch:before {
  content: ""
}

.fa-hat-wizard:before {
  content: ""
}

.fa-haykal:before {
  content: ""
}

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

.fa-head-side:before {
  content: ""
}

.fa-head-side-brain:before {
  content: ""
}

.fa-head-side-medical:before {
  content: ""
}

.fa-head-vr:before {
  content: ""
}

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

.fa-headphones:before {
  content: ""
}

.fa-headphones-alt:before {
  content: ""
}

.fa-headset:before {
  content: ""
}

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

.fa-heart-broken:before {
  content: ""
}

.fa-heart-circle:before {
  content: ""
}

.fa-heart-rate:before {
  content: ""
}

.fa-heart-square:before {
  content: ""
}

.fa-heartbeat:before {
  content: ""
}

.fa-helicopter:before {
  content: ""
}

.fa-helmet-battle:before {
  content: ""
}

.fa-hexagon:before {
  content: ""
}

.fa-highlighter:before {
  content: ""
}

.fa-hiking:before {
  content: ""
}

.fa-hippo:before {
  content: ""
}

.fa-hips:before {
  content: ""
}

.fa-hire-a-helper:before {
  content: ""
}

.fa-history:before {
  content: ""
}

.fa-hockey-mask:before {
  content: ""
}

.fa-hockey-puck:before {
  content: ""
}

.fa-hockey-sticks:before {
  content: ""
}

.fa-holly-berry:before {
  content: ""
}

.fa-home:before {
  content: ""
}

.fa-home-alt:before {
  content: ""
}

.fa-home-heart:before {
  content: ""
}

.fa-home-lg:before {
  content: ""
}

.fa-home-lg-alt:before {
  content: ""
}

.fa-hood-cloak:before {
  content: ""
}

.fa-hooli:before {
  content: ""
}

.fa-horizontal-rule:before {
  content: ""
}

.fa-hornbill:before {
  content: ""
}

.fa-horse:before {
  content: ""
}

.fa-horse-head:before {
  content: ""
}

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

.fa-hospital-alt:before {
  content: ""
}

.fa-hospital-symbol:before {
  content: ""
}

.fa-hospital-user:before {
  content: ""
}

.fa-hospitals:before {
  content: ""
}

.fa-hot-tub:before {
  content: ""
}

.fa-hotdog:before {
  content: ""
}

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

.fa-hotjar:before {
  content: ""
}

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

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

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

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

.fa-house-damage:before {
  content: ""
}

.fa-house-flood:before {
  content: ""
}

.fa-houzz:before {
  content: ""
}

.fa-hryvnia:before {
  content: ""
}

.fa-html5:before {
  content: ""
}

.fa-hubspot:before {
  content: ""
}

.fa-humidity:before {
  content: ""
}

.fa-hurricane:before {
  content: ""
}

.fa-i-cursor:before {
  content: ""
}

.fa-ice-cream:before {
  content: ""
}

.fa-ice-skate:before {
  content: ""
}

.fa-icicles:before {
  content: ""
}

.fa-icons:before {
  content: ""
}

.fa-icons-alt:before {
  content: ""
}

.fa-id-badge:before {
  content: ""
}

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

.fa-id-card-alt:before {
  content: ""
}

.fa-igloo:before {
  content: ""
}

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

.fa-images:before {
  content: ""
}

.fa-imdb:before {
  content: ""
}

.fa-inbox:before {
  content: ""
}

.fa-inbox-in:before {
  content: ""
}

.fa-inbox-out:before {
  content: ""
}

.fa-indent:before {
  content: ""
}

.fa-industry:before {
  content: ""
}

.fa-industry-alt:before {
  content: ""
}

.fa-infinity:before {
  content: ""
}

.fa-info:before {
  content: ""
}

.fa-info-circle:before {
  content: ""
}

.fa-info-square:before {
  content: ""
}

.fa-inhaler:before {
  content: ""
}

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

.fa-integral:before {
  content: ""
}

.fa-intercom:before {
  content: ""
}

.fa-internet-explorer:before {
  content: ""
}

.fa-intersection:before {
  content: ""
}

.fa-inventory:before {
  content: ""
}

.fa-invision:before {
  content: ""
}

.fa-ioxhost:before {
  content: ""
}

.fa-island-tropical:before {
  content: ""
}

.fa-italic:before {
  content: ""
}

.fa-itch-io:before {
  content: ""
}

.fa-itunes:before {
  content: ""
}

.fa-itunes-note:before {
  content: ""
}

.fa-jack-o-lantern:before {
  content: ""
}

.fa-java:before {
  content: ""
}

.fa-jedi:before {
  content: ""
}

.fa-jedi-order:before {
  content: ""
}

.fa-jenkins:before {
  content: ""
}

.fa-jira:before {
  content: ""
}

.fa-joget:before {
  content: ""
}

.fa-joint:before {
  content: ""
}

.fa-joomla:before {
  content: ""
}

.fa-journal-whills:before {
  content: ""
}

.fa-js:before {
  content: ""
}

.fa-js-square:before {
  content: ""
}

.fa-jsfiddle:before {
  content: ""
}

.fa-kaaba:before {
  content: ""
}

.fa-kaggle:before {
  content: ""
}

.fa-kerning:before {
  content: ""
}

.fa-key:before {
  content: ""
}

.fa-key-skeleton:before {
  content: ""
}

.fa-keybase:before {
  content: ""
}

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

.fa-keycdn:before {
  content: ""
}

.fa-keynote:before {
  content: ""
}

.fa-khanda:before {
  content: ""
}

.fa-kickstarter:before {
  content: ""
}

.fa-kickstarter-k:before {
  content: ""
}

.fa-kidneys:before {
  content: ""
}

.fa-kiss:before {
  content: ""
}

.fa-kiss-beam:before {
  content: ""
}

.fa-kiss-wink-heart:before {
  content: ""
}

.fa-kite:before {
  content: ""
}

.fa-kiwi-bird:before {
  content: ""
}

.fa-knife-kitchen:before {
  content: ""
}

.fa-korvue:before {
  content: ""
}

.fa-lambda:before {
  content: ""
}

.fa-lamp:before {
  content: ""
}

.fa-landmark:before {
  content: ""
}

.fa-landmark-alt:before {
  content: ""
}

.fa-language:before {
  content: ""
}

.fa-laptop:before {
  content: ""
}

.fa-laptop-code:before {
  content: ""
}

.fa-laptop-medical:before {
  content: ""
}

.fa-laravel:before {
  content: ""
}

.fa-lastfm:before {
  content: ""
}

.fa-lastfm-square:before {
  content: ""
}

.fa-laugh:before {
  content: ""
}

.fa-laugh-beam:before {
  content: ""
}

.fa-laugh-squint:before {
  content: ""
}

.fa-laugh-wink:before {
  content: ""
}

.fa-layer-group:before {
  content: ""
}

.fa-layer-minus:before {
  content: ""
}

.fa-layer-plus:before {
  content: ""
}

.fa-leaf:before {
  content: ""
}

.fa-leaf-heart:before {
  content: ""
}

.fa-leaf-maple:before {
  content: ""
}

.fa-leaf-oak:before {
  content: ""
}

.fa-leanpub:before {
  content: ""
}

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

.fa-less:before {
  content: ""
}

.fa-less-than:before {
  content: ""
}

.fa-less-than-equal:before {
  content: ""
}

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

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

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

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

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

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

.fa-lightbulb-dollar:before {
  content: ""
}

.fa-lightbulb-exclamation:before {
  content: ""
}

.fa-lightbulb-on:before {
  content: ""
}

.fa-lightbulb-slash:before {
  content: ""
}

.fa-lights-holiday:before {
  content: ""
}

.fa-line:before {
  content: ""
}

.fa-line-columns:before {
  content: ""
}

.fa-line-height:before {
  content: ""
}

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

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

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

.fa-linode:before {
  content: ""
}

.fa-linux:before {
  content: ""
}

.fa-lips:before {
  content: ""
}

.fa-lira-sign:before {
  content: ""
}

.fa-list:before {
  content: ""
}

.fa-list-alt:before {
  content: ""
}

.fa-list-ol:before {
  content: ""
}

.fa-list-ul:before {
  content: ""
}

.fa-location:before {
  content: ""
}

.fa-location-arrow:before {
  content: ""
}

.fa-location-circle:before {
  content: ""
}

.fa-location-slash:before {
  content: ""
}

.fa-lock:before {
  content: ""
}

.fa-lock-alt:before {
  content: ""
}

.fa-lock-open:before {
  content: ""
}

.fa-lock-open-alt:before {
  content: ""
}

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

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

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

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

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

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

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

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

.fa-loveseat:before {
  content: ""
}

.fa-low-vision:before {
  content: ""
}

.fa-luchador:before {
  content: ""
}

.fa-luggage-cart:before {
  content: ""
}

.fa-lungs:before {
  content: ""
}

.fa-lyft:before {
  content: ""
}

.fa-mace:before {
  content: ""
}

.fa-magento:before {
  content: ""
}

.fa-magic:before {
  content: ""
}

.fa-magnet:before {
  content: ""
}

.fa-mail-bulk:before {
  content: ""
}

.fa-mailbox:before {
  content: ""
}

.fa-mailchimp:before {
  content: ""
}

.fa-male:before {
  content: ""
}

.fa-mandalorian:before {
  content: ""
}

.fa-mandolin:before {
  content: ""
}

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

.fa-map-marked:before {
  content: ""
}

.fa-map-marked-alt:before {
  content: ""
}

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

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

.fa-map-marker-alt-slash:before {
  content: ""
}

.fa-map-marker-check:before {
  content: ""
}

.fa-map-marker-edit:before {
  content: ""
}

.fa-map-marker-exclamation:before {
  content: ""
}

.fa-map-marker-minus:before {
  content: ""
}

.fa-map-marker-plus:before {
  content: ""
}

.fa-map-marker-question:before {
  content: ""
}

.fa-map-marker-slash:before {
  content: ""
}

.fa-map-marker-smile:before {
  content: ""
}

.fa-map-marker-times:before {
  content: ""
}

.fa-map-pin:before {
  content: ""
}

.fa-map-signs:before {
  content: ""
}

.fa-markdown:before {
  content: ""
}

.fa-marker:before {
  content: ""
}

.fa-mars:before {
  content: ""
}

.fa-mars-double:before {
  content: ""
}

.fa-mars-stroke:before {
  content: ""
}

.fa-mars-stroke-h:before {
  content: ""
}

.fa-mars-stroke-v:before {
  content: ""
}

.fa-mask:before {
  content: ""
}

.fa-mastodon:before {
  content: ""
}

.fa-maxcdn:before {
  content: ""
}

.fa-meat:before {
  content: ""
}

.fa-medal:before {
  content: ""
}

.fa-medapps:before {
  content: ""
}

.fa-medium:before {
  content: ""
}

.fa-medium-m:before {
  content: ""
}

.fa-medkit:before {
  content: ""
}

.fa-medrt:before {
  content: ""
}

.fa-meetup:before {
  content: ""
}

.fa-megaphone:before {
  content: ""
}

.fa-megaport:before {
  content: ""
}

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

.fa-meh-blank:before {
  content: ""
}

.fa-meh-rolling-eyes:before {
  content: ""
}

.fa-memory:before {
  content: ""
}

.fa-mendeley:before {
  content: ""
}

.fa-menorah:before {
  content: ""
}

.fa-mercury:before {
  content: ""
}

.fa-meteor:before {
  content: ""
}

.fa-microchip:before {
  content: ""
}

.fa-microphone:before {
  content: ""
}

.fa-microphone-alt:before {
  content: ""
}

.fa-microphone-alt-slash:before {
  content: ""
}

.fa-microphone-slash:before {
  content: ""
}

.fa-microscope:before {
  content: ""
}

.fa-microsoft:before {
  content: ""
}

.fa-mind-share:before {
  content: ""
}

.fa-minus:before {
  content: ""
}

.fa-minus-circle:before {
  content: ""
}

.fa-minus-hexagon:before {
  content: ""
}

.fa-minus-octagon:before {
  content: ""
}

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

.fa-mistletoe:before {
  content: ""
}

.fa-mitten:before {
  content: ""
}

.fa-mix:before {
  content: ""
}

.fa-mixcloud:before {
  content: ""
}

.fa-mizuni:before {
  content: ""
}

.fa-mobile:before {
  content: ""
}

.fa-mobile-alt:before {
  content: ""
}

.fa-mobile-android:before {
  content: ""
}

.fa-mobile-android-alt:before {
  content: ""
}

.fa-modx:before {
  content: ""
}

.fa-monero:before {
  content: ""
}

.fa-money-bill:before {
  content: ""
}

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

.fa-money-bill-wave:before {
  content: ""
}

.fa-money-bill-wave-alt:before {
  content: ""
}

.fa-money-check:before {
  content: ""
}

.fa-money-check-alt:before {
  content: ""
}

.fa-money-check-edit:before {
  content: ""
}

.fa-money-check-edit-alt:before {
  content: ""
}

.fa-monitor-heart-rate:before {
  content: ""
}

.fa-monkey:before {
  content: ""
}

.fa-monument:before {
  content: ""
}

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

.fa-moon-cloud:before {
  content: ""
}

.fa-moon-stars:before {
  content: ""
}

.fa-mortar-pestle:before {
  content: ""
}

.fa-mosque:before {
  content: ""
}

.fa-motorcycle:before {
  content: ""
}

.fa-mountain:before {
  content: ""
}

.fa-mountains:before {
  content: ""
}

.fa-mouse-pointer:before {
  content: ""
}

.fa-mug:before {
  content: ""
}

.fa-mug-hot:before {
  content: ""
}

.fa-mug-marshmallows:before {
  content: ""
}

.fa-mug-tea:before {
  content: ""
}

.fa-music:before {
  content: ""
}

.fa-napster:before {
  content: ""
}

.fa-narwhal:before {
  content: ""
}

.fa-neos:before {
  content: ""
}

.fa-network-wired:before {
  content: ""
}

.fa-neuter:before {
  content: ""
}

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

.fa-nimblr:before {
  content: ""
}

.fa-node:before {
  content: ""
}

.fa-node-js:before {
  content: ""
}

.fa-not-equal:before {
  content: ""
}

.fa-notes-medical:before {
  content: ""
}

.fa-npm:before {
  content: ""
}

.fa-ns8:before {
  content: ""
}

.fa-nutritionix:before {
  content: ""
}

.fa-object-group:before {
  content: ""
}

.fa-object-ungroup:before {
  content: ""
}

.fa-octagon:before {
  content: ""
}

.fa-odnoklassniki:before {
  content: ""
}

.fa-odnoklassniki-square:before {
  content: ""
}

.fa-oil-can:before {
  content: ""
}

.fa-oil-temp:before {
  content: ""
}

.fa-old-republic:before {
  content: ""
}

.fa-om:before {
  content: ""
}

.fa-omega:before {
  content: ""
}

.fa-opencart:before {
  content: ""
}

.fa-openid:before {
  content: ""
}

.fa-opera:before {
  content: ""
}

.fa-optin-monster:before {
  content: ""
}

.fa-ornament:before {
  content: ""
}

.fa-osi:before {
  content: ""
}

.fa-otter:before {
  content: ""
}

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

.fa-overline:before {
  content: ""
}

.fa-page-break:before {
  content: ""
}

.fa-page4:before {
  content: ""
}

.fa-pagelines:before {
  content: ""
}

.fa-pager:before {
  content: ""
}

.fa-paint-brush:before {
  content: ""
}

.fa-paint-brush-alt:before {
  content: ""
}

.fa-paint-roller:before {
  content: ""
}

.fa-palette:before {
  content: ""
}

.fa-palfed:before {
  content: ""
}

.fa-pallet:before {
  content: ""
}

.fa-pallet-alt:before {
  content: ""
}

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

.fa-paperclip:before {
  content: ""
}

.fa-parachute-box:before {
  content: ""
}

.fa-paragraph:before {
  content: ""
}

.fa-paragraph-rtl:before {
  content: ""
}

.fa-parking:before {
  content: ""
}

.fa-parking-circle:before {
  content: ""
}

.fa-parking-circle-slash:before {
  content: ""
}

.fa-parking-slash:before {
  content: ""
}

.fa-passport:before {
  content: ""
}

.fa-pastafarianism:before {
  content: ""
}

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

.fa-patreon:before {
  content: ""
}

.fa-pause:before {
  content: ""
}

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

.fa-paw:before {
  content: ""
}

.fa-paw-alt:before {
  content: ""
}

.fa-paw-claws:before {
  content: ""
}

.fa-paypal:before {
  content: ""
}

.fa-peace:before {
  content: ""
}

.fa-pegasus:before {
  content: ""
}

.fa-pen:before {
  content: ""
}

.fa-pen-alt:before {
  content: ""
}

.fa-pen-fancy:before {
  content: ""
}

.fa-pen-nib:before {
  content: ""
}

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

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

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

.fa-pencil-paintbrush:before {
  content: ""
}

.fa-pencil-ruler:before {
  content: ""
}

.fa-pennant:before {
  content: ""
}

.fa-penny-arcade:before {
  content: ""
}

.fa-people-carry:before {
  content: ""
}

.fa-pepper-hot:before {
  content: ""
}

.fa-percent:before {
  content: ""
}

.fa-percentage:before {
  content: ""
}

.fa-periscope:before {
  content: ""
}

.fa-person-booth:before {
  content: ""
}

.fa-person-carry:before {
  content: ""
}

.fa-person-dolly:before {
  content: ""
}

.fa-person-dolly-empty:before {
  content: ""
}

.fa-person-sign:before {
  content: ""
}

.fa-phabricator:before {
  content: ""
}

.fa-phoenix-framework:before {
  content: ""
}

.fa-phoenix-squadron:before {
  content: ""
}

.fa-phone:before {
  content: ""
}

.fa-phone-alt:before {
  content: ""
}

.fa-phone-laptop:before {
  content: ""
}

.fa-phone-office:before {
  content: ""
}

.fa-phone-plus:before {
  content: ""
}

.fa-phone-slash:before {
  content: ""
}

.fa-phone-square:before {
  content: ""
}

.fa-phone-square-alt:before {
  content: ""
}

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

.fa-photo-video:before {
  content: ""
}

.fa-php:before {
  content: ""
}

.fa-pi:before {
  content: ""
}

.fa-pie:before {
  content: ""
}

.fa-pied-piper:before {
  content: ""
}

.fa-pied-piper-alt:before {
  content: ""
}

.fa-pied-piper-hat:before {
  content: ""
}

.fa-pied-piper-pp:before {
  content: ""
}

.fa-pig:before {
  content: ""
}

.fa-piggy-bank:before {
  content: ""
}

.fa-pills:before {
  content: ""
}

.fa-pinterest:before {
  content: ""
}

.fa-pinterest-p:before {
  content: ""
}

.fa-pinterest-square:before {
  content: ""
}

.fa-pizza:before {
  content: ""
}

.fa-pizza-slice:before {
  content: ""
}

.fa-place-of-worship:before {
  content: ""
}

.fa-plane:before {
  content: ""
}

.fa-plane-alt:before {
  content: ""
}

.fa-plane-arrival:before {
  content: ""
}

.fa-plane-departure:before {
  content: ""
}

.fa-play:before {
  content: ""
}

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

.fa-playstation:before {
  content: ""
}

.fa-plug:before {
  content: ""
}

.fa-plus:before {
  content: ""
}

.fa-plus-circle:before {
  content: ""
}

.fa-plus-hexagon:before {
  content: ""
}

.fa-plus-octagon:before {
  content: ""
}

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

.fa-podcast:before {
  content: ""
}

.fa-podium:before {
  content: ""
}

.fa-podium-star:before {
  content: ""
}

.fa-poll:before {
  content: ""
}

.fa-poll-h:before {
  content: ""
}

.fa-poll-people:before {
  content: ""
}

.fa-poo:before {
  content: ""
}

.fa-poo-storm:before {
  content: ""
}

.fa-poop:before {
  content: ""
}

.fa-popcorn:before {
  content: ""
}

.fa-portrait:before {
  content: ""
}

.fa-pound-sign:before {
  content: ""
}

.fa-power-off:before {
  content: ""
}

.fa-pray:before {
  content: ""
}

.fa-praying-hands:before {
  content: ""
}

.fa-prescription:before {
  content: ""
}

.fa-prescription-bottle:before {
  content: ""
}

.fa-prescription-bottle-alt:before {
  content: ""
}

.fa-presentation:before {
  content: ""
}

.fa-print:before {
  content: ""
}

.fa-print-search:before {
  content: ""
}

.fa-print-slash:before {
  content: ""
}

.fa-procedures:before {
  content: ""
}

.fa-product-hunt:before {
  content: ""
}

.fa-project-diagram:before {
  content: ""
}

.fa-pumpkin:before {
  content: ""
}

.fa-pushed:before {
  content: ""
}

.fa-puzzle-piece:before {
  content: ""
}

.fa-python:before {
  content: ""
}

.fa-qq:before {
  content: ""
}

.fa-qrcode:before {
  content: ""
}

.fa-question:before {
  content: ""
}

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

.fa-question-square:before {
  content: ""
}

.fa-quidditch:before {
  content: ""
}

.fa-quinscape:before {
  content: ""
}

.fa-quora:before {
  content: ""
}

.fa-quote-left:before {
  content: ""
}

.fa-quote-right:before {
  content: ""
}

.fa-quran:before {
  content: ""
}

.fa-r-project:before {
  content: ""
}

.fa-rabbit:before {
  content: ""
}

.fa-rabbit-fast:before {
  content: ""
}

.fa-racquet:before {
  content: ""
}

.fa-radiation:before {
  content: ""
}

.fa-radiation-alt:before {
  content: ""
}

.fa-rainbow:before {
  content: ""
}

.fa-raindrops:before {
  content: ""
}

.fa-ram:before {
  content: ""
}

.fa-ramp-loading:before {
  content: ""
}

.fa-random:before {
  content: ""
}

.fa-raspberry-pi:before {
  content: ""
}

.fa-ravelry:before {
  content: ""
}

.fa-react:before {
  content: ""
}

.fa-reacteurope:before {
  content: ""
}

.fa-readme:before {
  content: ""
}

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

.fa-receipt:before {
  content: ""
}

.fa-rectangle-landscape:before {
  content: ""
}

.fa-rectangle-portrait:before {
  content: ""
}

.fa-rectangle-wide:before {
  content: ""
}

.fa-recycle:before {
  content: ""
}

.fa-red-river:before {
  content: ""
}

.fa-reddit:before {
  content: ""
}

.fa-reddit-alien:before {
  content: ""
}

.fa-reddit-square:before {
  content: ""
}

.fa-redhat:before {
  content: ""
}

.fa-redo:before {
  content: ""
}

.fa-redo-alt:before {
  content: ""
}

.fa-registered:before {
  content: ""
}

.fa-remove-format:before {
  content: ""
}

.fa-renren:before {
  content: ""
}

.fa-repeat:before {
  content: ""
}

.fa-repeat-1:before {
  content: ""
}

.fa-repeat-1-alt:before {
  content: ""
}

.fa-repeat-alt:before {
  content: ""
}

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

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

.fa-replyd:before {
  content: ""
}

.fa-republican:before {
  content: ""
}

.fa-researchgate:before {
  content: ""
}

.fa-resolving:before {
  content: ""
}

.fa-restroom:before {
  content: ""
}

.fa-retweet:before {
  content: ""
}

.fa-retweet-alt:before {
  content: ""
}

.fa-rev:before {
  content: ""
}

.fa-ribbon:before {
  content: ""
}

.fa-ring:before {
  content: ""
}

.fa-rings-wedding:before {
  content: ""
}

.fa-road:before {
  content: ""
}

.fa-robot:before {
  content: ""
}

.fa-rocket:before {
  content: ""
}

.fa-rocketchat:before {
  content: ""
}

.fa-rockrms:before {
  content: ""
}

.fa-route:before {
  content: ""
}

.fa-route-highway:before {
  content: ""
}

.fa-route-interstate:before {
  content: ""
}

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

.fa-rss-square:before {
  content: ""
}

.fa-ruble-sign:before {
  content: ""
}

.fa-ruler:before {
  content: ""
}

.fa-ruler-combined:before {
  content: ""
}

.fa-ruler-horizontal:before {
  content: ""
}

.fa-ruler-triangle:before {
  content: ""
}

.fa-ruler-vertical:before {
  content: ""
}

.fa-running:before {
  content: ""
}

.fa-rupee-sign:before {
  content: ""
}

.fa-rv:before {
  content: ""
}

.fa-sack:before {
  content: ""
}

.fa-sack-dollar:before {
  content: ""
}

.fa-sad-cry:before {
  content: ""
}

.fa-sad-tear:before {
  content: ""
}

.fa-safari:before {
  content: ""
}

.fa-salad:before {
  content: ""
}

.fa-salesforce:before {
  content: ""
}

.fa-sandwich:before {
  content: ""
}

.fa-sass:before {
  content: ""
}

.fa-satellite:before {
  content: ""
}

.fa-satellite-dish:before {
  content: ""
}

.fa-sausage:before {
  content: ""
}

.fa-save:before {
  content: ""
}

.fa-scalpel:before {
  content: ""
}

.fa-scalpel-path:before {
  content: ""
}

.fa-scanner:before {
  content: ""
}

.fa-scanner-keyboard:before {
  content: ""
}

.fa-scanner-touchscreen:before {
  content: ""
}

.fa-scarecrow:before {
  content: ""
}

.fa-scarf:before {
  content: ""
}

.fa-schlix:before {
  content: ""
}

.fa-school:before {
  content: ""
}

.fa-screwdriver:before {
  content: ""
}

.fa-scribd:before {
  content: ""
}

.fa-scroll:before {
  content: ""
}

.fa-scroll-old:before {
  content: ""
}

.fa-scrubber:before {
  content: ""
}

.fa-scythe:before {
  content: ""
}

.fa-sd-card:before {
  content: ""
}

.fa-search:before {
  content: ""
}

.fa-search-dollar:before {
  content: ""
}

.fa-search-location:before {
  content: ""
}

.fa-search-minus:before {
  content: ""
}

.fa-search-plus:before {
  content: ""
}

.fa-searchengin:before {
  content: ""
}

.fa-seedling:before {
  content: ""
}

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

.fa-sellsy:before {
  content: ""
}

.fa-send-back:before {
  content: ""
}

.fa-send-backward:before {
  content: ""
}

.fa-server:before {
  content: ""
}

.fa-servicestack:before {
  content: ""
}

.fa-shapes:before {
  content: ""
}

.fa-share:before {
  content: ""
}

.fa-share-all:before {
  content: ""
}

.fa-share-alt:before {
  content: ""
}

.fa-share-alt-square:before {
  content: ""
}

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

.fa-sheep:before {
  content: ""
}

.fa-shekel-sign:before {
  content: ""
}

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

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

.fa-shield-check:before {
  content: ""
}

.fa-shield-cross:before {
  content: ""
}

.fa-ship:before {
  content: ""
}

.fa-shipping-fast:before {
  content: ""
}

.fa-shipping-timed:before {
  content: ""
}

.fa-shirtsinbulk:before {
  content: ""
}

.fa-shish-kebab:before {
  content: ""
}

.fa-shoe-prints:before {
  content: ""
}

.fa-shopping-bag:before {
  content: ""
}

.fa-shopping-basket:before {
  content: ""
}

.fa-shopping-cart:before {
  content: ""
}

.fa-shopware:before {
  content: ""
}

.fa-shovel:before {
  content: ""
}

.fa-shovel-snow:before {
  content: ""
}

.fa-shower:before {
  content: ""
}

.fa-shredder:before {
  content: ""
}

.fa-shuttle-van:before {
  content: ""
}

.fa-shuttlecock:before {
  content: ""
}

.fa-sickle:before {
  content: ""
}

.fa-sigma:before {
  content: ""
}

.fa-sign:before {
  content: ""
}

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

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

.fa-sign-language:before {
  content: ""
}

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

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

.fa-signal:before {
  content: ""
}

.fa-signal-1:before {
  content: ""
}

.fa-signal-2:before {
  content: ""
}

.fa-signal-3:before {
  content: ""
}

.fa-signal-4:before {
  content: ""
}

.fa-signal-alt:before {
  content: ""
}

.fa-signal-alt-1:before {
  content: ""
}

.fa-signal-alt-2:before {
  content: ""
}

.fa-signal-alt-3:before {
  content: ""
}

.fa-signal-alt-slash:before {
  content: ""
}

.fa-signal-slash:before {
  content: ""
}

.fa-signature:before {
  content: ""
}

.fa-sim-card:before {
  content: ""
}

.fa-simplybuilt:before {
  content: ""
}

.fa-sistrix:before {
  content: ""
}

.fa-sitemap:before {
  content: ""
}

.fa-sith:before {
  content: ""
}

.fa-skating:before {
  content: ""
}

.fa-skeleton:before {
  content: ""
}

.fa-sketch:before {
  content: ""
}

.fa-ski-jump:before {
  content: ""
}

.fa-ski-lift:before {
  content: ""
}

.fa-skiing:before {
  content: ""
}

.fa-skiing-nordic:before {
  content: ""
}

.fa-skull:before {
  content: ""
}

.fa-skull-crossbones:before {
  content: ""
}

.fa-skyatlas:before {
  content: ""
}

.fa-skype:before {
  content: ""
}

.fa-slack:before {
  content: ""
}

.fa-slack-hash:before {
  content: ""
}

.fa-slash:before {
  content: ""
}

.fa-sledding:before {
  content: ""
}

.fa-sleigh:before {
  content: ""
}

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

.fa-sliders-h-square:before {
  content: ""
}

.fa-sliders-v:before {
  content: ""
}

.fa-sliders-v-square:before {
  content: ""
}

.fa-slideshare:before {
  content: ""
}

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

.fa-smile-beam:before {
  content: ""
}

.fa-smile-plus:before {
  content: ""
}

.fa-smile-wink:before {
  content: ""
}

.fa-smog:before {
  content: ""
}

.fa-smoke:before {
  content: ""
}

.fa-smoking:before {
  content: ""
}

.fa-smoking-ban:before {
  content: ""
}

.fa-sms:before {
  content: ""
}

.fa-snake:before {
  content: ""
}

.fa-snapchat:before {
  content: ""
}

.fa-snapchat-ghost:before {
  content: ""
}

.fa-snapchat-square:before {
  content: ""
}

.fa-snooze:before {
  content: ""
}

.fa-snow-blowing:before {
  content: ""
}

.fa-snowboarding:before {
  content: ""
}

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

.fa-snowflakes:before {
  content: ""
}

.fa-snowman:before {
  content: ""
}

.fa-snowmobile:before {
  content: ""
}

.fa-snowplow:before {
  content: ""
}

.fa-socks:before {
  content: ""
}

.fa-solar-panel:before {
  content: ""
}

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

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

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

.fa-sort-alpha-up:before {
  content: ""
}

.fa-sort-alpha-up-alt:before {
  content: ""
}

.fa-sort-alt:before {
  content: ""
}

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

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

.fa-sort-amount-up:before {
  content: ""
}

.fa-sort-amount-up-alt:before {
  content: ""
}

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

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

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

.fa-sort-numeric-up:before {
  content: ""
}

.fa-sort-numeric-up-alt:before {
  content: ""
}

.fa-sort-shapes-down:before {
  content: ""
}

.fa-sort-shapes-down-alt:before {
  content: ""
}

.fa-sort-shapes-up:before {
  content: ""
}

.fa-sort-shapes-up-alt:before {
  content: ""
}

.fa-sort-size-down:before {
  content: ""
}

.fa-sort-size-down-alt:before {
  content: ""
}

.fa-sort-size-up:before {
  content: ""
}

.fa-sort-size-up-alt:before {
  content: ""
}

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

.fa-soundcloud:before {
  content: ""
}

.fa-soup:before {
  content: ""
}

.fa-sourcetree:before {
  content: ""
}

.fa-spa:before {
  content: ""
}

.fa-space-shuttle:before {
  content: ""
}

.fa-spade:before {
  content: ""
}

.fa-sparkles:before {
  content: ""
}

.fa-speakap:before {
  content: ""
}

.fa-speaker-deck:before {
  content: ""
}

.fa-spell-check:before {
  content: ""
}

.fa-spider:before {
  content: ""
}

.fa-spider-black-widow:before {
  content: ""
}

.fa-spider-web:before {
  content: ""
}

.fa-spinner:before {
  content: ""
}

.fa-spinner-third:before {
  content: ""
}

.fa-splotch:before {
  content: ""
}

.fa-spotify:before {
  content: ""
}

.fa-spray-can:before {
  content: ""
}

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

.fa-square-full:before {
  content: ""
}

.fa-square-root:before {
  content: ""
}

.fa-square-root-alt:before {
  content: ""
}

.fa-squarespace:before {
  content: ""
}

.fa-squirrel:before {
  content: ""
}

.fa-stack-exchange:before {
  content: ""
}

.fa-stack-overflow:before {
  content: ""
}

.fa-stackpath:before {
  content: ""
}

.fa-staff:before {
  content: ""
}

.fa-stamp:before {
  content: ""
}

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

.fa-star-and-crescent:before {
  content: ""
}

.fa-star-christmas:before {
  content: ""
}

.fa-star-exclamation:before {
  content: ""
}

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

.fa-star-half-alt:before {
  content: ""
}

.fa-star-of-david:before {
  content: ""
}

.fa-star-of-life:before {
  content: ""
}

.fa-stars:before {
  content: ""
}

.fa-staylinked:before {
  content: ""
}

.fa-steak:before {
  content: ""
}

.fa-steam:before {
  content: ""
}

.fa-steam-square:before {
  content: ""
}

.fa-steam-symbol:before {
  content: ""
}

.fa-steering-wheel:before {
  content: ""
}

.fa-step-backward:before {
  content: ""
}

.fa-step-forward:before {
  content: ""
}

.fa-stethoscope:before {
  content: ""
}

.fa-sticker-mule:before {
  content: ""
}

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

.fa-stocking:before {
  content: ""
}

.fa-stomach:before {
  content: ""
}

.fa-stop:before {
  content: ""
}

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

.fa-stopwatch:before {
  content: ""
}

.fa-store:before {
  content: ""
}

.fa-store-alt:before {
  content: ""
}

.fa-strava:before {
  content: ""
}

.fa-stream:before {
  content: ""
}

.fa-street-view:before {
  content: ""
}

.fa-stretcher:before {
  content: ""
}

.fa-strikethrough:before {
  content: ""
}

.fa-stripe:before {
  content: ""
}

.fa-stripe-s:before {
  content: ""
}

.fa-stroopwafel:before {
  content: ""
}

.fa-studiovinari:before {
  content: ""
}

.fa-stumbleupon:before {
  content: ""
}

.fa-stumbleupon-circle:before {
  content: ""
}

.fa-subscript:before {
  content: ""
}

.fa-subway:before {
  content: ""
}

.fa-suitcase:before {
  content: ""
}

.fa-suitcase-rolling:before {
  content: ""
}

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

.fa-sun-cloud:before {
  content: ""
}

.fa-sun-dust:before {
  content: ""
}

.fa-sun-haze:before {
  content: ""
}

.fa-sunglasses:before {
  content: ""
}

.fa-sunrise:before {
  content: ""
}

.fa-sunset:before {
  content: ""
}

.fa-superpowers:before {
  content: ""
}

.fa-superscript:before {
  content: ""
}

.fa-supple:before {
  content: ""
}

.fa-surprise:before {
  content: ""
}

.fa-suse:before {
  content: ""
}

.fa-swatchbook:before {
  content: ""
}

.fa-swimmer:before {
  content: ""
}

.fa-swimming-pool:before {
  content: ""
}

.fa-sword:before {
  content: ""
}

.fa-swords:before {
  content: ""
}

.fa-symfony:before {
  content: ""
}

.fa-synagogue:before {
  content: ""
}

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

.fa-sync-alt:before {
  content: ""
}

.fa-syringe:before {
  content: ""
}

.fa-table:before {
  content: ""
}

.fa-table-tennis:before {
  content: ""
}

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

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

.fa-tablet-android:before {
  content: ""
}

.fa-tablet-android-alt:before {
  content: ""
}

.fa-tablet-rugged:before {
  content: ""
}

.fa-tablets:before {
  content: ""
}

.fa-tachometer:before {
  content: ""
}

.fa-tachometer-alt:before {
  content: ""
}

.fa-tachometer-alt-average:before {
  content: ""
}

.fa-tachometer-alt-fast:before {
  content: ""
}

.fa-tachometer-alt-fastest:before {
  content: ""
}

.fa-tachometer-alt-slow:before {
  content: ""
}

.fa-tachometer-alt-slowest:before {
  content: ""
}

.fa-tachometer-average:before {
  content: ""
}

.fa-tachometer-fast:before {
  content: ""
}

.fa-tachometer-fastest:before {
  content: ""
}

.fa-tachometer-slow:before {
  content: ""
}

.fa-tachometer-slowest:before {
  content: ""
}

.fa-taco:before {
  content: ""
}

.fa-tag:before {
  content: ""
}

.fa-tags:before {
  content: ""
}

.fa-tally:before {
  content: ""
}

.fa-tanakh:before {
  content: ""
}

.fa-tape:before {
  content: ""
}

.fa-tasks:before {
  content: ""
}

.fa-tasks-alt:before {
  content: ""
}

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

.fa-teamspeak:before {
  content: ""
}

.fa-teeth:before {
  content: ""
}

.fa-teeth-open:before {
  content: ""
}

.fa-telegram:before {
  content: ""
}

.fa-telegram-plane:before {
  content: ""
}

.fa-temperature-frigid:before {
  content: ""
}

.fa-temperature-high:before {
  content: ""
}

.fa-temperature-hot:before {
  content: ""
}

.fa-temperature-low:before {
  content: ""
}

.fa-tencent-weibo:before {
  content: ""
}

.fa-tenge:before {
  content: ""
}

.fa-tennis-ball:before {
  content: ""
}

.fa-terminal:before {
  content: ""
}

.fa-text:before {
  content: ""
}

.fa-text-height:before {
  content: ""
}

.fa-text-size:before {
  content: ""
}

.fa-text-width:before {
  content: ""
}

.fa-th:before {
  content: ""
}

.fa-th-large:before {
  content: ""
}

.fa-th-list:before {
  content: ""
}

.fa-the-red-yeti:before {
  content: ""
}

.fa-theater-masks:before {
  content: ""
}

.fa-themeco:before {
  content: ""
}

.fa-themeisle:before {
  content: ""
}

.fa-thermometer:before {
  content: ""
}

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

.fa-thermometer-full:before {
  content: ""
}

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

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

.fa-thermometer-three-quarters:before {
  content: ""
}

.fa-theta:before {
  content: ""
}

.fa-think-peaks:before {
  content: ""
}

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

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

.fa-thumbtack:before {
  content: ""
}

.fa-thunderstorm:before {
  content: ""
}

.fa-thunderstorm-moon:before {
  content: ""
}

.fa-thunderstorm-sun:before {
  content: ""
}

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

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

.fa-tilde:before {
  content: ""
}

.fa-times:before {
  content: ""
}

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

.fa-times-hexagon:before {
  content: ""
}

.fa-times-octagon:before {
  content: ""
}

.fa-times-square:before {
  content: ""
}

.fa-tint:before {
  content: ""
}

.fa-tint-slash:before {
  content: ""
}

.fa-tire:before {
  content: ""
}

.fa-tire-flat:before {
  content: ""
}

.fa-tire-pressure-warning:before {
  content: ""
}

.fa-tire-rugged:before {
  content: ""
}

.fa-tired:before {
  content: ""
}

.fa-toggle-off:before {
  content: ""
}

.fa-toggle-on:before {
  content: ""
}

.fa-toilet:before {
  content: ""
}

.fa-toilet-paper:before {
  content: ""
}

.fa-toilet-paper-alt:before {
  content: ""
}

.fa-tombstone:before {
  content: ""
}

.fa-tombstone-alt:before {
  content: ""
}

.fa-toolbox:before {
  content: ""
}

.fa-tools:before {
  content: ""
}

.fa-tooth:before {
  content: ""
}

.fa-toothbrush:before {
  content: ""
}

.fa-torah:before {
  content: ""
}

.fa-torii-gate:before {
  content: ""
}

.fa-tornado:before {
  content: ""
}

.fa-tractor:before {
  content: ""
}

.fa-trade-federation:before {
  content: ""
}

.fa-trademark:before {
  content: ""
}

.fa-traffic-cone:before {
  content: ""
}

.fa-traffic-light:before {
  content: ""
}

.fa-traffic-light-go:before {
  content: ""
}

.fa-traffic-light-slow:before {
  content: ""
}

.fa-traffic-light-stop:before {
  content: ""
}

.fa-train:before {
  content: ""
}

.fa-tram:before {
  content: ""
}

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

.fa-transgender-alt:before {
  content: ""
}

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

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

.fa-trash-restore:before {
  content: ""
}

.fa-trash-restore-alt:before {
  content: ""
}

.fa-trash-undo:before {
  content: ""
}

.fa-trash-undo-alt:before {
  content: ""
}

.fa-treasure-chest:before {
  content: ""
}

.fa-tree:before {
  content: ""
}

.fa-tree-alt:before {
  content: ""
}

.fa-tree-christmas:before {
  content: ""
}

.fa-tree-decorated:before {
  content: ""
}

.fa-tree-large:before {
  content: ""
}

.fa-tree-palm:before {
  content: ""
}

.fa-trees:before {
  content: ""
}

.fa-trello:before {
  content: ""
}

.fa-triangle:before {
  content: ""
}

.fa-tripadvisor:before {
  content: ""
}

.fa-trophy:before {
  content: ""
}

.fa-trophy-alt:before {
  content: ""
}

.fa-truck:before {
  content: ""
}

.fa-truck-container:before {
  content: ""
}

.fa-truck-couch:before {
  content: ""
}

.fa-truck-loading:before {
  content: ""
}

.fa-truck-monster:before {
  content: ""
}

.fa-truck-moving:before {
  content: ""
}

.fa-truck-pickup:before {
  content: ""
}

.fa-truck-plow:before {
  content: ""
}

.fa-truck-ramp:before {
  content: ""
}

.fa-tshirt:before {
  content: ""
}

.fa-tty:before {
  content: ""
}

.fa-tumblr:before {
  content: ""
}

.fa-tumblr-square:before {
  content: ""
}

.fa-turkey:before {
  content: ""
}

.fa-turtle:before {
  content: ""
}

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

.fa-tv-retro:before {
  content: ""
}

.fa-twitch:before {
  content: ""
}

.fa-twitter:before {
  content: ""
}

.fa-twitter-square:before {
  content: ""
}

.fa-typo3:before {
  content: ""
}

.fa-uber:before {
  content: ""
}

.fa-ubuntu:before {
  content: ""
}

.fa-uikit:before {
  content: ""
}

.fa-umbrella:before {
  content: ""
}

.fa-umbrella-beach:before {
  content: ""
}

.fa-underline:before {
  content: ""
}

.fa-undo:before {
  content: ""
}

.fa-undo-alt:before {
  content: ""
}

.fa-unicorn:before {
  content: ""
}

.fa-union:before {
  content: ""
}

.fa-uniregistry:before {
  content: ""
}

.fa-universal-access:before {
  content: ""
}

.fa-university:before {
  content: ""
}

.fa-unlink:before {
  content: ""
}

.fa-unlock:before {
  content: ""
}

.fa-unlock-alt:before {
  content: ""
}

.fa-untappd:before {
  content: ""
}

.fa-upload:before {
  content: ""
}

.fa-ups:before {
  content: ""
}

.fa-usb:before {
  content: ""
}

.fa-usd-circle:before {
  content: ""
}

.fa-usd-square:before {
  content: ""
}

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

.fa-user-alt:before {
  content: ""
}

.fa-user-alt-slash:before {
  content: ""
}

.fa-user-astronaut:before {
  content: ""
}

.fa-user-chart:before {
  content: ""
}

.fa-user-check:before {
  content: ""
}

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

.fa-user-clock:before {
  content: ""
}

.fa-user-cog:before {
  content: ""
}

.fa-user-crown:before {
  content: ""
}

.fa-user-edit:before {
  content: ""
}

.fa-user-friends:before {
  content: ""
}

.fa-user-graduate:before {
  content: ""
}

.fa-user-hard-hat:before {
  content: ""
}

.fa-user-headset:before {
  content: ""
}

.fa-user-injured:before {
  content: ""
}

.fa-user-lock:before {
  content: ""
}

.fa-user-md:before {
  content: ""
}

.fa-user-md-chat:before {
  content: ""
}

.fa-user-minus:before {
  content: ""
}

.fa-user-ninja:before {
  content: ""
}

.fa-user-nurse:before {
  content: ""
}

.fa-user-plus:before {
  content: ""
}

.fa-user-secret:before {
  content: ""
}

.fa-user-shield:before {
  content: ""
}

.fa-user-slash:before {
  content: ""
}

.fa-user-tag:before {
  content: ""
}

.fa-user-tie:before {
  content: ""
}

.fa-user-times:before {
  content: ""
}

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

.fa-users-class:before {
  content: ""
}

.fa-users-cog:before {
  content: ""
}

.fa-users-crown:before {
  content: ""
}

.fa-users-medical:before {
  content: ""
}

.fa-usps:before {
  content: ""
}

.fa-ussunnah:before {
  content: ""
}

.fa-utensil-fork:before {
  content: ""
}

.fa-utensil-knife:before {
  content: ""
}

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

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

.fa-utensils-alt:before {
  content: ""
}

.fa-vaadin:before {
  content: ""
}

.fa-value-absolute:before {
  content: ""
}

.fa-vector-square:before {
  content: ""
}

.fa-venus:before {
  content: ""
}

.fa-venus-double:before {
  content: ""
}

.fa-venus-mars:before {
  content: ""
}

.fa-viacoin:before {
  content: ""
}

.fa-viadeo:before {
  content: ""
}

.fa-viadeo-square:before {
  content: ""
}

.fa-vial:before {
  content: ""
}

.fa-vials:before {
  content: ""
}

.fa-viber:before {
  content: ""
}

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

.fa-video-plus:before {
  content: ""
}

.fa-video-slash:before {
  content: ""
}

.fa-vihara:before {
  content: ""
}

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

.fa-vimeo-square:before {
  content: ""
}

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

.fa-vine:before {
  content: ""
}

.fa-vk:before {
  content: ""
}

.fa-vnv:before {
  content: ""
}

.fa-voicemail:before {
  content: ""
}

.fa-volcano:before {
  content: ""
}

.fa-volleyball-ball:before {
  content: ""
}

.fa-volume:before {
  content: ""
}

.fa-volume-down:before {
  content: ""
}

.fa-volume-mute:before {
  content: ""
}

.fa-volume-off:before {
  content: ""
}

.fa-volume-slash:before {
  content: ""
}

.fa-volume-up:before {
  content: ""
}

.fa-vote-nay:before {
  content: ""
}

.fa-vote-yea:before {
  content: ""
}

.fa-vr-cardboard:before {
  content: ""
}

.fa-vuejs:before {
  content: ""
}

.fa-walker:before {
  content: ""
}

.fa-walking:before {
  content: ""
}

.fa-wallet:before {
  content: ""
}

.fa-wand:before {
  content: ""
}

.fa-wand-magic:before {
  content: ""
}

.fa-warehouse:before {
  content: ""
}

.fa-warehouse-alt:before {
  content: ""
}

.fa-washer:before {
  content: ""
}

.fa-watch:before {
  content: ""
}

.fa-watch-fitness:before {
  content: ""
}

.fa-water:before {
  content: ""
}

.fa-water-lower:before {
  content: ""
}

.fa-water-rise:before {
  content: ""
}

.fa-wave-sine:before {
  content: ""
}

.fa-wave-square:before {
  content: ""
}

.fa-wave-triangle:before {
  content: ""
}

.fa-waze:before {
  content: ""
}

.fa-webcam:before {
  content: ""
}

.fa-webcam-slash:before {
  content: ""
}

.fa-weebly:before {
  content: ""
}

.fa-weibo:before {
  content: ""
}

.fa-weight:before {
  content: ""
}

.fa-weight-hanging:before {
  content: ""
}

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

.fa-whale:before {
  content: ""
}

.fa-whatsapp:before {
  content: ""
}

.fa-whatsapp-square:before {
  content: ""
}

.fa-wheat:before {
  content: ""
}

.fa-wheelchair:before {
  content: ""
}

.fa-whistle:before {
  content: ""
}

.fa-whmcs:before {
  content: ""
}

.fa-wifi:before {
  content: ""
}

.fa-wifi-1:before {
  content: ""
}

.fa-wifi-2:before {
  content: ""
}

.fa-wifi-slash:before {
  content: ""
}

.fa-wikipedia-w:before {
  content: ""
}

.fa-wind:before {
  content: ""
}

.fa-wind-turbine:before {
  content: ""
}

.fa-wind-warning:before {
  content: ""
}

.fa-window:before {
  content: ""
}

.fa-window-alt:before {
  content: ""
}

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

.fa-window-maximize:before {
  content: ""
}

.fa-window-minimize:before {
  content: ""
}

.fa-window-restore:before {
  content: ""
}

.fa-windows:before {
  content: ""
}

.fa-windsock:before {
  content: ""
}

.fa-wine-bottle:before {
  content: ""
}

.fa-wine-glass:before {
  content: ""
}

.fa-wine-glass-alt:before {
  content: ""
}

.fa-wix:before {
  content: ""
}

.fa-wizards-of-the-coast:before {
  content: ""
}

.fa-wolf-pack-battalion:before {
  content: ""
}

.fa-won-sign:before {
  content: ""
}

.fa-wordpress:before {
  content: ""
}

.fa-wordpress-simple:before {
  content: ""
}

.fa-wpbeginner:before {
  content: ""
}

.fa-wpexplorer:before {
  content: ""
}

.fa-wpforms:before {
  content: ""
}

.fa-wpressr:before {
  content: ""
}

.fa-wreath:before {
  content: ""
}

.fa-wrench:before {
  content: ""
}

.fa-x-ray:before {
  content: ""
}

.fa-xbox:before {
  content: ""
}

.fa-xing:before {
  content: ""
}

.fa-xing-square:before {
  content: ""
}

.fa-y-combinator:before {
  content: ""
}

.fa-yahoo:before {
  content: ""
}

.fa-yammer:before {
  content: ""
}

.fa-yandex:before {
  content: ""
}

.fa-yandex-international:before {
  content: ""
}

.fa-yarn:before {
  content: ""
}

.fa-yelp:before {
  content: ""
}

.fa-yen-sign:before {
  content: ""
}

.fa-yin-yang:before {
  content: ""
}

.fa-yoast:before {
  content: ""
}

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

.fa-youtube-square:before {
  content: ""
}

.fa-zhihu:before {
  content: ""
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900
}

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1)
}

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: .4;
  opacity: var(--fa-secondary-opacity, 0.4)
}

.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before {
  opacity: .4;
  opacity: var(--fa-secondary-opacity, 0.4)
}

.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1)
}

.fad.fa-inverse {
  color: #fff
}

.fad.fa-stack-1x,.fad.fa-stack-2x {
  position: absolute
}

.fad.fa-stack-1x:before,.fad.fa-stack-2x:before,.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%)
}

.fad.fa-abacus:after {
  content: "􏙀"
}

.fad.fa-acorn:after {
  content: "􏚮"
}

.fad.fa-ad:after {
  content: "􏙁"
}

.fad.fa-address-book:after {
  content: "􏊹"
}

.fad.fa-address-card:after {
  content: "􏊻"
}

.fad.fa-adjust:after {
  content: "􏁂"
}

.fad.fa-air-freshener:after {
  content: "􏗐"
}

.fad.fa-alarm-clock:after {
  content: "􏍎"
}

.fad.fa-alarm-exclamation:after {
  content: "􏡃"
}

.fad.fa-alarm-plus:after {
  content: "􏡄"
}

.fad.fa-alarm-snooze:after {
  content: "􏡅"
}

.fad.fa-alicorn:after {
  content: "􏚰"
}

.fad.fa-align-center:after {
  content: "􏀷"
}

.fad.fa-align-justify:after {
  content: "􏀹"
}

.fad.fa-align-left:after {
  content: "􏀶"
}

.fad.fa-align-right:after {
  content: "􏀸"
}

.fad.fa-align-slash:after {
  content: "􏡆"
}

.fad.fa-allergies:after {
  content: "􏑡"
}

.fad.fa-ambulance:after {
  content: "􏃹"
}

.fad.fa-american-sign-language-interpreting:after {
  content: "􏊣"
}

.fad.fa-analytics:after {
  content: "􏙃"
}

.fad.fa-anchor:after {
  content: "􏄽"
}

.fad.fa-angel:after {
  content: "􏝹"
}

.fad.fa-angle-double-down:after {
  content: "􏄃"
}

.fad.fa-angle-double-left:after {
  content: "􏄀"
}

.fad.fa-angle-double-right:after {
  content: "􏄁"
}

.fad.fa-angle-double-up:after {
  content: "􏄂"
}

.fad.fa-angle-down:after {
  content: "􏄇"
}

.fad.fa-angle-left:after {
  content: "􏄄"
}

.fad.fa-angle-right:after {
  content: "􏄅"
}

.fad.fa-angle-up:after {
  content: "􏄆"
}

.fad.fa-angry:after {
  content: "􏕖"
}

.fad.fa-ankh:after {
  content: "􏙄"
}

.fad.fa-apple-alt:after {
  content: "􏗑"
}

.fad.fa-apple-crate:after {
  content: "􏚱"
}

.fad.fa-archive:after {
  content: "􏆇"
}

.fad.fa-archway:after {
  content: "􏕗"
}

.fad.fa-arrow-alt-circle-down:after {
  content: "􏍘"
}

.fad.fa-arrow-alt-circle-left:after {
  content: "􏍙"
}

.fad.fa-arrow-alt-circle-right:after {
  content: "􏍚"
}

.fad.fa-arrow-alt-circle-up:after {
  content: "􏍛"
}

.fad.fa-arrow-alt-down:after {
  content: "􏍔"
}

.fad.fa-arrow-alt-from-bottom:after {
  content: "􏍆"
}

.fad.fa-arrow-alt-from-left:after {
  content: "􏍇"
}

.fad.fa-arrow-alt-from-right:after {
  content: "􏍈"
}

.fad.fa-arrow-alt-from-top:after {
  content: "􏍉"
}

.fad.fa-arrow-alt-left:after {
  content: "􏍕"
}

.fad.fa-arrow-alt-right:after {
  content: "􏍖"
}

.fad.fa-arrow-alt-square-down:after {
  content: "􏍐"
}

.fad.fa-arrow-alt-square-left:after {
  content: "􏍑"
}

.fad.fa-arrow-alt-square-right:after {
  content: "􏍒"
}

.fad.fa-arrow-alt-square-up:after {
  content: "􏍓"
}

.fad.fa-arrow-alt-to-bottom:after {
  content: "􏍊"
}

.fad.fa-arrow-alt-to-left:after {
  content: "􏍋"
}

.fad.fa-arrow-alt-to-right:after {
  content: "􏍌"
}

.fad.fa-arrow-alt-to-top:after {
  content: "􏍍"
}

.fad.fa-arrow-alt-up:after {
  content: "􏍗"
}

.fad.fa-arrow-circle-down:after {
  content: "􏂫"
}

.fad.fa-arrow-circle-left:after {
  content: "􏂨"
}

.fad.fa-arrow-circle-right:after {
  content: "􏂩"
}

.fad.fa-arrow-circle-up:after {
  content: "􏂪"
}

.fad.fa-arrow-down:after {
  content: "􏁣"
}

.fad.fa-arrow-from-bottom:after {
  content: "􏍂"
}

.fad.fa-arrow-from-left:after {
  content: "􏍃"
}

.fad.fa-arrow-from-right:after {
  content: "􏍄"
}

.fad.fa-arrow-from-top:after {
  content: "􏍅"
}

.fad.fa-arrow-left:after {
  content: "􏁠"
}

.fad.fa-arrow-right:after {
  content: "􏁡"
}

.fad.fa-arrow-square-down:after {
  content: "􏌹"
}

.fad.fa-arrow-square-left:after {
  content: "􏌺"
}

.fad.fa-arrow-square-right:after {
  content: "􏌻"
}

.fad.fa-arrow-square-up:after {
  content: "􏌼"
}

.fad.fa-arrow-to-bottom:after {
  content: "􏌽"
}

.fad.fa-arrow-to-left:after {
  content: "􏌾"
}

.fad.fa-arrow-to-right:after {
  content: "􏍀"
}

.fad.fa-arrow-to-top:after {
  content: "􏍁"
}

.fad.fa-arrow-up:after {
  content: "􏁢"
}

.fad.fa-arrows:after {
  content: "􏁇"
}

.fad.fa-arrows-alt:after {
  content: "􏂲"
}

.fad.fa-arrows-alt-h:after {
  content: "􏌷"
}

.fad.fa-arrows-alt-v:after {
  content: "􏌸"
}

.fad.fa-arrows-h:after {
  content: "􏁾"
}

.fad.fa-arrows-v:after {
  content: "􏁽"
}

.fad.fa-assistive-listening-systems:after {
  content: "􏊢"
}

.fad.fa-asterisk:after {
  content: "􏁩"
}

.fad.fa-at:after {
  content: "􏇺"
}

.fad.fa-atlas:after {
  content: "􏕘"
}

.fad.fa-atom:after {
  content: "􏗒"
}

.fad.fa-atom-alt:after {
  content: "􏗓"
}

.fad.fa-audio-description:after {
  content: "􏊞"
}

.fad.fa-award:after {
  content: "􏕙"
}

.fad.fa-axe:after {
  content: "􏚲"
}

.fad.fa-axe-battle:after {
  content: "􏚳"
}

.fad.fa-baby:after {
  content: "􏝼"
}

.fad.fa-baby-carriage:after {
  content: "􏝽"
}

.fad.fa-backpack:after {
  content: "􏗔"
}

.fad.fa-backspace:after {
  content: "􏕚"
}

.fad.fa-backward:after {
  content: "􏁊"
}

.fad.fa-bacon:after {
  content: "􏟥"
}

.fad.fa-badge:after {
  content: "􏌵"
}

.fad.fa-badge-check:after {
  content: "􏌶"
}

.fad.fa-badge-dollar:after {
  content: "􏙅"
}

.fad.fa-badge-percent:after {
  content: "􏙆"
}

.fad.fa-badger-honey:after {
  content: "􏚴"
}

.fad.fa-bags-shopping:after {
  content: "􏡇"
}

.fad.fa-balance-scale:after {
  content: "􏉎"
}

.fad.fa-balance-scale-left:after {
  content: "􏔕"
}

.fad.fa-balance-scale-right:after {
  content: "􏔖"
}

.fad.fa-ball-pile:after {
  content: "􏝾"
}

.fad.fa-ballot:after {
  content: "􏜲"
}

.fad.fa-ballot-check:after {
  content: "􏜳"
}

.fad.fa-ban:after {
  content: "􏁞"
}

.fad.fa-band-aid:after {
  content: "􏑢"
}

.fad.fa-barcode:after {
  content: "􏀪"
}

.fad.fa-barcode-alt:after {
  content: "􏑣"
}

.fad.fa-barcode-read:after {
  content: "􏑤"
}

.fad.fa-barcode-scan:after {
  content: "􏑥"
}

.fad.fa-bars:after {
  content: "􏃉"
}

.fad.fa-baseball:after {
  content: "􏐲"
}

.fad.fa-baseball-ball:after {
  content: "􏐳"
}

.fad.fa-basketball-ball:after {
  content: "􏐴"
}

.fad.fa-basketball-hoop:after {
  content: "􏐵"
}

.fad.fa-bat:after {
  content: "􏚵"
}

.fad.fa-bath:after {
  content: "􏋍"
}

.fad.fa-battery-bolt:after {
  content: "􏍶"
}

.fad.fa-battery-empty:after {
  content: "􏉄"
}

.fad.fa-battery-full:after {
  content: "􏉀"
}

.fad.fa-battery-half:after {
  content: "􏉂"
}

.fad.fa-battery-quarter:after {
  content: "􏉃"
}

.fad.fa-battery-slash:after {
  content: "􏍷"
}

.fad.fa-battery-three-quarters:after {
  content: "􏉁"
}

.fad.fa-bed:after {
  content: "􏈶"
}

.fad.fa-beer:after {
  content: "􏃼"
}

.fad.fa-bell:after {
  content: "􏃳"
}

.fad.fa-bell-exclamation:after {
  content: "􏡈"
}

.fad.fa-bell-plus:after {
  content: "􏡉"
}

.fad.fa-bell-school:after {
  content: "􏗕"
}

.fad.fa-bell-school-slash:after {
  content: "􏗖"
}

.fad.fa-bell-slash:after {
  content: "􏇶"
}

.fad.fa-bells:after {
  content: "􏝿"
}

.fad.fa-bezier-curve:after {
  content: "􏕛"
}

.fad.fa-bible:after {
  content: "􏙇"
}

.fad.fa-bicycle:after {
  content: "􏈆"
}

.fad.fa-biking:after {
  content: "􏡊"
}

.fad.fa-biking-mountain:after {
  content: "􏡋"
}

.fad.fa-binoculars:after {
  content: "􏇥"
}

.fad.fa-biohazard:after {
  content: "􏞀"
}

.fad.fa-birthday-cake:after {
  content: "􏇽"
}

.fad.fa-blanket:after {
  content: "􏒘"
}

.fad.fa-blender:after {
  content: "􏔗"
}

.fad.fa-blender-phone:after {
  content: "􏚶"
}

.fad.fa-blind:after {
  content: "􏊝"
}

.fad.fa-blog:after {
  content: "􏞁"
}

.fad.fa-bold:after {
  content: "􏀲"
}

.fad.fa-bolt:after {
  content: "􏃧"
}

.fad.fa-bomb:after {
  content: "􏇢"
}

.fad.fa-bone:after {
  content: "􏗗"
}

.fad.fa-bone-break:after {
  content: "􏗘"
}

.fad.fa-bong:after {
  content: "􏕜"
}

.fad.fa-book:after {
  content: "􏀭"
}

.fad.fa-book-alt:after {
  content: "􏗙"
}

.fad.fa-book-dead:after {
  content: "􏚷"
}

.fad.fa-book-heart:after {
  content: "􏒙"
}

.fad.fa-book-medical:after {
  content: "􏟦"
}

.fad.fa-book-open:after {
  content: "􏔘"
}

.fad.fa-book-reader:after {
  content: "􏗚"
}

.fad.fa-book-spells:after {
  content: "􏚸"
}

.fad.fa-book-user:after {
  content: "􏟧"
}

.fad.fa-bookmark:after {
  content: "􏀮"
}

.fad.fa-books:after {
  content: "􏗛"
}

.fad.fa-books-medical:after {
  content: "􏟨"
}

.fad.fa-boot:after {
  content: "􏞂"
}

.fad.fa-booth-curtain:after {
  content: "􏜴"
}

.fad.fa-border-all:after {
  content: "􏡌"
}

.fad.fa-border-bottom:after {
  content: "􏡍"
}

.fad.fa-border-center-h:after {
  content: "􏢜"
}

.fad.fa-border-center-v:after {
  content: "􏢝"
}

.fad.fa-border-inner:after {
  content: "􏡎"
}

.fad.fa-border-left:after {
  content: "􏡏"
}

.fad.fa-border-none:after {
  content: "􏡐"
}

.fad.fa-border-outer:after {
  content: "􏡑"
}

.fad.fa-border-right:after {
  content: "􏡒"
}

.fad.fa-border-style:after {
  content: "􏡓"
}

.fad.fa-border-style-alt:after {
  content: "􏡔"
}

.fad.fa-border-top:after {
  content: "􏡕"
}

.fad.fa-bow-arrow:after {
  content: "􏚹"
}

.fad.fa-bowling-ball:after {
  content: "􏐶"
}

.fad.fa-bowling-pins:after {
  content: "􏐷"
}

.fad.fa-box:after {
  content: "􏑦"
}

.fad.fa-box-alt:after {
  content: "􏒚"
}

.fad.fa-box-ballot:after {
  content: "􏜵"
}

.fad.fa-box-check:after {
  content: "􏑧"
}

.fad.fa-box-fragile:after {
  content: "􏒛"
}

.fad.fa-box-full:after {
  content: "􏒜"
}

.fad.fa-box-heart:after {
  content: "􏒝"
}

.fad.fa-box-open:after {
  content: "􏒞"
}

.fad.fa-box-up:after {
  content: "􏒟"
}

.fad.fa-box-usd:after {
  content: "􏒠"
}

.fad.fa-boxes:after {
  content: "􏑨"
}

.fad.fa-boxes-alt:after {
  content: "􏒡"
}

.fad.fa-boxing-glove:after {
  content: "􏐸"
}

.fad.fa-brackets:after {
  content: "􏟩"
}

.fad.fa-brackets-curly:after {
  content: "􏟪"
}

.fad.fa-braille:after {
  content: "􏊡"
}

.fad.fa-brain:after {
  content: "􏗜"
}

.fad.fa-bread-loaf:after {
  content: "􏟫"
}

.fad.fa-bread-slice:after {
  content: "􏟬"
}

.fad.fa-briefcase:after {
  content: "􏂱"
}

.fad.fa-briefcase-medical:after {
  content: "􏑩"
}

.fad.fa-bring-forward:after {
  content: "􏡖"
}

.fad.fa-bring-front:after {
  content: "􏡗"
}

.fad.fa-broadcast-tower:after {
  content: "􏔙"
}

.fad.fa-broom:after {
  content: "􏔚"
}

.fad.fa-browser:after {
  content: "􏍾"
}

.fad.fa-brush:after {
  content: "􏕝"
}

.fad.fa-bug:after {
  content: "􏆈"
}

.fad.fa-building:after {
  content: "􏆭"
}

.fad.fa-bullhorn:after {
  content: "􏂡"
}

.fad.fa-bullseye:after {
  content: "􏅀"
}

.fad.fa-bullseye-arrow:after {
  content: "􏙈"
}

.fad.fa-bullseye-pointer:after {
  content: "􏙉"
}

.fad.fa-burger-soda:after {
  content: "􏡘"
}

.fad.fa-burn:after {
  content: "􏑪"
}

.fad.fa-burrito:after {
  content: "􏟭"
}

.fad.fa-bus:after {
  content: "􏈇"
}

.fad.fa-bus-alt:after {
  content: "􏕞"
}

.fad.fa-bus-school:after {
  content: "􏗝"
}

.fad.fa-business-time:after {
  content: "􏙊"
}

.fad.fa-cabinet-filing:after {
  content: "􏙋"
}

.fad.fa-calculator:after {
  content: "􏇬"
}

.fad.fa-calculator-alt:after {
  content: "􏙌"
}

.fad.fa-calendar:after {
  content: "􏄳"
}

.fad.fa-calendar-alt:after {
  content: "􏁳"
}

.fad.fa-calendar-check:after {
  content: "􏉴"
}

.fad.fa-calendar-day:after {
  content: "􏞃"
}

.fad.fa-calendar-edit:after {
  content: "􏌳"
}

.fad.fa-calendar-exclamation:after {
  content: "􏌴"
}

.fad.fa-calendar-minus:after {
  content: "􏉲"
}

.fad.fa-calendar-plus:after {
  content: "􏉱"
}

.fad.fa-calendar-star:after {
  content: "􏜶"
}

.fad.fa-calendar-times:after {
  content: "􏉳"
}

.fad.fa-calendar-week:after {
  content: "􏞄"
}

.fad.fa-camera:after {
  content: "􏀰"
}

.fad.fa-camera-alt:after {
  content: "􏌲"
}

.fad.fa-camera-retro:after {
  content: "􏂃"
}

.fad.fa-campfire:after {
  content: "􏚺"
}

.fad.fa-campground:after {
  content: "􏚻"
}

.fad.fa-candle-holder:after {
  content: "􏚼"
}

.fad.fa-candy-cane:after {
  content: "􏞆"
}

.fad.fa-candy-corn:after {
  content: "􏚽"
}

.fad.fa-cannabis:after {
  content: "􏕟"
}

.fad.fa-capsules:after {
  content: "􏑫"
}

.fad.fa-car:after {
  content: "􏆹"
}

.fad.fa-car-alt:after {
  content: "􏗞"
}

.fad.fa-car-battery:after {
  content: "􏗟"
}

.fad.fa-car-building:after {
  content: "􏡙"
}

.fad.fa-car-bump:after {
  content: "􏗠"
}

.fad.fa-car-bus:after {
  content: "􏡚"
}

.fad.fa-car-crash:after {
  content: "􏗡"
}

.fad.fa-car-garage:after {
  content: "􏗢"
}

.fad.fa-car-mechanic:after {
  content: "􏗣"
}

.fad.fa-car-side:after {
  content: "􏗤"
}

.fad.fa-car-tilt:after {
  content: "􏗥"
}

.fad.fa-car-wash:after {
  content: "􏗦"
}

.fad.fa-caret-circle-down:after {
  content: "􏌭"
}

.fad.fa-caret-circle-left:after {
  content: "􏌮"
}

.fad.fa-caret-circle-right:after {
  content: "􏌰"
}

.fad.fa-caret-circle-up:after {
  content: "􏌱"
}

.fad.fa-caret-down:after {
  content: "􏃗"
}

.fad.fa-caret-left:after {
  content: "􏃙"
}

.fad.fa-caret-right:after {
  content: "􏃚"
}

.fad.fa-caret-square-down:after {
  content: "􏅐"
}

.fad.fa-caret-square-left:after {
  content: "􏆑"
}

.fad.fa-caret-square-right:after {
  content: "􏅒"
}

.fad.fa-caret-square-up:after {
  content: "􏅑"
}

.fad.fa-caret-up:after {
  content: "􏃘"
}

.fad.fa-carrot:after {
  content: "􏞇"
}

.fad.fa-cars:after {
  content: "􏡛"
}

.fad.fa-cart-arrow-down:after {
  content: "􏈘"
}

.fad.fa-cart-plus:after {
  content: "􏈗"
}

.fad.fa-cash-register:after {
  content: "􏞈"
}

.fad.fa-cat:after {
  content: "􏚾"
}

.fad.fa-cauldron:after {
  content: "􏚿"
}

.fad.fa-certificate:after {
  content: "􏂣"
}

.fad.fa-chair:after {
  content: "􏛀"
}

.fad.fa-chair-office:after {
  content: "􏛁"
}

.fad.fa-chalkboard:after {
  content: "􏔛"
}

.fad.fa-chalkboard-teacher:after {
  content: "􏔜"
}

.fad.fa-charging-station:after {
  content: "􏗧"
}

.fad.fa-chart-area:after {
  content: "􏇾"
}

.fad.fa-chart-bar:after {
  content: "􏂀"
}

.fad.fa-chart-line:after {
  content: "􏈁"
}

.fad.fa-chart-line-down:after {
  content: "􏙍"
}

.fad.fa-chart-network:after {
  content: "􏞊"
}

.fad.fa-chart-pie:after {
  content: "􏈀"
}

.fad.fa-chart-pie-alt:after {
  content: "􏙎"
}

.fad.fa-chart-scatter:after {
  content: "􏟮"
}

.fad.fa-check:after {
  content: "􏀌"
}

.fad.fa-check-circle:after {
  content: "􏁘"
}

.fad.fa-check-double:after {
  content: "􏕠"
}

.fad.fa-check-square:after {
  content: "􏅊"
}

.fad.fa-cheese:after {
  content: "􏟯"
}

.fad.fa-cheese-swiss:after {
  content: "􏟰"
}

.fad.fa-cheeseburger:after {
  content: "􏟱"
}

.fad.fa-chess:after {
  content: "􏐹"
}

.fad.fa-chess-bishop:after {
  content: "􏐺"
}

.fad.fa-chess-bishop-alt:after {
  content: "􏐻"
}

.fad.fa-chess-board:after {
  content: "􏐼"
}

.fad.fa-chess-clock:after {
  content: "􏐽"
}

.fad.fa-chess-clock-alt:after {
  content: "􏐾"
}

.fad.fa-chess-king:after {
  content: "􏐿"
}

.fad.fa-chess-king-alt:after {
  content: "􏑀"
}

.fad.fa-chess-knight:after {
  content: "􏑁"
}

.fad.fa-chess-knight-alt:after {
  content: "􏑂"
}

.fad.fa-chess-pawn:after {
  content: "􏑃"
}

.fad.fa-chess-pawn-alt:after {
  content: "􏑄"
}

.fad.fa-chess-queen:after {
  content: "􏑅"
}

.fad.fa-chess-queen-alt:after {
  content: "􏑆"
}

.fad.fa-chess-rook:after {
  content: "􏑇"
}

.fad.fa-chess-rook-alt:after {
  content: "􏑈"
}

.fad.fa-chevron-circle-down:after {
  content: "􏄺"
}

.fad.fa-chevron-circle-left:after {
  content: "􏄷"
}

.fad.fa-chevron-circle-right:after {
  content: "􏄸"
}

.fad.fa-chevron-circle-up:after {
  content: "􏄹"
}

.fad.fa-chevron-double-down:after {
  content: "􏌢"
}

.fad.fa-chevron-double-left:after {
  content: "􏌣"
}

.fad.fa-chevron-double-right:after {
  content: "􏌤"
}

.fad.fa-chevron-double-up:after {
  content: "􏌥"
}

.fad.fa-chevron-down:after {
  content: "􏁸"
}

.fad.fa-chevron-left:after {
  content: "􏁓"
}

.fad.fa-chevron-right:after {
  content: "􏁔"
}

.fad.fa-chevron-square-down:after {
  content: "􏌩"
}

.fad.fa-chevron-square-left:after {
  content: "􏌪"
}

.fad.fa-chevron-square-right:after {
  content: "􏌫"
}

.fad.fa-chevron-square-up:after {
  content: "􏌬"
}

.fad.fa-chevron-up:after {
  content: "􏁷"
}

.fad.fa-child:after {
  content: "􏆮"
}

.fad.fa-chimney:after {
  content: "􏞋"
}

.fad.fa-church:after {
  content: "􏔝"
}

.fad.fa-circle:after {
  content: "􏄑"
}

.fad.fa-circle-notch:after {
  content: "􏇎"
}

.fad.fa-city:after {
  content: "􏙏"
}

.fad.fa-claw-marks:after {
  content: "􏛂"
}

.fad.fa-clinic-medical:after {
  content: "􏟲"
}

.fad.fa-clipboard:after {
  content: "􏌨"
}

.fad.fa-clipboard-check:after {
  content: "􏑬"
}

.fad.fa-clipboard-list:after {
  content: "􏑭"
}

.fad.fa-clipboard-list-check:after {
  content: "􏜷"
}

.fad.fa-clipboard-prescription:after {
  content: "􏗨"
}

.fad.fa-clipboard-user:after {
  content: "􏟳"
}

.fad.fa-clock:after {
  content: "􏀗"
}

.fad.fa-clone:after {
  content: "􏉍"
}

.fad.fa-closed-captioning:after {
  content: "􏈊"
}

.fad.fa-cloud:after {
  content: "􏃂"
}

.fad.fa-cloud-download:after {
  content: "􏃭"
}

.fad.fa-cloud-download-alt:after {
  content: "􏎁"
}

.fad.fa-cloud-drizzle:after {
  content: "􏜸"
}

.fad.fa-cloud-hail:after {
  content: "􏜹"
}

.fad.fa-cloud-hail-mixed:after {
  content: "􏜺"
}

.fad.fa-cloud-meatball:after {
  content: "􏜻"
}

.fad.fa-cloud-moon:after {
  content: "􏛃"
}

.fad.fa-cloud-moon-rain:after {
  content: "􏜼"
}

.fad.fa-cloud-rain:after {
  content: "􏜽"
}

.fad.fa-cloud-rainbow:after {
  content: "􏜾"
}

.fad.fa-cloud-showers:after {
  content: "􏜿"
}

.fad.fa-cloud-showers-heavy:after {
  content: "􏝀"
}

.fad.fa-cloud-sleet:after {
  content: "􏝁"
}

.fad.fa-cloud-snow:after {
  content: "􏝂"
}

.fad.fa-cloud-sun:after {
  content: "􏛄"
}

.fad.fa-cloud-sun-rain:after {
  content: "􏝃"
}

.fad.fa-cloud-upload:after {
  content: "􏃮"
}

.fad.fa-cloud-upload-alt:after {
  content: "􏎂"
}

.fad.fa-clouds:after {
  content: "􏝄"
}

.fad.fa-clouds-moon:after {
  content: "􏝅"
}

.fad.fa-clouds-sun:after {
  content: "􏝆"
}

.fad.fa-club:after {
  content: "􏌧"
}

.fad.fa-cocktail:after {
  content: "􏕡"
}

.fad.fa-code:after {
  content: "􏄡"
}

.fad.fa-code-branch:after {
  content: "􏄦"
}

.fad.fa-code-commit:after {
  content: "􏎆"
}

.fad.fa-code-merge:after {
  content: "􏎇"
}

.fad.fa-coffee:after {
  content: "􏃴"
}

.fad.fa-coffee-togo:after {
  content: "􏛅"
}

.fad.fa-coffin:after {
  content: "􏛆"
}

.fad.fa-cog:after {
  content: "􏀓"
}

.fad.fa-cogs:after {
  content: "􏂅"
}

.fad.fa-coin:after {
  content: "􏡜"
}

.fad.fa-coins:after {
  content: "􏔞"
}

.fad.fa-columns:after {
  content: "􏃛"
}

.fad.fa-comment:after {
  content: "􏁵"
}

.fad.fa-comment-alt:after {
  content: "􏉺"
}

.fad.fa-comment-alt-check:after {
  content: "􏒢"
}

.fad.fa-comment-alt-dollar:after {
  content: "􏙐"
}

.fad.fa-comment-alt-dots:after {
  content: "􏒣"
}

.fad.fa-comment-alt-edit:after {
  content: "􏒤"
}

.fad.fa-comment-alt-exclamation:after {
  content: "􏒥"
}

.fad.fa-comment-alt-lines:after {
  content: "􏒦"
}

.fad.fa-comment-alt-medical:after {
  content: "􏟴"
}

.fad.fa-comment-alt-minus:after {
  content: "􏒧"
}

.fad.fa-comment-alt-plus:after {
  content: "􏒨"
}

.fad.fa-comment-alt-slash:after {
  content: "􏒩"
}

.fad.fa-comment-alt-smile:after {
  content: "􏒪"
}

.fad.fa-comment-alt-times:after {
  content: "􏒫"
}

.fad.fa-comment-check:after {
  content: "􏒬"
}

.fad.fa-comment-dollar:after {
  content: "􏙑"
}

.fad.fa-comment-dots:after {
  content: "􏒭"
}

.fad.fa-comment-edit:after {
  content: "􏒮"
}

.fad.fa-comment-exclamation:after {
  content: "􏒯"
}

.fad.fa-comment-lines:after {
  content: "􏒰"
}

.fad.fa-comment-medical:after {
  content: "􏟵"
}

.fad.fa-comment-minus:after {
  content: "􏒱"
}

.fad.fa-comment-plus:after {
  content: "􏒲"
}

.fad.fa-comment-slash:after {
  content: "􏒳"
}

.fad.fa-comment-smile:after {
  content: "􏒴"
}

.fad.fa-comment-times:after {
  content: "􏒵"
}

.fad.fa-comments:after {
  content: "􏂆"
}

.fad.fa-comments-alt:after {
  content: "􏒶"
}

.fad.fa-comments-alt-dollar:after {
  content: "􏙒"
}

.fad.fa-comments-dollar:after {
  content: "􏙓"
}

.fad.fa-compact-disc:after {
  content: "􏔟"
}

.fad.fa-compass:after {
  content: "􏅎"
}

.fad.fa-compass-slash:after {
  content: "􏗩"
}

.fad.fa-compress:after {
  content: "􏁦"
}

.fad.fa-compress-alt:after {
  content: "􏐢"
}

.fad.fa-compress-arrows-alt:after {
  content: "􏞌"
}

.fad.fa-compress-wide:after {
  content: "􏌦"
}

.fad.fa-concierge-bell:after {
  content: "􏕢"
}

.fad.fa-construction:after {
  content: "􏡝"
}

.fad.fa-container-storage:after {
  content: "􏒷"
}

.fad.fa-conveyor-belt:after {
  content: "􏑮"
}

.fad.fa-conveyor-belt-alt:after {
  content: "􏑯"
}

.fad.fa-cookie:after {
  content: "􏕣"
}

.fad.fa-cookie-bite:after {
  content: "􏕤"
}

.fad.fa-copy:after {
  content: "􏃅"
}

.fad.fa-copyright:after {
  content: "􏇹"
}

.fad.fa-corn:after {
  content: "􏛇"
}

.fad.fa-couch:after {
  content: "􏒸"
}

.fad.fa-cow:after {
  content: "􏛈"
}

.fad.fa-credit-card:after {
  content: "􏂝"
}

.fad.fa-credit-card-blank:after {
  content: "􏎉"
}

.fad.fa-credit-card-front:after {
  content: "􏎊"
}

.fad.fa-cricket:after {
  content: "􏑉"
}

.fad.fa-croissant:after {
  content: "􏟶"
}

.fad.fa-crop:after {
  content: "􏄥"
}

.fad.fa-crop-alt:after {
  content: "􏕥"
}

.fad.fa-cross:after {
  content: "􏙔"
}

.fad.fa-crosshairs:after {
  content: "􏁛"
}

.fad.fa-crow:after {
  content: "􏔠"
}

.fad.fa-crown:after {
  content: "􏔡"
}

.fad.fa-crutch:after {
  content: "􏟷"
}

.fad.fa-crutches:after {
  content: "􏟸"
}

.fad.fa-cube:after {
  content: "􏆲"
}

.fad.fa-cubes:after {
  content: "􏆳"
}

.fad.fa-curling:after {
  content: "􏑊"
}

.fad.fa-cut:after {
  content: "􏃄"
}

.fad.fa-dagger:after {
  content: "􏛋"
}

.fad.fa-database:after {
  content: "􏇀"
}

.fad.fa-deaf:after {
  content: "􏊤"
}

.fad.fa-debug:after {
  content: "􏟹"
}

.fad.fa-deer:after {
  content: "􏞎"
}

.fad.fa-deer-rudolph:after {
  content: "􏞏"
}

.fad.fa-democrat:after {
  content: "􏝇"
}

.fad.fa-desktop:after {
  content: "􏄈"
}

.fad.fa-desktop-alt:after {
  content: "􏎐"
}

.fad.fa-dewpoint:after {
  content: "􏝈"
}

.fad.fa-dharmachakra:after {
  content: "􏙕"
}

.fad.fa-diagnoses:after {
  content: "􏑰"
}

.fad.fa-diamond:after {
  content: "􏈙"
}

.fad.fa-dice:after {
  content: "􏔢"
}

.fad.fa-dice-d10:after {
  content: "􏛍"
}

.fad.fa-dice-d12:after {
  content: "􏛎"
}

.fad.fa-dice-d20:after {
  content: "􏛏"
}

.fad.fa-dice-d4:after {
  content: "􏛐"
}

.fad.fa-dice-d6:after {
  content: "􏛑"
}

.fad.fa-dice-d8:after {
  content: "􏛒"
}

.fad.fa-dice-five:after {
  content: "􏔣"
}

.fad.fa-dice-four:after {
  content: "􏔤"
}

.fad.fa-dice-one:after {
  content: "􏔥"
}

.fad.fa-dice-six:after {
  content: "􏔦"
}

.fad.fa-dice-three:after {
  content: "􏔧"
}

.fad.fa-dice-two:after {
  content: "􏔨"
}

.fad.fa-digging:after {
  content: "􏡞"
}

.fad.fa-digital-tachograph:after {
  content: "􏕦"
}

.fad.fa-diploma:after {
  content: "􏗪"
}

.fad.fa-directions:after {
  content: "􏗫"
}

.fad.fa-disease:after {
  content: "􏟺"
}

.fad.fa-divide:after {
  content: "􏔩"
}

.fad.fa-dizzy:after {
  content: "􏕧"
}

.fad.fa-dna:after {
  content: "􏑱"
}

.fad.fa-do-not-enter:after {
  content: "􏗬"
}

.fad.fa-dog:after {
  content: "􏛓"
}

.fad.fa-dog-leashed:after {
  content: "􏛔"
}

.fad.fa-dollar-sign:after {
  content: "􏅕"
}

.fad.fa-dolly:after {
  content: "􏑲"
}

.fad.fa-dolly-empty:after {
  content: "􏑳"
}

.fad.fa-dolly-flatbed:after {
  content: "􏑴"
}

.fad.fa-dolly-flatbed-alt:after {
  content: "􏑵"
}

.fad.fa-dolly-flatbed-empty:after {
  content: "􏑶"
}

.fad.fa-donate:after {
  content: "􏒹"
}

.fad.fa-door-closed:after {
  content: "􏔪"
}

.fad.fa-door-open:after {
  content: "􏔫"
}

.fad.fa-dot-circle:after {
  content: "􏆒"
}

.fad.fa-dove:after {
  content: "􏒺"
}

.fad.fa-download:after {
  content: "􏀙"
}

.fad.fa-drafting-compass:after {
  content: "􏕨"
}

.fad.fa-dragon:after {
  content: "􏛕"
}

.fad.fa-draw-circle:after {
  content: "􏗭"
}

.fad.fa-draw-polygon:after {
  content: "􏗮"
}

.fad.fa-draw-square:after {
  content: "􏗯"
}

.fad.fa-dreidel:after {
  content: "􏞒"
}

.fad.fa-drone:after {
  content: "􏡟"
}

.fad.fa-drone-alt:after {
  content: "􏡠"
}

.fad.fa-drum:after {
  content: "􏕩"
}

.fad.fa-drum-steelpan:after {
  content: "􏕪"
}

.fad.fa-drumstick:after {
  content: "􏛖"
}

.fad.fa-drumstick-bite:after {
  content: "􏛗"
}

.fad.fa-dryer:after {
  content: "􏡡"
}

.fad.fa-dryer-alt:after {
  content: "􏡢"
}

.fad.fa-duck:after {
  content: "􏛘"
}

.fad.fa-dumbbell:after {
  content: "􏑋"
}

.fad.fa-dumpster:after {
  content: "􏞓"
}

.fad.fa-dumpster-fire:after {
  content: "􏞔"
}

.fad.fa-dungeon:after {
  content: "􏛙"
}

.fad.fa-ear:after {
  content: "􏗰"
}

.fad.fa-ear-muffs:after {
  content: "􏞕"
}

.fad.fa-eclipse:after {
  content: "􏝉"
}

.fad.fa-eclipse-alt:after {
  content: "􏝊"
}

.fad.fa-edit:after {
  content: "􏁄"
}

.fad.fa-egg:after {
  content: "􏟻"
}

.fad.fa-egg-fried:after {
  content: "􏟼"
}

.fad.fa-eject:after {
  content: "􏁒"
}

.fad.fa-elephant:after {
  content: "􏛚"
}

.fad.fa-ellipsis-h:after {
  content: "􏅁"
}

.fad.fa-ellipsis-h-alt:after {
  content: "􏎛"
}

.fad.fa-ellipsis-v:after {
  content: "􏅂"
}

.fad.fa-ellipsis-v-alt:after {
  content: "􏎜"
}

.fad.fa-empty-set:after {
  content: "􏙖"
}

.fad.fa-engine-warning:after {
  content: "􏗲"
}

.fad.fa-envelope:after {
  content: "􏃠"
}

.fad.fa-envelope-open:after {
  content: "􏊶"
}

.fad.fa-envelope-open-dollar:after {
  content: "􏙗"
}

.fad.fa-envelope-open-text:after {
  content: "􏙘"
}

.fad.fa-envelope-square:after {
  content: "􏆙"
}

.fad.fa-equals:after {
  content: "􏔬"
}

.fad.fa-eraser:after {
  content: "􏄭"
}

.fad.fa-ethernet:after {
  content: "􏞖"
}

.fad.fa-euro-sign:after {
  content: "􏅓"
}

.fad.fa-exchange:after {
  content: "􏃬"
}

.fad.fa-exchange-alt:after {
  content: "􏍢"
}

.fad.fa-exclamation:after {
  content: "􏄪"
}

.fad.fa-exclamation-circle:after {
  content: "􏁪"
}

.fad.fa-exclamation-square:after {
  content: "􏌡"
}

.fad.fa-exclamation-triangle:after {
  content: "􏁱"
}

.fad.fa-expand:after {
  content: "􏁥"
}

.fad.fa-expand-alt:after {
  content: "􏐤"
}

.fad.fa-expand-arrows:after {
  content: "􏌝"
}

.fad.fa-expand-arrows-alt:after {
  content: "􏌞"
}

.fad.fa-expand-wide:after {
  content: "􏌠"
}

.fad.fa-external-link:after {
  content: "􏂎"
}

.fad.fa-external-link-alt:after {
  content: "􏍝"
}

.fad.fa-external-link-square:after {
  content: "􏅌"
}

.fad.fa-external-link-square-alt:after {
  content: "􏍠"
}

.fad.fa-eye:after {
  content: "􏁮"
}

.fad.fa-eye-dropper:after {
  content: "􏇻"
}

.fad.fa-eye-evil:after {
  content: "􏛛"
}

.fad.fa-eye-slash:after {
  content: "􏁰"
}

.fad.fa-fan:after {
  content: "􏡣"
}

.fad.fa-farm:after {
  content: "􏡤"
}

.fad.fa-fast-backward:after {
  content: "􏁉"
}

.fad.fa-fast-forward:after {
  content: "􏁐"
}

.fad.fa-fax:after {
  content: "􏆬"
}

.fad.fa-feather:after {
  content: "􏔭"
}

.fad.fa-feather-alt:after {
  content: "􏕫"
}

.fad.fa-female:after {
  content: "􏆂"
}

.fad.fa-field-hockey:after {
  content: "􏑌"
}

.fad.fa-fighter-jet:after {
  content: "􏃻"
}

.fad.fa-file:after {
  content: "􏅛"
}

.fad.fa-file-alt:after {
  content: "􏅜"
}

.fad.fa-file-archive:after {
  content: "􏇆"
}

.fad.fa-file-audio:after {
  content: "􏇇"
}

.fad.fa-file-certificate:after {
  content: "􏗳"
}

.fad.fa-file-chart-line:after {
  content: "􏙙"
}

.fad.fa-file-chart-pie:after {
  content: "􏙚"
}

.fad.fa-file-check:after {
  content: "􏌖"
}

.fad.fa-file-code:after {
  content: "􏇉"
}

.fad.fa-file-contract:after {
  content: "􏕬"
}

.fad.fa-file-csv:after {
  content: "􏛝"
}

.fad.fa-file-download:after {
  content: "􏕭"
}

.fad.fa-file-edit:after {
  content: "􏌜"
}

.fad.fa-file-excel:after {
  content: "􏇃"
}

.fad.fa-file-exclamation:after {
  content: "􏌚"
}

.fad.fa-file-export:after {
  content: "􏕮"
}

.fad.fa-file-image:after {
  content: "􏇅"
}

.fad.fa-file-import:after {
  content: "􏕯"
}

.fad.fa-file-invoice:after {
  content: "􏕰"
}

.fad.fa-file-invoice-dollar:after {
  content: "􏕱"
}

.fad.fa-file-medical:after {
  content: "􏑷"
}

.fad.fa-file-medical-alt:after {
  content: "􏑸"
}

.fad.fa-file-minus:after {
  content: "􏌘"
}

.fad.fa-file-pdf:after {
  content: "􏇁"
}

.fad.fa-file-plus:after {
  content: "􏌙"
}

.fad.fa-file-powerpoint:after {
  content: "􏇄"
}

.fad.fa-file-prescription:after {
  content: "􏕲"
}

.fad.fa-file-search:after {
  content: "􏡥"
}

.fad.fa-file-signature:after {
  content: "􏕳"
}

.fad.fa-file-spreadsheet:after {
  content: "􏙛"
}

.fad.fa-file-times:after {
  content: "􏌗"
}

.fad.fa-file-upload:after {
  content: "􏕴"
}

.fad.fa-file-user:after {
  content: "􏙜"
}

.fad.fa-file-video:after {
  content: "􏇈"
}

.fad.fa-file-word:after {
  content: "􏇂"
}

.fad.fa-files-medical:after {
  content: "􏟽"
}

.fad.fa-fill:after {
  content: "􏕵"
}

.fad.fa-fill-drip:after {
  content: "􏕶"
}

.fad.fa-film:after {
  content: "􏀈"
}

.fad.fa-film-alt:after {
  content: "􏎠"
}

.fad.fa-filter:after {
  content: "􏂰"
}

.fad.fa-fingerprint:after {
  content: "􏕷"
}

.fad.fa-fire:after {
  content: "􏁭"
}

.fad.fa-fire-alt:after {
  content: "􏟤"
}

.fad.fa-fire-extinguisher:after {
  content: "􏄴"
}

.fad.fa-fire-smoke:after {
  content: "􏝋"
}

.fad.fa-fireplace:after {
  content: "􏞚"
}

.fad.fa-first-aid:after {
  content: "􏑹"
}

.fad.fa-fish:after {
  content: "􏕸"
}

.fad.fa-fish-cooked:after {
  content: "􏟾"
}

.fad.fa-fist-raised:after {
  content: "􏛞"
}

.fad.fa-flag:after {
  content: "􏀤"
}

.fad.fa-flag-alt:after {
  content: "􏝌"
}

.fad.fa-flag-checkered:after {
  content: "􏄞"
}

.fad.fa-flag-usa:after {
  content: "􏝍"
}

.fad.fa-flame:after {
  content: "􏛟"
}

.fad.fa-flask:after {
  content: "􏃃"
}

.fad.fa-flask-poison:after {
  content: "􏛠"
}

.fad.fa-flask-potion:after {
  content: "􏛡"
}

.fad.fa-flower:after {
  content: "􏟿"
}

.fad.fa-flower-daffodil:after {
  content: "􏠀"
}

.fad.fa-flower-tulip:after {
  content: "􏠁"
}

.fad.fa-flushed:after {
  content: "􏕹"
}

.fad.fa-fog:after {
  content: "􏝎"
}

.fad.fa-folder:after {
  content: "􏁻"
}

.fad.fa-folder-minus:after {
  content: "􏙝"
}

.fad.fa-folder-open:after {
  content: "􏁼"
}

.fad.fa-folder-plus:after {
  content: "􏙞"
}

.fad.fa-folder-times:after {
  content: "􏙟"
}

.fad.fa-folder-tree:after {
  content: "􏠂"
}

.fad.fa-folders:after {
  content: "􏙠"
}

.fad.fa-font:after {
  content: "􏀱"
}

.fad.fa-font-awesome-logo-full:after {
  content: "􏓦"
}

.fad.fa-font-case:after {
  content: "􏡦"
}

.fad.fa-football-ball:after {
  content: "􏑎"
}

.fad.fa-football-helmet:after {
  content: "􏑏"
}

.fad.fa-forklift:after {
  content: "􏑺"
}

.fad.fa-forward:after {
  content: "􏁎"
}

.fad.fa-fragile:after {
  content: "􏒻"
}

.fad.fa-french-fries:after {
  content: "􏠃"
}

.fad.fa-frog:after {
  content: "􏔮"
}

.fad.fa-frosty-head:after {
  content: "􏞛"
}

.fad.fa-frown:after {
  content: "􏄙"
}

.fad.fa-frown-open:after {
  content: "􏕺"
}

.fad.fa-function:after {
  content: "􏙡"
}

.fad.fa-funnel-dollar:after {
  content: "􏙢"
}

.fad.fa-futbol:after {
  content: "􏇣"
}

.fad.fa-game-board:after {
  content: "􏡧"
}

.fad.fa-game-board-alt:after {
  content: "􏡨"
}

.fad.fa-gamepad:after {
  content: "􏄛"
}

.fad.fa-gas-pump:after {
  content: "􏔯"
}

.fad.fa-gas-pump-slash:after {
  content: "􏗴"
}

.fad.fa-gavel:after {
  content: "􏃣"
}

.fad.fa-gem:after {
  content: "􏎥"
}

.fad.fa-genderless:after {
  content: "􏈭"
}

.fad.fa-ghost:after {
  content: "􏛢"
}

.fad.fa-gift:after {
  content: "􏁫"
}

.fad.fa-gift-card:after {
  content: "􏙣"
}

.fad.fa-gifts:after {
  content: "􏞜"
}

.fad.fa-gingerbread-man:after {
  content: "􏞝"
}

.fad.fa-glass:after {
  content: "􏠄"
}

.fad.fa-glass-champagne:after {
  content: "􏞞"
}

.fad.fa-glass-cheers:after {
  content: "􏞟"
}

.fad.fa-glass-citrus:after {
  content: "􏡩"
}

.fad.fa-glass-martini:after {
  content: "􏀀"
}

.fad.fa-glass-martini-alt:after {
  content: "􏕻"
}

.fad.fa-glass-whiskey:after {
  content: "􏞠"
}

.fad.fa-glass-whiskey-rocks:after {
  content: "􏞡"
}

.fad.fa-glasses:after {
  content: "􏔰"
}

.fad.fa-glasses-alt:after {
  content: "􏗵"
}

.fad.fa-globe:after {
  content: "􏂬"
}

.fad.fa-globe-africa:after {
  content: "􏕼"
}

.fad.fa-globe-americas:after {
  content: "􏕽"
}

.fad.fa-globe-asia:after {
  content: "􏕾"
}

.fad.fa-globe-europe:after {
  content: "􏞢"
}

.fad.fa-globe-snow:after {
  content: "􏞣"
}

.fad.fa-globe-stand:after {
  content: "􏗶"
}

.fad.fa-golf-ball:after {
  content: "􏑐"
}

.fad.fa-golf-club:after {
  content: "􏑑"
}

.fad.fa-gopuram:after {
  content: "􏙤"
}

.fad.fa-graduation-cap:after {
  content: "􏆝"
}

.fad.fa-greater-than:after {
  content: "􏔱"
}

.fad.fa-greater-than-equal:after {
  content: "􏔲"
}

.fad.fa-grimace:after {
  content: "􏕿"
}

.fad.fa-grin:after {
  content: "􏖀"
}

.fad.fa-grin-alt:after {
  content: "􏖁"
}

.fad.fa-grin-beam:after {
  content: "􏖂"
}

.fad.fa-grin-beam-sweat:after {
  content: "􏖃"
}

.fad.fa-grin-hearts:after {
  content: "􏖄"
}

.fad.fa-grin-squint:after {
  content: "􏖅"
}

.fad.fa-grin-squint-tears:after {
  content: "􏖆"
}

.fad.fa-grin-stars:after {
  content: "􏖇"
}

.fad.fa-grin-tears:after {
  content: "􏖈"
}

.fad.fa-grin-tongue:after {
  content: "􏖉"
}

.fad.fa-grin-tongue-squint:after {
  content: "􏖊"
}

.fad.fa-grin-tongue-wink:after {
  content: "􏖋"
}

.fad.fa-grin-wink:after {
  content: "􏖌"
}

.fad.fa-grip-horizontal:after {
  content: "􏖍"
}

.fad.fa-grip-lines:after {
  content: "􏞤"
}

.fad.fa-grip-lines-vertical:after {
  content: "􏞥"
}

.fad.fa-grip-vertical:after {
  content: "􏖎"
}

.fad.fa-guitar:after {
  content: "􏞦"
}

.fad.fa-h-square:after {
  content: "􏃽"
}

.fad.fa-h1:after {
  content: "􏌓"
}

.fad.fa-h2:after {
  content: "􏌔"
}

.fad.fa-h3:after {
  content: "􏌕"
}

.fad.fa-h4:after {
  content: "􏡪"
}

.fad.fa-hamburger:after {
  content: "􏠅"
}

.fad.fa-hammer:after {
  content: "􏛣"
}

.fad.fa-hammer-war:after {
  content: "􏛤"
}

.fad.fa-hamsa:after {
  content: "􏙥"
}

.fad.fa-hand-heart:after {
  content: "􏒼"
}

.fad.fa-hand-holding:after {
  content: "􏒽"
}

.fad.fa-hand-holding-box:after {
  content: "􏑻"
}

.fad.fa-hand-holding-heart:after {
  content: "􏒾"
}

.fad.fa-hand-holding-magic:after {
  content: "􏛥"
}

.fad.fa-hand-holding-seedling:after {
  content: "􏒿"
}

.fad.fa-hand-holding-usd:after {
  content: "􏓀"
}

.fad.fa-hand-holding-water:after {
  content: "􏓁"
}

.fad.fa-hand-lizard:after {
  content: "􏉘"
}

.fad.fa-hand-middle-finger:after {
  content: "􏠆"
}

.fad.fa-hand-paper:after {
  content: "􏉖"
}

.fad.fa-hand-peace:after {
  content: "􏉛"
}

.fad.fa-hand-point-down:after {
  content: "􏂧"
}

.fad.fa-hand-point-left:after {
  content: "􏂥"
}

.fad.fa-hand-point-right:after {
  content: "􏂤"
}

.fad.fa-hand-point-up:after {
  content: "􏂦"
}

.fad.fa-hand-pointer:after {
  content: "􏉚"
}

.fad.fa-hand-receiving:after {
  content: "􏑼"
}

.fad.fa-hand-rock:after {
  content: "􏉕"
}

.fad.fa-hand-scissors:after {
  content: "􏉗"
}

.fad.fa-hand-spock:after {
  content: "􏉙"
}

.fad.fa-hands:after {
  content: "􏓂"
}

.fad.fa-hands-heart:after {
  content: "􏓃"
}

.fad.fa-hands-helping:after {
  content: "􏓄"
}

.fad.fa-hands-usd:after {
  content: "􏓅"
}

.fad.fa-handshake:after {
  content: "􏊵"
}

.fad.fa-handshake-alt:after {
  content: "􏓆"
}

.fad.fa-hanukiah:after {
  content: "􏛦"
}

.fad.fa-hard-hat:after {
  content: "􏠇"
}

.fad.fa-hashtag:after {
  content: "􏊒"
}

.fad.fa-hat-chef:after {
  content: "􏡫"
}

.fad.fa-hat-santa:after {
  content: "􏞧"
}

.fad.fa-hat-winter:after {
  content: "􏞨"
}

.fad.fa-hat-witch:after {
  content: "􏛧"
}

.fad.fa-hat-wizard:after {
  content: "􏛨"
}

.fad.fa-haykal:after {
  content: "􏙦"
}

.fad.fa-hdd:after {
  content: "􏂠"
}

.fad.fa-head-side:after {
  content: "􏛩"
}

.fad.fa-head-side-brain:after {
  content: "􏠈"
}

.fad.fa-head-side-medical:after {
  content: "􏠉"
}

.fad.fa-head-vr:after {
  content: "􏛪"
}

.fad.fa-heading:after {
  content: "􏇜"
}

.fad.fa-headphones:after {
  content: "􏀥"
}

.fad.fa-headphones-alt:after {
  content: "􏖏"
}

.fad.fa-headset:after {
  content: "􏖐"
}

.fad.fa-heart:after {
  content: "􏀄"
}

.fad.fa-heart-broken:after {
  content: "􏞩"
}

.fad.fa-heart-circle:after {
  content: "􏓇"
}

.fad.fa-heart-rate:after {
  content: "􏗸"
}

.fad.fa-heart-square:after {
  content: "􏓈"
}

.fad.fa-heartbeat:after {
  content: "􏈞"
}

.fad.fa-helicopter:after {
  content: "􏔳"
}

.fad.fa-helmet-battle:after {
  content: "􏛫"
}

.fad.fa-hexagon:after {
  content: "􏌒"
}

.fad.fa-highlighter:after {
  content: "􏖑"
}

.fad.fa-hiking:after {
  content: "􏛬"
}

.fad.fa-hippo:after {
  content: "􏛭"
}

.fad.fa-history:after {
  content: "􏇚"
}

.fad.fa-hockey-mask:after {
  content: "􏛮"
}

.fad.fa-hockey-puck:after {
  content: "􏑓"
}

.fad.fa-hockey-sticks:after {
  content: "􏑔"
}

.fad.fa-holly-berry:after {
  content: "􏞪"
}

.fad.fa-home:after {
  content: "􏀕"
}

.fad.fa-home-alt:after {
  content: "􏠊"
}

.fad.fa-home-heart:after {
  content: "􏓉"
}

.fad.fa-home-lg:after {
  content: "􏠋"
}

.fad.fa-home-lg-alt:after {
  content: "􏠌"
}

.fad.fa-hood-cloak:after {
  content: "􏛯"
}

.fad.fa-horizontal-rule:after {
  content: "􏡬"
}

.fad.fa-horse:after {
  content: "􏛰"
}

.fad.fa-horse-head:after {
  content: "􏞫"
}

.fad.fa-hospital:after {
  content: "􏃸"
}

.fad.fa-hospital-alt:after {
  content: "􏑽"
}

.fad.fa-hospital-symbol:after {
  content: "􏑾"
}

.fad.fa-hospital-user:after {
  content: "􏠍"
}

.fad.fa-hospitals:after {
  content: "􏠎"
}

.fad.fa-hot-tub:after {
  content: "􏖓"
}

.fad.fa-hotdog:after {
  content: "􏠏"
}

.fad.fa-hotel:after {
  content: "􏖔"
}

.fad.fa-hourglass:after {
  content: "􏉔"
}

.fad.fa-hourglass-end:after {
  content: "􏉓"
}

.fad.fa-hourglass-half:after {
  content: "􏉒"
}

.fad.fa-hourglass-start:after {
  content: "􏉑"
}

.fad.fa-house-damage:after {
  content: "􏛱"
}

.fad.fa-house-flood:after {
  content: "􏝏"
}

.fad.fa-hryvnia:after {
  content: "􏛲"
}

.fad.fa-humidity:after {
  content: "􏝐"
}

.fad.fa-hurricane:after {
  content: "􏝑"
}

.fad.fa-i-cursor:after {
  content: "􏉆"
}

.fad.fa-ice-cream:after {
  content: "􏠐"
}

.fad.fa-ice-skate:after {
  content: "􏞬"
}

.fad.fa-icicles:after {
  content: "􏞭"
}

.fad.fa-icons:after {
  content: "􏡭"
}

.fad.fa-icons-alt:after {
  content: "􏡮"
}

.fad.fa-id-badge:after {
  content: "􏋁"
}

.fad.fa-id-card:after {
  content: "􏋂"
}

.fad.fa-id-card-alt:after {
  content: "􏑿"
}

.fad.fa-igloo:after {
  content: "􏞮"
}

.fad.fa-image:after {
  content: "􏀾"
}

.fad.fa-images:after {
  content: "􏌂"
}

.fad.fa-inbox:after {
  content: "􏀜"
}

.fad.fa-inbox-in:after {
  content: "􏌐"
}

.fad.fa-inbox-out:after {
  content: "􏌑"
}

.fad.fa-indent:after {
  content: "􏀼"
}

.fad.fa-industry:after {
  content: "􏉵"
}

.fad.fa-industry-alt:after {
  content: "􏎳"
}

.fad.fa-infinity:after {
  content: "􏔴"
}

.fad.fa-info:after {
  content: "􏄩"
}

.fad.fa-info-circle:after {
  content: "􏁚"
}

.fad.fa-info-square:after {
  content: "􏌏"
}

.fad.fa-inhaler:after {
  content: "􏗹"
}

.fad.fa-integral:after {
  content: "􏙧"
}

.fad.fa-intersection:after {
  content: "􏙨"
}

.fad.fa-inventory:after {
  content: "􏒀"
}

.fad.fa-island-tropical:after {
  content: "􏠑"
}

.fad.fa-italic:after {
  content: "􏀳"
}

.fad.fa-jack-o-lantern:after {
  content: "􏌎"
}

.fad.fa-jedi:after {
  content: "􏙩"
}

.fad.fa-joint:after {
  content: "􏖕"
}

.fad.fa-journal-whills:after {
  content: "􏙪"
}

.fad.fa-kaaba:after {
  content: "􏙫"
}

.fad.fa-kerning:after {
  content: "􏡯"
}

.fad.fa-key:after {
  content: "􏂄"
}

.fad.fa-key-skeleton:after {
  content: "􏛳"
}

.fad.fa-keyboard:after {
  content: "􏄜"
}

.fad.fa-keynote:after {
  content: "􏙬"
}

.fad.fa-khanda:after {
  content: "􏙭"
}

.fad.fa-kidneys:after {
  content: "􏗻"
}

.fad.fa-kiss:after {
  content: "􏖖"
}

.fad.fa-kiss-beam:after {
  content: "􏖗"
}

.fad.fa-kiss-wink-heart:after {
  content: "􏖘"
}

.fad.fa-kite:after {
  content: "􏛴"
}

.fad.fa-kiwi-bird:after {
  content: "􏔵"
}

.fad.fa-knife-kitchen:after {
  content: "􏛵"
}

.fad.fa-lambda:after {
  content: "􏙮"
}

.fad.fa-lamp:after {
  content: "􏓊"
}

.fad.fa-landmark:after {
  content: "􏙯"
}

.fad.fa-landmark-alt:after {
  content: "􏝒"
}

.fad.fa-language:after {
  content: "􏆫"
}

.fad.fa-laptop:after {
  content: "􏄉"
}

.fad.fa-laptop-code:after {
  content: "􏗼"
}

.fad.fa-laptop-medical:after {
  content: "􏠒"
}

.fad.fa-laugh:after {
  content: "􏖙"
}

.fad.fa-laugh-beam:after {
  content: "􏖚"
}

.fad.fa-laugh-squint:after {
  content: "􏖛"
}

.fad.fa-laugh-wink:after {
  content: "􏖜"
}

.fad.fa-layer-group:after {
  content: "􏗽"
}

.fad.fa-layer-minus:after {
  content: "􏗾"
}

.fad.fa-layer-plus:after {
  content: "􏗿"
}

.fad.fa-leaf:after {
  content: "􏁬"
}

.fad.fa-leaf-heart:after {
  content: "􏓋"
}

.fad.fa-leaf-maple:after {
  content: "􏛶"
}

.fad.fa-leaf-oak:after {
  content: "􏛷"
}

.fad.fa-lemon:after {
  content: "􏂔"
}

.fad.fa-less-than:after {
  content: "􏔶"
}

.fad.fa-less-than-equal:after {
  content: "􏔷"
}

.fad.fa-level-down:after {
  content: "􏅉"
}

.fad.fa-level-down-alt:after {
  content: "􏎾"
}

.fad.fa-level-up:after {
  content: "􏅈"
}

.fad.fa-level-up-alt:after {
  content: "􏎿"
}

.fad.fa-life-ring:after {
  content: "􏇍"
}

.fad.fa-lightbulb:after {
  content: "􏃫"
}

.fad.fa-lightbulb-dollar:after {
  content: "􏙰"
}

.fad.fa-lightbulb-exclamation:after {
  content: "􏙱"
}

.fad.fa-lightbulb-on:after {
  content: "􏙲"
}

.fad.fa-lightbulb-slash:after {
  content: "􏙳"
}

.fad.fa-lights-holiday:after {
  content: "􏞲"
}

.fad.fa-line-columns:after {
  content: "􏡰"
}

.fad.fa-line-height:after {
  content: "􏡱"
}

.fad.fa-link:after {
  content: "􏃁"
}

.fad.fa-lips:after {
  content: "􏘀"
}

.fad.fa-lira-sign:after {
  content: "􏆕"
}

.fad.fa-list:after {
  content: "􏀺"
}

.fad.fa-list-alt:after {
  content: "􏀢"
}

.fad.fa-list-ol:after {
  content: "􏃋"
}

.fad.fa-list-ul:after {
  content: "􏃊"
}

.fad.fa-location:after {
  content: "􏘁"
}

.fad.fa-location-arrow:after {
  content: "􏄤"
}

.fad.fa-location-circle:after {
  content: "􏘂"
}

.fad.fa-location-slash:after {
  content: "􏘃"
}

.fad.fa-lock:after {
  content: "􏀣"
}

.fad.fa-lock-alt:after {
  content: "􏌍"
}

.fad.fa-lock-open:after {
  content: "􏏁"
}

.fad.fa-lock-open-alt:after {
  content: "􏏂"
}

.fad.fa-long-arrow-alt-down:after {
  content: "􏌉"
}

.fad.fa-long-arrow-alt-left:after {
  content: "􏌊"
}

.fad.fa-long-arrow-alt-right:after {
  content: "􏌋"
}

.fad.fa-long-arrow-alt-up:after {
  content: "􏌌"
}

.fad.fa-long-arrow-down:after {
  content: "􏅵"
}

.fad.fa-long-arrow-left:after {
  content: "􏅷"
}

.fad.fa-long-arrow-right:after {
  content: "􏅸"
}

.fad.fa-long-arrow-up:after {
  content: "􏅶"
}

.fad.fa-loveseat:after {
  content: "􏓌"
}

.fad.fa-low-vision:after {
  content: "􏊨"
}

.fad.fa-luchador:after {
  content: "􏑕"
}

.fad.fa-luggage-cart:after {
  content: "􏖝"
}

.fad.fa-lungs:after {
  content: "􏘄"
}

.fad.fa-mace:after {
  content: "􏛸"
}

.fad.fa-magic:after {
  content: "􏃐"
}

.fad.fa-magnet:after {
  content: "􏁶"
}

.fad.fa-mail-bulk:after {
  content: "􏙴"
}

.fad.fa-mailbox:after {
  content: "􏠓"
}

.fad.fa-male:after {
  content: "􏆃"
}

.fad.fa-mandolin:after {
  content: "􏛹"
}

.fad.fa-map:after {
  content: "􏉹"
}

.fad.fa-map-marked:after {
  content: "􏖟"
}

.fad.fa-map-marked-alt:after {
  content: "􏖠"
}

.fad.fa-map-marker:after {
  content: "􏁁"
}

.fad.fa-map-marker-alt:after {
  content: "􏏅"
}

.fad.fa-map-marker-alt-slash:after {
  content: "􏘅"
}

.fad.fa-map-marker-check:after {
  content: "􏘆"
}

.fad.fa-map-marker-edit:after {
  content: "􏘇"
}

.fad.fa-map-marker-exclamation:after {
  content: "􏘈"
}

.fad.fa-map-marker-minus:after {
  content: "􏘉"
}

.fad.fa-map-marker-plus:after {
  content: "􏘊"
}

.fad.fa-map-marker-question:after {
  content: "􏘋"
}

.fad.fa-map-marker-slash:after {
  content: "􏘌"
}

.fad.fa-map-marker-smile:after {
  content: "􏘍"
}

.fad.fa-map-marker-times:after {
  content: "􏘎"
}

.fad.fa-map-pin:after {
  content: "􏉶"
}

.fad.fa-map-signs:after {
  content: "􏉷"
}

.fad.fa-marker:after {
  content: "􏖡"
}

.fad.fa-mars:after {
  content: "􏈢"
}

.fad.fa-mars-double:after {
  content: "􏈧"
}

.fad.fa-mars-stroke:after {
  content: "􏈩"
}

.fad.fa-mars-stroke-h:after {
  content: "􏈫"
}

.fad.fa-mars-stroke-v:after {
  content: "􏈪"
}

.fad.fa-mask:after {
  content: "􏛺"
}

.fad.fa-meat:after {
  content: "􏠔"
}

.fad.fa-medal:after {
  content: "􏖢"
}

.fad.fa-medkit:after {
  content: "􏃺"
}

.fad.fa-megaphone:after {
  content: "􏙵"
}

.fad.fa-meh:after {
  content: "􏄚"
}

.fad.fa-meh-blank:after {
  content: "􏖤"
}

.fad.fa-meh-rolling-eyes:after {
  content: "􏖥"
}

.fad.fa-memory:after {
  content: "􏔸"
}

.fad.fa-menorah:after {
  content: "􏙶"
}

.fad.fa-mercury:after {
  content: "􏈣"
}

.fad.fa-meteor:after {
  content: "􏝓"
}

.fad.fa-microchip:after {
  content: "􏋛"
}

.fad.fa-microphone:after {
  content: "􏄰"
}

.fad.fa-microphone-alt:after {
  content: "􏏉"
}

.fad.fa-microphone-alt-slash:after {
  content: "􏔹"
}

.fad.fa-microphone-slash:after {
  content: "􏄱"
}

.fad.fa-microscope:after {
  content: "􏘐"
}

.fad.fa-mind-share:after {
  content: "􏙷"
}

.fad.fa-minus:after {
  content: "􏁨"
}

.fad.fa-minus-circle:after {
  content: "􏁖"
}

.fad.fa-minus-hexagon:after {
  content: "􏌇"
}

.fad.fa-minus-octagon:after {
  content: "􏌈"
}

.fad.fa-minus-square:after {
  content: "􏅆"
}

.fad.fa-mistletoe:after {
  content: "􏞴"
}

.fad.fa-mitten:after {
  content: "􏞵"
}

.fad.fa-mobile:after {
  content: "􏄋"
}

.fad.fa-mobile-alt:after {
  content: "􏏍"
}

.fad.fa-mobile-android:after {
  content: "􏏎"
}

.fad.fa-mobile-android-alt:after {
  content: "􏏏"
}

.fad.fa-money-bill:after {
  content: "􏃖"
}

.fad.fa-money-bill-alt:after {
  content: "􏏑"
}

.fad.fa-money-bill-wave:after {
  content: "􏔺"
}

.fad.fa-money-bill-wave-alt:after {
  content: "􏔻"
}

.fad.fa-money-check:after {
  content: "􏔼"
}

.fad.fa-money-check-alt:after {
  content: "􏔽"
}

.fad.fa-money-check-edit:after {
  content: "􏡲"
}

.fad.fa-money-check-edit-alt:after {
  content: "􏡳"
}

.fad.fa-monitor-heart-rate:after {
  content: "􏘑"
}

.fad.fa-monkey:after {
  content: "􏛻"
}

.fad.fa-monument:after {
  content: "􏖦"
}

.fad.fa-moon:after {
  content: "􏆆"
}

.fad.fa-moon-cloud:after {
  content: "􏝔"
}

.fad.fa-moon-stars:after {
  content: "􏝕"
}

.fad.fa-mortar-pestle:after {
  content: "􏖧"
}

.fad.fa-mosque:after {
  content: "􏙸"
}

.fad.fa-motorcycle:after {
  content: "􏈜"
}

.fad.fa-mountain:after {
  content: "􏛼"
}

.fad.fa-mountains:after {
  content: "􏛽"
}

.fad.fa-mouse-pointer:after {
  content: "􏉅"
}

.fad.fa-mug:after {
  content: "􏡴"
}

.fad.fa-mug-hot:after {
  content: "􏞶"
}

.fad.fa-mug-marshmallows:after {
  content: "􏞷"
}

.fad.fa-mug-tea:after {
  content: "􏡵"
}

.fad.fa-music:after {
  content: "􏀁"
}

.fad.fa-narwhal:after {
  content: "􏛾"
}

.fad.fa-network-wired:after {
  content: "􏛿"
}

.fad.fa-neuter:after {
  content: "􏈬"
}

.fad.fa-newspaper:after {
  content: "􏇪"
}

.fad.fa-not-equal:after {
  content: "􏔾"
}

.fad.fa-notes-medical:after {
  content: "􏒁"
}

.fad.fa-object-group:after {
  content: "􏉇"
}

.fad.fa-object-ungroup:after {
  content: "􏉈"
}

.fad.fa-octagon:after {
  content: "􏌆"
}

.fad.fa-oil-can:after {
  content: "􏘓"
}

.fad.fa-oil-temp:after {
  content: "􏘔"
}

.fad.fa-om:after {
  content: "􏙹"
}

.fad.fa-omega:after {
  content: "􏙺"
}

.fad.fa-ornament:after {
  content: "􏞸"
}

.fad.fa-otter:after {
  content: "􏜀"
}

.fad.fa-outdent:after {
  content: "􏀻"
}

.fad.fa-overline:after {
  content: "􏡶"
}

.fad.fa-page-break:after {
  content: "􏡷"
}

.fad.fa-pager:after {
  content: "􏠕"
}

.fad.fa-paint-brush:after {
  content: "􏇼"
}

.fad.fa-paint-brush-alt:after {
  content: "􏖩"
}

.fad.fa-paint-roller:after {
  content: "􏖪"
}

.fad.fa-palette:after {
  content: "􏔿"
}

.fad.fa-pallet:after {
  content: "􏒂"
}

.fad.fa-pallet-alt:after {
  content: "􏒃"
}

.fad.fa-paper-plane:after {
  content: "􏇘"
}

.fad.fa-paperclip:after {
  content: "􏃆"
}

.fad.fa-parachute-box:after {
  content: "􏓍"
}

.fad.fa-paragraph:after {
  content: "􏇝"
}

.fad.fa-paragraph-rtl:after {
  content: "􏡸"
}

.fad.fa-parking:after {
  content: "􏕀"
}

.fad.fa-parking-circle:after {
  content: "􏘕"
}

.fad.fa-parking-circle-slash:after {
  content: "􏘖"
}

.fad.fa-parking-slash:after {
  content: "􏘗"
}

.fad.fa-passport:after {
  content: "􏖫"
}

.fad.fa-pastafarianism:after {
  content: "􏙻"
}

.fad.fa-paste:after {
  content: "􏃪"
}

.fad.fa-pause:after {
  content: "􏁌"
}

.fad.fa-pause-circle:after {
  content: "􏊋"
}

.fad.fa-paw:after {
  content: "􏆰"
}

.fad.fa-paw-alt:after {
  content: "􏜁"
}

.fad.fa-paw-claws:after {
  content: "􏜂"
}

.fad.fa-peace:after {
  content: "􏙼"
}

.fad.fa-pegasus:after {
  content: "􏜃"
}

.fad.fa-pen:after {
  content: "􏌄"
}

.fad.fa-pen-alt:after {
  content: "􏌅"
}

.fad.fa-pen-fancy:after {
  content: "􏖬"
}

.fad.fa-pen-nib:after {
  content: "􏖭"
}

.fad.fa-pen-square:after {
  content: "􏅋"
}

.fad.fa-pencil:after {
  content: "􏁀"
}

.fad.fa-pencil-alt:after {
  content: "􏌃"
}

.fad.fa-pencil-paintbrush:after {
  content: "􏘘"
}

.fad.fa-pencil-ruler:after {
  content: "􏖮"
}

.fad.fa-pennant:after {
  content: "􏑖"
}

.fad.fa-people-carry:after {
  content: "􏓎"
}

.fad.fa-pepper-hot:after {
  content: "􏠖"
}

.fad.fa-percent:after {
  content: "􏊕"
}

.fad.fa-percentage:after {
  content: "􏕁"
}

.fad.fa-person-booth:after {
  content: "􏝖"
}

.fad.fa-person-carry:after {
  content: "􏓏"
}

.fad.fa-person-dolly:after {
  content: "􏓐"
}

.fad.fa-person-dolly-empty:after {
  content: "􏓑"
}

.fad.fa-person-sign:after {
  content: "􏝗"
}

.fad.fa-phone:after {
  content: "􏂕"
}

.fad.fa-phone-alt:after {
  content: "􏡹"
}

.fad.fa-phone-laptop:after {
  content: "􏡺"
}

.fad.fa-phone-office:after {
  content: "􏙽"
}

.fad.fa-phone-plus:after {
  content: "􏓒"
}

.fad.fa-phone-slash:after {
  content: "􏏝"
}

.fad.fa-phone-square:after {
  content: "􏂘"
}

.fad.fa-phone-square-alt:after {
  content: "􏡻"
}

.fad.fa-phone-volume:after {
  content: "􏊠"
}

.fad.fa-photo-video:after {
  content: "􏡼"
}

.fad.fa-pi:after {
  content: "􏙾"
}

.fad.fa-pie:after {
  content: "􏜅"
}

.fad.fa-pig:after {
  content: "􏜆"
}

.fad.fa-piggy-bank:after {
  content: "􏓓"
}

.fad.fa-pills:after {
  content: "􏒄"
}

.fad.fa-pizza:after {
  content: "􏠗"
}

.fad.fa-pizza-slice:after {
  content: "􏠘"
}

.fad.fa-place-of-worship:after {
  content: "􏙿"
}

.fad.fa-plane:after {
  content: "􏁲"
}

.fad.fa-plane-alt:after {
  content: "􏏞"
}

.fad.fa-plane-arrival:after {
  content: "􏖯"
}

.fad.fa-plane-departure:after {
  content: "􏖰"
}

.fad.fa-play:after {
  content: "􏁋"
}

.fad.fa-play-circle:after {
  content: "􏅄"
}

.fad.fa-plug:after {
  content: "􏇦"
}

.fad.fa-plus:after {
  content: "􏁧"
}

.fad.fa-plus-circle:after {
  content: "􏁕"
}

.fad.fa-plus-hexagon:after {
  content: "􏌀"
}

.fad.fa-plus-octagon:after {
  content: "􏌁"
}

.fad.fa-plus-square:after {
  content: "􏃾"
}

.fad.fa-podcast:after {
  content: "􏋎"
}

.fad.fa-podium:after {
  content: "􏚀"
}

.fad.fa-podium-star:after {
  content: "􏝘"
}

.fad.fa-poll:after {
  content: "􏚁"
}

.fad.fa-poll-h:after {
  content: "􏚂"
}

.fad.fa-poll-people:after {
  content: "􏝙"
}

.fad.fa-poo:after {
  content: "􏋾"
}

.fad.fa-poo-storm:after {
  content: "􏝚"
}

.fad.fa-poop:after {
  content: "􏘙"
}

.fad.fa-popcorn:after {
  content: "􏠙"
}

.fad.fa-portrait:after {
  content: "􏏠"
}

.fad.fa-pound-sign:after {
  content: "􏅔"
}

.fad.fa-power-off:after {
  content: "􏀑"
}

.fad.fa-pray:after {
  content: "􏚃"
}

.fad.fa-praying-hands:after {
  content: "􏚄"
}

.fad.fa-prescription:after {
  content: "􏖱"
}

.fad.fa-prescription-bottle:after {
  content: "􏒅"
}

.fad.fa-prescription-bottle-alt:after {
  content: "􏒆"
}

.fad.fa-presentation:after {
  content: "􏚅"
}

.fad.fa-print:after {
  content: "􏀯"
}

.fad.fa-print-search:after {
  content: "􏠚"
}

.fad.fa-print-slash:after {
  content: "􏚆"
}

.fad.fa-procedures:after {
  content: "􏒇"
}

.fad.fa-project-diagram:after {
  content: "􏕂"
}

.fad.fa-pumpkin:after {
  content: "􏜇"
}

.fad.fa-puzzle-piece:after {
  content: "􏄮"
}

.fad.fa-qrcode:after {
  content: "􏀩"
}

.fad.fa-question:after {
  content: "􏄨"
}

.fad.fa-question-circle:after {
  content: "􏁙"
}

.fad.fa-question-square:after {
  content: "􏋽"
}

.fad.fa-quidditch:after {
  content: "􏑘"
}

.fad.fa-quote-left:after {
  content: "􏄍"
}

.fad.fa-quote-right:after {
  content: "􏄎"
}

.fad.fa-quran:after {
  content: "􏚇"
}

.fad.fa-rabbit:after {
  content: "􏜈"
}

.fad.fa-rabbit-fast:after {
  content: "􏜉"
}

.fad.fa-racquet:after {
  content: "􏑚"
}

.fad.fa-radiation:after {
  content: "􏞹"
}

.fad.fa-radiation-alt:after {
  content: "􏞺"
}

.fad.fa-rainbow:after {
  content: "􏝛"
}

.fad.fa-raindrops:after {
  content: "􏝜"
}

.fad.fa-ram:after {
  content: "􏜊"
}

.fad.fa-ramp-loading:after {
  content: "􏓔"
}

.fad.fa-random:after {
  content: "􏁴"
}

.fad.fa-receipt:after {
  content: "􏕃"
}

.fad.fa-rectangle-landscape:after {
  content: "􏋺"
}

.fad.fa-rectangle-portrait:after {
  content: "􏋻"
}

.fad.fa-rectangle-wide:after {
  content: "􏋼"
}

.fad.fa-recycle:after {
  content: "􏆸"
}

.fad.fa-redo:after {
  content: "􏀞"
}

.fad.fa-redo-alt:after {
  content: "􏋹"
}

.fad.fa-registered:after {
  content: "􏉝"
}

.fad.fa-remove-format:after {
  content: "􏡽"
}

.fad.fa-repeat:after {
  content: "􏍣"
}

.fad.fa-repeat-1:after {
  content: "􏍥"
}

.fad.fa-repeat-1-alt:after {
  content: "􏍦"
}

.fad.fa-repeat-alt:after {
  content: "􏍤"
}

.fad.fa-reply:after {
  content: "􏏥"
}

.fad.fa-reply-all:after {
  content: "􏄢"
}

.fad.fa-republican:after {
  content: "􏝞"
}

.fad.fa-restroom:after {
  content: "􏞽"
}

.fad.fa-retweet:after {
  content: "􏁹"
}

.fad.fa-retweet-alt:after {
  content: "􏍡"
}

.fad.fa-ribbon:after {
  content: "􏓖"
}

.fad.fa-ring:after {
  content: "􏜋"
}

.fad.fa-rings-wedding:after {
  content: "􏠛"
}

.fad.fa-road:after {
  content: "􏀘"
}

.fad.fa-robot:after {
  content: "􏕄"
}

.fad.fa-rocket:after {
  content: "􏄵"
}

.fad.fa-route:after {
  content: "􏓗"
}

.fad.fa-route-highway:after {
  content: "􏘚"
}

.fad.fa-route-interstate:after {
  content: "􏘛"
}

.fad.fa-rss:after {
  content: "􏂞"
}

.fad.fa-rss-square:after {
  content: "􏅃"
}

.fad.fa-ruble-sign:after {
  content: "􏅘"
}

.fad.fa-ruler:after {
  content: "􏕅"
}

.fad.fa-ruler-combined:after {
  content: "􏕆"
}

.fad.fa-ruler-horizontal:after {
  content: "􏕇"
}

.fad.fa-ruler-triangle:after {
  content: "􏘜"
}

.fad.fa-ruler-vertical:after {
  content: "􏕈"
}

.fad.fa-running:after {
  content: "􏜌"
}

.fad.fa-rupee-sign:after {
  content: "􏅖"
}

.fad.fa-rv:after {
  content: "􏞾"
}

.fad.fa-sack:after {
  content: "􏠜"
}

.fad.fa-sack-dollar:after {
  content: "􏠝"
}

.fad.fa-sad-cry:after {
  content: "􏖳"
}

.fad.fa-sad-tear:after {
  content: "􏖴"
}

.fad.fa-salad:after {
  content: "􏠞"
}

.fad.fa-sandwich:after {
  content: "􏠟"
}

.fad.fa-satellite:after {
  content: "􏞿"
}

.fad.fa-satellite-dish:after {
  content: "􏟀"
}

.fad.fa-sausage:after {
  content: "􏠠"
}

.fad.fa-save:after {
  content: "􏃇"
}

.fad.fa-scalpel:after {
  content: "􏘝"
}

.fad.fa-scalpel-path:after {
  content: "􏘞"
}

.fad.fa-scanner:after {
  content: "􏒈"
}

.fad.fa-scanner-keyboard:after {
  content: "􏒉"
}

.fad.fa-scanner-touchscreen:after {
  content: "􏒊"
}

.fad.fa-scarecrow:after {
  content: "􏜍"
}

.fad.fa-scarf:after {
  content: "􏟁"
}

.fad.fa-school:after {
  content: "􏕉"
}

.fad.fa-screwdriver:after {
  content: "􏕊"
}

.fad.fa-scroll:after {
  content: "􏜎"
}

.fad.fa-scroll-old:after {
  content: "􏜏"
}

.fad.fa-scrubber:after {
  content: "􏋸"
}

.fad.fa-scythe:after {
  content: "􏜐"
}

.fad.fa-sd-card:after {
  content: "􏟂"
}

.fad.fa-search:after {
  content: "􏀂"
}

.fad.fa-search-dollar:after {
  content: "􏚈"
}

.fad.fa-search-location:after {
  content: "􏚉"
}

.fad.fa-search-minus:after {
  content: "􏀐"
}

.fad.fa-search-plus:after {
  content: "􏀎"
}

.fad.fa-seedling:after {
  content: "􏓘"
}

.fad.fa-send-back:after {
  content: "􏡾"
}

.fad.fa-send-backward:after {
  content: "􏡿"
}

.fad.fa-server:after {
  content: "􏈳"
}

.fad.fa-shapes:after {
  content: "􏘟"
}

.fad.fa-share:after {
  content: "􏁤"
}

.fad.fa-share-all:after {
  content: "􏍧"
}

.fad.fa-share-alt:after {
  content: "􏇠"
}

.fad.fa-share-alt-square:after {
  content: "􏇡"
}

.fad.fa-share-square:after {
  content: "􏅍"
}

.fad.fa-sheep:after {
  content: "􏜑"
}

.fad.fa-shekel-sign:after {
  content: "􏈋"
}

.fad.fa-shield:after {
  content: "􏄲"
}

.fad.fa-shield-alt:after {
  content: "􏏭"
}

.fad.fa-shield-check:after {
  content: "􏋷"
}

.fad.fa-shield-cross:after {
  content: "􏜒"
}

.fad.fa-ship:after {
  content: "􏈚"
}

.fad.fa-shipping-fast:after {
  content: "􏒋"
}

.fad.fa-shipping-timed:after {
  content: "􏒌"
}

.fad.fa-shish-kebab:after {
  content: "􏠡"
}

.fad.fa-shoe-prints:after {
  content: "􏕋"
}

.fad.fa-shopping-bag:after {
  content: "􏊐"
}

.fad.fa-shopping-basket:after {
  content: "􏊑"
}

.fad.fa-shopping-cart:after {
  content: "􏁺"
}

.fad.fa-shovel:after {
  content: "􏜓"
}

.fad.fa-shovel-snow:after {
  content: "􏟃"
}

.fad.fa-shower:after {
  content: "􏋌"
}

.fad.fa-shredder:after {
  content: "􏚊"
}

.fad.fa-shuttle-van:after {
  content: "􏖶"
}

.fad.fa-shuttlecock:after {
  content: "􏑛"
}

.fad.fa-sickle:after {
  content: "􏠢"
}

.fad.fa-sigma:after {
  content: "􏚋"
}

.fad.fa-sign:after {
  content: "􏓙"
}

.fad.fa-sign-in:after {
  content: "􏂐"
}

.fad.fa-sign-in-alt:after {
  content: "􏋶"
}

.fad.fa-sign-language:after {
  content: "􏊧"
}

.fad.fa-sign-out:after {
  content: "􏂋"
}

.fad.fa-sign-out-alt:after {
  content: "􏋵"
}

.fad.fa-signal:after {
  content: "􏀒"
}

.fad.fa-signal-1:after {
  content: "􏚌"
}

.fad.fa-signal-2:after {
  content: "􏚍"
}

.fad.fa-signal-3:after {
  content: "􏚎"
}

.fad.fa-signal-4:after {
  content: "􏚏"
}

.fad.fa-signal-alt:after {
  content: "􏚐"
}

.fad.fa-signal-alt-1:after {
  content: "􏚑"
}

.fad.fa-signal-alt-2:after {
  content: "􏚒"
}

.fad.fa-signal-alt-3:after {
  content: "􏚓"
}

.fad.fa-signal-alt-slash:after {
  content: "􏚔"
}

.fad.fa-signal-slash:after {
  content: "􏚕"
}

.fad.fa-signature:after {
  content: "􏖷"
}

.fad.fa-sim-card:after {
  content: "􏟄"
}

.fad.fa-sitemap:after {
  content: "􏃨"
}

.fad.fa-skating:after {
  content: "􏟅"
}

.fad.fa-skeleton:after {
  content: "􏘠"
}

.fad.fa-ski-jump:after {
  content: "􏟇"
}

.fad.fa-ski-lift:after {
  content: "􏟈"
}

.fad.fa-skiing:after {
  content: "􏟉"
}

.fad.fa-skiing-nordic:after {
  content: "􏟊"
}

.fad.fa-skull:after {
  content: "􏕌"
}

.fad.fa-skull-crossbones:after {
  content: "􏜔"
}

.fad.fa-slash:after {
  content: "􏜕"
}

.fad.fa-sledding:after {
  content: "􏟋"
}

.fad.fa-sleigh:after {
  content: "􏟌"
}

.fad.fa-sliders-h:after {
  content: "􏇞"
}

.fad.fa-sliders-h-square:after {
  content: "􏏰"
}

.fad.fa-sliders-v:after {
  content: "􏏱"
}

.fad.fa-sliders-v-square:after {
  content: "􏏲"
}

.fad.fa-smile:after {
  content: "􏄘"
}

.fad.fa-smile-beam:after {
  content: "􏖸"
}

.fad.fa-smile-plus:after {
  content: "􏖹"
}

.fad.fa-smile-wink:after {
  content: "􏓚"
}

.fad.fa-smog:after {
  content: "􏝟"
}

.fad.fa-smoke:after {
  content: "􏝠"
}

.fad.fa-smoking:after {
  content: "􏒍"
}

.fad.fa-smoking-ban:after {
  content: "􏕍"
}

.fad.fa-sms:after {
  content: "􏟍"
}

.fad.fa-snake:after {
  content: "􏜖"
}

.fad.fa-snooze:after {
  content: "􏢀"
}

.fad.fa-snow-blowing:after {
  content: "􏝡"
}

.fad.fa-snowboarding:after {
  content: "􏟎"
}

.fad.fa-snowflake:after {
  content: "􏋜"
}

.fad.fa-snowflakes:after {
  content: "􏟏"
}

.fad.fa-snowman:after {
  content: "􏟐"
}

.fad.fa-snowmobile:after {
  content: "􏟑"
}

.fad.fa-snowplow:after {
  content: "􏟒"
}

.fad.fa-socks:after {
  content: "􏚖"
}

.fad.fa-solar-panel:after {
  content: "􏖺"
}

.fad.fa-sort:after {
  content: "􏃜"
}

.fad.fa-sort-alpha-down:after {
  content: "􏅝"
}

.fad.fa-sort-alpha-down-alt:after {
  content: "􏢁"
}

.fad.fa-sort-alpha-up:after {
  content: "􏅞"
}

.fad.fa-sort-alpha-up-alt:after {
  content: "􏢂"
}

.fad.fa-sort-alt:after {
  content: "􏢃"
}

.fad.fa-sort-amount-down:after {
  content: "􏅠"
}

.fad.fa-sort-amount-down-alt:after {
  content: "􏢄"
}

.fad.fa-sort-amount-up:after {
  content: "􏅡"
}

.fad.fa-sort-amount-up-alt:after {
  content: "􏢅"
}

.fad.fa-sort-down:after {
  content: "􏃝"
}

.fad.fa-sort-numeric-down:after {
  content: "􏅢"
}

.fad.fa-sort-numeric-down-alt:after {
  content: "􏢆"
}

.fad.fa-sort-numeric-up:after {
  content: "􏅣"
}

.fad.fa-sort-numeric-up-alt:after {
  content: "􏢇"
}

.fad.fa-sort-shapes-down:after {
  content: "􏢈"
}

.fad.fa-sort-shapes-down-alt:after {
  content: "􏢉"
}

.fad.fa-sort-shapes-up:after {
  content: "􏢊"
}

.fad.fa-sort-shapes-up-alt:after {
  content: "􏢋"
}

.fad.fa-sort-size-down:after {
  content: "􏢌"
}

.fad.fa-sort-size-down-alt:after {
  content: "􏢍"
}

.fad.fa-sort-size-up:after {
  content: "􏢎"
}

.fad.fa-sort-size-up-alt:after {
  content: "􏢏"
}

.fad.fa-sort-up:after {
  content: "􏃞"
}

.fad.fa-soup:after {
  content: "􏠣"
}

.fad.fa-spa:after {
  content: "􏖻"
}

.fad.fa-space-shuttle:after {
  content: "􏆗"
}

.fad.fa-spade:after {
  content: "􏋴"
}

.fad.fa-sparkles:after {
  content: "􏢐"
}

.fad.fa-spell-check:after {
  content: "􏢑"
}

.fad.fa-spider:after {
  content: "􏜗"
}

.fad.fa-spider-black-widow:after {
  content: "􏜘"
}

.fad.fa-spider-web:after {
  content: "􏜙"
}

.fad.fa-spinner:after {
  content: "􏄐"
}

.fad.fa-spinner-third:after {
  content: "􏏴"
}

.fad.fa-splotch:after {
  content: "􏖼"
}

.fad.fa-spray-can:after {
  content: "􏖽"
}

.fad.fa-square:after {
  content: "􏃈"
}

.fad.fa-square-full:after {
  content: "􏑜"
}

.fad.fa-square-root:after {
  content: "􏚗"
}

.fad.fa-square-root-alt:after {
  content: "􏚘"
}

.fad.fa-squirrel:after {
  content: "􏜚"
}

.fad.fa-staff:after {
  content: "􏜛"
}

.fad.fa-stamp:after {
  content: "􏖿"
}

.fad.fa-star:after {
  content: "􏀅"
}

.fad.fa-star-and-crescent:after {
  content: "􏚙"
}

.fad.fa-star-christmas:after {
  content: "􏟔"
}

.fad.fa-star-exclamation:after {
  content: "􏋳"
}

.fad.fa-star-half:after {
  content: "􏂉"
}

.fad.fa-star-half-alt:after {
  content: "􏗀"
}

.fad.fa-star-of-david:after {
  content: "􏚚"
}

.fad.fa-star-of-life:after {
  content: "􏘡"
}

.fad.fa-stars:after {
  content: "􏝢"
}

.fad.fa-steak:after {
  content: "􏠤"
}

.fad.fa-steering-wheel:after {
  content: "􏘢"
}

.fad.fa-step-backward:after {
  content: "􏁈"
}

.fad.fa-step-forward:after {
  content: "􏁑"
}

.fad.fa-stethoscope:after {
  content: "􏃱"
}

.fad.fa-sticky-note:after {
  content: "􏉉"
}

.fad.fa-stocking:after {
  content: "􏟕"
}

.fad.fa-stomach:after {
  content: "􏘣"
}

.fad.fa-stop:after {
  content: "􏁍"
}

.fad.fa-stop-circle:after {
  content: "􏊍"
}

.fad.fa-stopwatch:after {
  content: "􏋲"
}

.fad.fa-store:after {
  content: "􏕎"
}

.fad.fa-store-alt:after {
  content: "􏕏"
}

.fad.fa-stream:after {
  content: "􏕐"
}

.fad.fa-street-view:after {
  content: "􏈝"
}

.fad.fa-stretcher:after {
  content: "􏠥"
}

.fad.fa-strikethrough:after {
  content: "􏃌"
}

.fad.fa-stroopwafel:after {
  content: "􏕑"
}

.fad.fa-subscript:after {
  content: "􏄬"
}

.fad.fa-subway:after {
  content: "􏈹"
}

.fad.fa-suitcase:after {
  content: "􏃲"
}

.fad.fa-suitcase-rolling:after {
  content: "􏗁"
}

.fad.fa-sun:after {
  content: "􏆅"
}

.fad.fa-sun-cloud:after {
  content: "􏝣"
}

.fad.fa-sun-dust:after {
  content: "􏝤"
}

.fad.fa-sun-haze:after {
  content: "􏝥"
}

.fad.fa-sunglasses:after {
  content: "􏢒"
}

.fad.fa-sunrise:after {
  content: "􏝦"
}

.fad.fa-sunset:after {
  content: "􏝧"
}

.fad.fa-superscript:after {
  content: "􏄫"
}

.fad.fa-surprise:after {
  content: "􏗂"
}

.fad.fa-swatchbook:after {
  content: "􏗃"
}

.fad.fa-swimmer:after {
  content: "􏗄"
}

.fad.fa-swimming-pool:after {
  content: "􏗅"
}

.fad.fa-sword:after {
  content: "􏜜"
}

.fad.fa-swords:after {
  content: "􏜝"
}

.fad.fa-synagogue:after {
  content: "􏚛"
}

.fad.fa-sync:after {
  content: "􏀡"
}

.fad.fa-sync-alt:after {
  content: "􏋱"
}

.fad.fa-syringe:after {
  content: "􏒎"
}

.fad.fa-table:after {
  content: "􏃎"
}

.fad.fa-table-tennis:after {
  content: "􏑝"
}

.fad.fa-tablet:after {
  content: "􏄊"
}

.fad.fa-tablet-alt:after {
  content: "􏏺"
}

.fad.fa-tablet-android:after {
  content: "􏏻"
}

.fad.fa-tablet-android-alt:after {
  content: "􏏼"
}

.fad.fa-tablet-rugged:after {
  content: "􏒏"
}

.fad.fa-tablets:after {
  content: "􏒐"
}

.fad.fa-tachometer:after {
  content: "􏃤"
}

.fad.fa-tachometer-alt:after {
  content: "􏏽"
}

.fad.fa-tachometer-alt-average:after {
  content: "􏘤"
}

.fad.fa-tachometer-alt-fast:after {
  content: "􏘥"
}

.fad.fa-tachometer-alt-fastest:after {
  content: "􏘦"
}

.fad.fa-tachometer-alt-slow:after {
  content: "􏘧"
}

.fad.fa-tachometer-alt-slowest:after {
  content: "􏘨"
}

.fad.fa-tachometer-average:after {
  content: "􏘩"
}

.fad.fa-tachometer-fast:after {
  content: "􏘪"
}

.fad.fa-tachometer-fastest:after {
  content: "􏘫"
}

.fad.fa-tachometer-slow:after {
  content: "􏘬"
}

.fad.fa-tachometer-slowest:after {
  content: "􏘭"
}

.fad.fa-taco:after {
  content: "􏠦"
}

.fad.fa-tag:after {
  content: "􏀫"
}

.fad.fa-tags:after {
  content: "􏀬"
}

.fad.fa-tally:after {
  content: "􏚜"
}

.fad.fa-tanakh:after {
  content: "􏠧"
}

.fad.fa-tape:after {
  content: "􏓛"
}

.fad.fa-tasks:after {
  content: "􏂮"
}

.fad.fa-tasks-alt:after {
  content: "􏠨"
}

.fad.fa-taxi:after {
  content: "􏆺"
}

.fad.fa-teeth:after {
  content: "􏘮"
}

.fad.fa-teeth-open:after {
  content: "􏘯"
}

.fad.fa-temperature-frigid:after {
  content: "􏝨"
}

.fad.fa-temperature-high:after {
  content: "􏝩"
}

.fad.fa-temperature-hot:after {
  content: "􏝪"
}

.fad.fa-temperature-low:after {
  content: "􏝫"
}

.fad.fa-tenge:after {
  content: "􏟗"
}

.fad.fa-tennis-ball:after {
  content: "􏑞"
}

.fad.fa-terminal:after {
  content: "􏄠"
}

.fad.fa-text:after {
  content: "􏢓"
}

.fad.fa-text-height:after {
  content: "􏀴"
}

.fad.fa-text-size:after {
  content: "􏢔"
}

.fad.fa-text-width:after {
  content: "􏀵"
}

.fad.fa-th:after {
  content: "􏀊"
}

.fad.fa-th-large:after {
  content: "􏀉"
}

.fad.fa-th-list:after {
  content: "􏀋"
}

.fad.fa-theater-masks:after {
  content: "􏘰"
}

.fad.fa-thermometer:after {
  content: "􏒑"
}

.fad.fa-thermometer-empty:after {
  content: "􏋋"
}

.fad.fa-thermometer-full:after {
  content: "􏋇"
}

.fad.fa-thermometer-half:after {
  content: "􏋉"
}

.fad.fa-thermometer-quarter:after {
  content: "􏋊"
}

.fad.fa-thermometer-three-quarters:after {
  content: "􏋈"
}

.fad.fa-theta:after {
  content: "􏚞"
}

.fad.fa-thumbs-down:after {
  content: "􏅥"
}

.fad.fa-thumbs-up:after {
  content: "􏅤"
}

.fad.fa-thumbtack:after {
  content: "􏂍"
}

.fad.fa-thunderstorm:after {
  content: "􏝬"
}

.fad.fa-thunderstorm-moon:after {
  content: "􏝭"
}

.fad.fa-thunderstorm-sun:after {
  content: "􏝮"
}

.fad.fa-ticket:after {
  content: "􏅅"
}

.fad.fa-ticket-alt:after {
  content: "􏏿"
}

.fad.fa-tilde:after {
  content: "􏚟"
}

.fad.fa-times:after {
  content: "􏀍"
}

.fad.fa-times-circle:after {
  content: "􏁗"
}

.fad.fa-times-hexagon:after {
  content: "􏋮"
}

.fad.fa-times-octagon:after {
  content: "􏋰"
}

.fad.fa-times-square:after {
  content: "􏋓"
}

.fad.fa-tint:after {
  content: "􏁃"
}

.fad.fa-tint-slash:after {
  content: "􏗇"
}

.fad.fa-tire:after {
  content: "􏘱"
}

.fad.fa-tire-flat:after {
  content: "􏘲"
}

.fad.fa-tire-pressure-warning:after {
  content: "􏘳"
}

.fad.fa-tire-rugged:after {
  content: "􏘴"
}

.fad.fa-tired:after {
  content: "􏗈"
}

.fad.fa-toggle-off:after {
  content: "􏈄"
}

.fad.fa-toggle-on:after {
  content: "􏈅"
}

.fad.fa-toilet:after {
  content: "􏟘"
}

.fad.fa-toilet-paper:after {
  content: "􏜞"
}

.fad.fa-toilet-paper-alt:after {
  content: "􏜟"
}

.fad.fa-tombstone:after {
  content: "􏜠"
}

.fad.fa-tombstone-alt:after {
  content: "􏜡"
}

.fad.fa-toolbox:after {
  content: "􏕒"
}

.fad.fa-tools:after {
  content: "􏟙"
}

.fad.fa-tooth:after {
  content: "􏗉"
}

.fad.fa-toothbrush:after {
  content: "􏘵"
}

.fad.fa-torah:after {
  content: "􏚠"
}

.fad.fa-torii-gate:after {
  content: "􏚡"
}

.fad.fa-tornado:after {
  content: "􏝯"
}

.fad.fa-tractor:after {
  content: "􏜢"
}

.fad.fa-trademark:after {
  content: "􏉜"
}

.fad.fa-traffic-cone:after {
  content: "􏘶"
}

.fad.fa-traffic-light:after {
  content: "􏘷"
}

.fad.fa-traffic-light-go:after {
  content: "􏘸"
}

.fad.fa-traffic-light-slow:after {
  content: "􏘹"
}

.fad.fa-traffic-light-stop:after {
  content: "􏘺"
}

.fad.fa-train:after {
  content: "􏈸"
}

.fad.fa-tram:after {
  content: "􏟚"
}

.fad.fa-transgender:after {
  content: "􏈤"
}

.fad.fa-transgender-alt:after {
  content: "􏈥"
}

.fad.fa-trash:after {
  content: "􏇸"
}

.fad.fa-trash-alt:after {
  content: "􏋭"
}

.fad.fa-trash-restore:after {
  content: "􏠩"
}

.fad.fa-trash-restore-alt:after {
  content: "􏠪"
}

.fad.fa-trash-undo:after {
  content: "􏢕"
}

.fad.fa-trash-undo-alt:after {
  content: "􏢖"
}

.fad.fa-treasure-chest:after {
  content: "􏜣"
}

.fad.fa-tree:after {
  content: "􏆻"
}

.fad.fa-tree-alt:after {
  content: "􏐀"
}

.fad.fa-tree-christmas:after {
  content: "􏟛"
}

.fad.fa-tree-decorated:after {
  content: "􏟜"
}

.fad.fa-tree-large:after {
  content: "􏟝"
}

.fad.fa-tree-palm:after {
  content: "􏠫"
}

.fad.fa-trees:after {
  content: "􏜤"
}

.fad.fa-triangle:after {
  content: "􏋬"
}

.fad.fa-trophy:after {
  content: "􏂑"
}

.fad.fa-trophy-alt:after {
  content: "􏋫"
}

.fad.fa-truck:after {
  content: "􏃑"
}

.fad.fa-truck-container:after {
  content: "􏓜"
}

.fad.fa-truck-couch:after {
  content: "􏓝"
}

.fad.fa-truck-loading:after {
  content: "􏓞"
}

.fad.fa-truck-monster:after {
  content: "􏘻"
}

.fad.fa-truck-moving:after {
  content: "􏓟"
}

.fad.fa-truck-pickup:after {
  content: "􏘼"
}

.fad.fa-truck-plow:after {
  content: "􏟞"
}

.fad.fa-truck-ramp:after {
  content: "􏓠"
}

.fad.fa-tshirt:after {
  content: "􏕓"
}

.fad.fa-tty:after {
  content: "􏇤"
}

.fad.fa-turkey:after {
  content: "􏜥"
}

.fad.fa-turtle:after {
  content: "􏜦"
}

.fad.fa-tv:after {
  content: "􏉬"
}

.fad.fa-tv-retro:after {
  content: "􏐁"
}

.fad.fa-umbrella:after {
  content: "􏃩"
}

.fad.fa-umbrella-beach:after {
  content: "􏗊"
}

.fad.fa-underline:after {
  content: "􏃍"
}

.fad.fa-undo:after {
  content: "􏃢"
}

.fad.fa-undo-alt:after {
  content: "􏋪"
}

.fad.fa-unicorn:after {
  content: "􏜧"
}

.fad.fa-union:after {
  content: "􏚢"
}

.fad.fa-universal-access:after {
  content: "􏊚"
}

.fad.fa-university:after {
  content: "􏆜"
}

.fad.fa-unlink:after {
  content: "􏄧"
}

.fad.fa-unlock:after {
  content: "􏂜"
}

.fad.fa-unlock-alt:after {
  content: "􏄾"
}

.fad.fa-upload:after {
  content: "􏂓"
}

.fad.fa-usd-circle:after {
  content: "􏋨"
}

.fad.fa-usd-square:after {
  content: "􏋩"
}

.fad.fa-user:after {
  content: "􏀇"
}

.fad.fa-user-alt:after {
  content: "􏐆"
}

.fad.fa-user-alt-slash:after {
  content: "􏓺"
}

.fad.fa-user-astronaut:after {
  content: "􏓻"
}

.fad.fa-user-chart:after {
  content: "􏚣"
}

.fad.fa-user-check:after {
  content: "􏓼"
}

.fad.fa-user-circle:after {
  content: "􏊽"
}

.fad.fa-user-clock:after {
  content: "􏓽"
}

.fad.fa-user-cog:after {
  content: "􏓾"
}

.fad.fa-user-crown:after {
  content: "􏚤"
}

.fad.fa-user-edit:after {
  content: "􏓿"
}

.fad.fa-user-friends:after {
  content: "􏔀"
}

.fad.fa-user-graduate:after {
  content: "􏔁"
}

.fad.fa-user-hard-hat:after {
  content: "􏠬"
}

.fad.fa-user-headset:after {
  content: "􏠭"
}

.fad.fa-user-injured:after {
  content: "􏜨"
}

.fad.fa-user-lock:after {
  content: "􏔂"
}

.fad.fa-user-md:after {
  content: "􏃰"
}

.fad.fa-user-md-chat:after {
  content: "􏠮"
}

.fad.fa-user-minus:after {
  content: "􏔃"
}

.fad.fa-user-ninja:after {
  content: "􏔄"
}

.fad.fa-user-nurse:after {
  content: "􏠯"
}

.fad.fa-user-plus:after {
  content: "􏈴"
}

.fad.fa-user-secret:after {
  content: "􏈛"
}

.fad.fa-user-shield:after {
  content: "􏔅"
}

.fad.fa-user-slash:after {
  content: "􏔆"
}

.fad.fa-user-tag:after {
  content: "􏔇"
}

.fad.fa-user-tie:after {
  content: "􏔈"
}

.fad.fa-user-times:after {
  content: "􏈵"
}

.fad.fa-users:after {
  content: "􏃀"
}

.fad.fa-users-class:after {
  content: "􏘽"
}

.fad.fa-users-cog:after {
  content: "􏔉"
}

.fad.fa-users-crown:after {
  content: "􏚥"
}

.fad.fa-users-medical:after {
  content: "􏠰"
}

.fad.fa-utensil-fork:after {
  content: "􏋣"
}

.fad.fa-utensil-knife:after {
  content: "􏋤"
}

.fad.fa-utensil-spoon:after {
  content: "􏋥"
}

.fad.fa-utensils:after {
  content: "􏋧"
}

.fad.fa-utensils-alt:after {
  content: "􏋦"
}

.fad.fa-value-absolute:after {
  content: "􏚦"
}

.fad.fa-vector-square:after {
  content: "􏗋"
}

.fad.fa-venus:after {
  content: "􏈡"
}

.fad.fa-venus-double:after {
  content: "􏈦"
}

.fad.fa-venus-mars:after {
  content: "􏈨"
}

.fad.fa-vial:after {
  content: "􏒒"
}

.fad.fa-vials:after {
  content: "􏒓"
}

.fad.fa-video:after {
  content: "􏀽"
}

.fad.fa-video-plus:after {
  content: "􏓡"
}

.fad.fa-video-slash:after {
  content: "􏓢"
}

.fad.fa-vihara:after {
  content: "􏚧"
}

.fad.fa-voicemail:after {
  content: "􏢗"
}

.fad.fa-volcano:after {
  content: "􏝰"
}

.fad.fa-volleyball-ball:after {
  content: "􏑟"
}

.fad.fa-volume:after {
  content: "􏚨"
}

.fad.fa-volume-down:after {
  content: "􏀧"
}

.fad.fa-volume-mute:after {
  content: "􏚩"
}

.fad.fa-volume-off:after {
  content: "􏀦"
}

.fad.fa-volume-slash:after {
  content: "􏋢"
}

.fad.fa-volume-up:after {
  content: "􏀨"
}

.fad.fa-vote-nay:after {
  content: "􏝱"
}

.fad.fa-vote-yea:after {
  content: "􏝲"
}

.fad.fa-vr-cardboard:after {
  content: "􏜩"
}

.fad.fa-walker:after {
  content: "􏠱"
}

.fad.fa-walking:after {
  content: "􏕔"
}

.fad.fa-wallet:after {
  content: "􏕕"
}

.fad.fa-wand:after {
  content: "􏜪"
}

.fad.fa-wand-magic:after {
  content: "􏜫"
}

.fad.fa-warehouse:after {
  content: "􏒔"
}

.fad.fa-warehouse-alt:after {
  content: "􏒕"
}

.fad.fa-washer:after {
  content: "􏢘"
}

.fad.fa-watch:after {
  content: "􏋡"
}

.fad.fa-watch-fitness:after {
  content: "􏘾"
}

.fad.fa-water:after {
  content: "􏝳"
}

.fad.fa-water-lower:after {
  content: "􏝴"
}

.fad.fa-water-rise:after {
  content: "􏝵"
}

.fad.fa-wave-sine:after {
  content: "􏢙"
}

.fad.fa-wave-square:after {
  content: "􏠾"
}

.fad.fa-wave-triangle:after {
  content: "􏢚"
}

.fad.fa-webcam:after {
  content: "􏠲"
}

.fad.fa-webcam-slash:after {
  content: "􏠳"
}

.fad.fa-weight:after {
  content: "􏒖"
}

.fad.fa-weight-hanging:after {
  content: "􏗍"
}

.fad.fa-whale:after {
  content: "􏜬"
}

.fad.fa-wheat:after {
  content: "􏜭"
}

.fad.fa-wheelchair:after {
  content: "􏆓"
}

.fad.fa-whistle:after {
  content: "􏑠"
}

.fad.fa-wifi:after {
  content: "􏇫"
}

.fad.fa-wifi-1:after {
  content: "􏚪"
}

.fad.fa-wifi-2:after {
  content: "􏚫"
}

.fad.fa-wifi-slash:after {
  content: "􏚬"
}

.fad.fa-wind:after {
  content: "􏜮"
}

.fad.fa-wind-turbine:after {
  content: "􏢛"
}

.fad.fa-wind-warning:after {
  content: "􏝶"
}

.fad.fa-window:after {
  content: "􏐎"
}

.fad.fa-window-alt:after {
  content: "􏐏"
}

.fad.fa-window-close:after {
  content: "􏐐"
}

.fad.fa-window-maximize:after {
  content: "􏋐"
}

.fad.fa-window-minimize:after {
  content: "􏋑"
}

.fad.fa-window-restore:after {
  content: "􏋒"
}

.fad.fa-windsock:after {
  content: "􏝷"
}

.fad.fa-wine-bottle:after {
  content: "􏜯"
}

.fad.fa-wine-glass:after {
  content: "􏓣"
}

.fad.fa-wine-glass-alt:after {
  content: "􏗎"
}

.fad.fa-won-sign:after {
  content: "􏅙"
}

.fad.fa-wreath:after {
  content: "􏟢"
}

.fad.fa-wrench:after {
  content: "􏂭"
}

.fad.fa-x-ray:after {
  content: "􏒗"
}

.fad.fa-yen-sign:after {
  content: "􏅗"
}

.fad.fa-yin-yang:after {
  content: "􏚭"
} 
.breadcrumb .hs-breadcrumb-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  background: none;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 32px;
}
.breadcrumb .hs-breadcrumb-menu li a {
  margin-right: 0.5rem;
}
.breadcrumb .hs-breadcrumb-menu li {
  color: #6c757d;
  padding: 0;
  float: none;
} 
.breadcrumb .hs-breadcrumb-menu a {
  color: #787e8a;
}
.ftnsjrnyDtl-pg .breadcrumb .hs-breadcrumb-menu a:hover {
  color: #787e8a;
  text-decoration: none !important;
}
.breadcrumb .hs-breadcrumb-menu li+li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb .hs-breadcrumb-menu li::after {
  content: ">";
  color: #787e8a;
  margin-right: 8px; 
} 
.breadcrumb .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb::after {
  display: none;
}
.breadcrumb .hs-breadcrumb-menu li+li::before {
  display: none;
}

.breadcrumb span.hs-breadcrumb-menu-divider {
  display: none;
}
.bscGrp {
  font-size: 16px;
  color: #273043;
}
.bscGrp p {
  line-height: 32px;
  font-size: 21px;
  color: #787e8a;
}
.bscGrp blockquote {
  margin: 0 0 1rem;
  border-left: 4px solid #9e0059;
  padding-left: 24px;
  margin-left: 33px;
  padding-top: 3px;
}
.bscGrp blockquote p {
  font-size: 21px;
  color: #273043 !important;
  letter-spacing: 0;
  line-height: 30px !important;
  margin-bottom: 30px;
}
.bscGrp blockquote img {
  float: left;
  margin-right: 16px;
  margin-left: 0px;
  margin-top: -5px;
  width: 60px;
  height: 60px;
}
.bscGrp blockquote .author {
  font-family: "Roboto Slab",serif;
  font-size: 21px;
  color: #273043;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.bscGrp blockquote .company {
  font-size: 16px;
  color: #787e8a;
  letter-spacing: 0;
  line-height: 16px;
}
span.company {
  display: block;
}
.gtinTch-pg .container-fluid {
  padding: 0;
}
.bscGrp h2 {
  line-height: 60px;
}
.bscGrp h3 {
  font-size: 42px;
  line-height: 42px;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
h3:empty {
  display: none;
}
.signup-form label .hs-form-required {
  display: none;
}
.ftnsJrny-pg .breadcrumb .hs-breadcrumb-menu {
  margin: 0;
  padding: 24px 0;
  font-weight: 500;
}
.ftnsJrny-pg .breadcrumb .hs-breadcrumb-menu li::after {
  padding-left: 4px;
  margin-right: 12px;
}
.ftnsjrnyDtl-pg .breadcrumb .hs-breadcrumb-menu li::after {
  margin-left: 4px;
  margin-right: 12px;
}

.hs-btn {
  cursor: pointer;
  background: #ed1062;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  padding: 9px 30px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border: 2px solid #ed1062;
  box-sizing: border-box;
  display: inline-block;
  line-height: 26px;
  text-decoration: none !important;
  width: 100%;
  margin-bottom: 1em;
}
.hs-btn:hover {
  color: #fff;
}
.ftnsjrnyDtl_row2 .container-fluid {
  padding: 0;
}
.ftnsjrnyDtl-pg .breadcrumb .hs-breadcrumb-menu {
  margin: 0;
  font-weight: 500;
  padding: 0 0 24px;
}
.ftnsjrnyDtl-pg .breadcrumb .hs-breadcrumb-menu li+li::before {
  padding: 0 12px 0 4px;
}
.ftnsjrnyDtl-pg .ftnsBan-wrapper {
  border-bottom: solid 2px #9b9b9b;
}
.ftnsjrnyDtl_row2 .dnd-section {
  padding: 0;
}
.ftnsjrnyDtl_sidebar {
  padding-top: 15px;
  z-index: 9; 
}
.ftnsjrnyDtl_sidebar .widget-type-simple_menu {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(39 48 67 / 12%);
  border-radius: 5px;
}
.ftnsjrnyDtl_sidebar .widget-type-simple_menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  white-space: normal !important;
}
.ftnsjrnyDtl_sidebar .widget-type-simple_menu a:hover {
  text-decoration: none;
}
.ftnsjrnyDtl_sidebar .widget-type-simple_menu ul ul a {
  margin-left: 20px;
  font-size: 14px;
  color: #aeb1b9;
}
.ftnsjrnyDtl_sidebar .widget-type-simple_menu ul .selected > a {
  color: #9e0059 !important;
}
.ftnsjrnyDtl_sidebar .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: block;
  position: static;
  opacity: 1;
}
.text-left {
  text-align: left !important;
}
.ftnsjrnyDtl-pg .content-container p {
  font-size: 16px;
  line-height: 1.3;
  color: #273043;
}
.ftnsjrnyDtl-pg .content-container h2 {
  color: #ed1062;
  font-size: 40px;
}
.ftnsjrnyDtl-pg .ftnsBan-wrapper .ftnsBan_btm {
  padding-top: 10px;
}
.ftnsjrnyDtl-pg .ftnsBan-wrapper .ftnsBan_btm p {
  font-weight: 700;
  margin: 1rem 0 !important;
}
.content-container {
  position: relative;
  background-color: #fff;
  padding-top: 30px;
}
.ftnsjrnyDtl-pg .content-container h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #273043;
}
.the-research-wrap.challenge-wrap .the-research .the-research-inner {
  background-size: 80px;
}
.the-research-wrap.challenge-wrap .row {
  margin: 0;
}
.the-research-wrap.challenge-wrap .the-research .the-research-inner h2 {
  color: inherit;
}
.ftnsjrnyDtl_row3 .fitness-journey-graph-wrap .hscol {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.ftnsjrnyDtl_row3 .fitness-journey-graph-wrap .hscol h2 {
  text-align: center;
  font-size: 40px;
}
.ftnsjrnyDtl_row3 .fitness-journey-graph-wrap .fitness-journey-graph {
  padding-top: 4em;
  padding-bottom: 4em;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ftnsjrnyDtl_row3 .fitness-journey-graph-wrap {
  background-color: #fff;
}
.ftnsjrnyDtl_row3 .fitness-journey-graph-wrap .journey-graph .step .step-box {
  height: 225px;
}
.ftnsjrnyDtl_row3 .the-stages-of-the-pilates-journey .journey-graph .step .step-box {
  height: 175px;
}
.ftnsjrnyDtl_row3 .fitness-journey-graph-wrap .journey-graph .step .step-box .step-quote-text {
  font-size: 16px;
}
.ftnsjrnyDtl_row3 .newsletter-signup-wrap form .hs-button {
  width: 58.7px;
}
.ftnsjrnyDtl_row3 .newsletter-signup-wrap form .hs-input {
  width: calc(100% - 48px);
}
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research,
.ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research {
  padding-top: 0;
  padding-bottom: 0;
}
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner,
.ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner {
  padding: 1.5rem 15px;
}
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner h2,
.ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner h2 {
  margin-bottom: 29px;
  color: #ed1062;
}
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner h3,
.ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 21px;
}
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner p,
.ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner p {
  color: #273043;
  font-size: 16px;
  line-height: 1.3;
}
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner p[data-text="with-quote"],
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner p[data-text="quote-indent"],
.ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner p[data-text="with-quote"],
.ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner p[data-text="quote-indent"] {
  padding-left: 35px;
}
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner p[data-text="with-quote"]:before,
.ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner p[data-text="with-quote"]:before {
  content: "”";
  color: #ed1062;
  font-size: 75px;
  line-height: 1;
  position: absolute;
  left: 15px;
}
.ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner ul[data-text="quote-indent"] {
  padding-left: 35px;
  margin-left: 50px;
}

/* -------- Tooltip --------- */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.popover .arrow::before,.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.popover-header {
  line-height: 42px;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bs-popover-bottom .popover-header::before, 
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0,0,0,.25);
}
.bs-popover-bottom > .arrow::after, 
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0,0,0,.25);
}
.bs-popover-top > .arrow::after, 
.bs-popover-auto[x-placement^=top]>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-top>.arrow, 
.bs-popover-auto[x-placement^=top]>.arrow {
  bottom: calc((0.5rem + 1px)*-1);
}
body .popover {
  border: 2px solid rgba(0,0,0,.2);
}
.bs-popover-bottom>.arrow, .bs-popover-auto[x-placement^=bottom]>.arrow {
  top: calc((0.5rem + 1px)*-1);
}

/* -------- End Tooltip --------- */

.ftnsjrnyDtl-pg {
  overflow: hidden;
  word-break: initial;
}
.gtinTch-pg .footer {
  margin-top: 73px;
}

@media (max-width: 991px) {
  .bscGrp h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .bscGrp h2 {
    line-height: 37px;
  }
  .bscGrp h3 {
    font-size: 34px;
    margin-bottom: 3px;
    line-height: 39px;
  }
  .bscGrp p {
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 24px;
  }
  .bscGrp blockquote {
    margin-left: 0;
    padding-top: 0;
    margin-top: -3px;
  }
  .bscGrp blockquote > p {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 10px !important;
  }
  .bscGrp blockquote img {
    margin-top: 0;
    width: 34px;
    height: 34px;
    margin-left: 4px;
    margin-right: 8px;
  }
  .bscGrp blockquote .author {
    font-size: 16px;
    margin-bottom: 0;
  }
  .bscGrp blockquote .company {
    font-size: 12px;
  }
  .ftnsjrnyDtl-pg h2 {
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 25px !important;
  }
  .ftnsjrnyDtl-pg h3,
  .ftnsjrnyDtl_row3 .marketing-ideas-wrap .the-research .the-research-inner h3,
  .ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner h3 {
    margin-bottom: 3px;
    line-height: 39px;
  }
  .ftnsjrnyDtl-pg p {
    font-size: 16px;
    margin-bottom: 23px !important;
    line-height: 24px;
  }

}

@media (max-width: 768px) {
  .gtinTch-pg .footer {
    margin-top: 20px;
  }

}

@media (max-width: 767px) {
  .ftnsJrny-pg .breadcrumb .hs-breadcrumb-menu {
    padding-top: 0;
  }
  .ftnsjrnyDtl_sidebar {
    display: none !important;
  }


}
.tf_mdl .left .hscol-md-5.offset-md-1 {
  margin-left: 0;
}  

@media (max-width: 479px) {
  .the-research-wrap.challenge-wrap .row {
    margin: 0 -15px;
  }
  .ftnsjrnyDtl_row3 .acknowledgements-wrap .the-research .the-research-inner h2 {
    font-size: 26px;
  }

  .custom-menu-primary nav.navigation-primary ul ul li a {
    white-space: normal;
  }
  .result-container .result .graph>.row {
    margin-bottom: 10px !important;
    cursor: pointer;
  } 

}  
@media (max-width: 400px) {
  .custom-menu-primary nav.navigation-primary ul ul {
    width: calc(100% + 60px);
    right: -61px;
  }  

}
@media (min-width: 768px) {
  .ftnsjrnyDtl_row3 .fitness-journey-graph-wrap .hscol {
    margin-left: 25%;
  }  
  .ftnsjrnyDtl_row3 .newsletter-signup-wrap .hscol-md-12 {
    margin-left: 25%;
    flex: 0 0 75%;
    max-width: 75%;
  }

}

@media (max-width: 800px) and (min-width: 768px) {
  .the-research-wrap .the-research .the-research-inner .expert .name {
    font-size: 18px !important;
  }
}
.banner-area .dnd-section {
  padding: 0;
}

.contact_row1 .dnd-section > .row-fluid {
  padding-top: 32px;
}

.contact_row1 .widget-type-rich_text {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.contact_row1 .widget-type-rich_text p {
  line-height: 27px;
}

.contact_row2 .dnd-section > .row-fluid {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}

.contact_row2 .span4 {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}

.contact_row2 .span4:not(:last-child) {
  border-right: 1px solid #e4e5e8;
}

.contact_row2 .widget-type-rich_text label {
  font-weight: 700;
  letter-spacing: .57px;
  line-height: 27px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  color: #9e0059;
}

.contact_row2 .widget-type-rich_text p {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 27px;
  color: #273043;
}

.compare_row2_wrap,
.zenplanner_row4_wrap,
.zenplanner_row5_wrap,
.zenplanner_row6_wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2.6rem 1.2rem;
  padding-top: 32px;
  font-size: 0;
}

.compare_row2_wrap .compare_row2,
.zenplanner_row4_wrap .zenplanner_row4,
.zenplanner_row5_wrap .zenplanner_row5,
.zenplanner_row6_wrap .zenplanner_row6 {
  padding: 0;
}

.compare_row2_wrap .triangle,
.zenplanner_row4_wrap .triangle,
.zenplanner_row5_wrap .triangle,
.zenplanner_row6_wrap .triangle {
  content: "";
  border: solid #fff;
  background-color: #fff;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-135deg);
  position: relative;
  top: 52px;
  z-index: 2;
  margin-left: 50%;
  left: -15px;
}

.zenplanner_page .compare_row2_wrap .triangle {
  display: none;
}
.zenplanner_page .comparison_table_mdl .col-11 h1 {
  margin-bottom: 25px;
}
.zenplanner_page .customers_testimonial_mdl .col-12 p {
  margin-bottom: 0;
}

.zenplanner_row5_wrap {
  background-color: #f4f5f8;
}

.zenplanner_row4 .dnd-section,
.zenplanner_row5 .dnd-section,
.zenplanner_row6 .dnd-section {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.zenplanner_row4 .test_sec .hscol-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.zenplanner_row4 .test_sec .featured-testimonial {
  margin: 0;
}

.zenplanner_row4 .test_sec .featured-testimonial .box-shadow {
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border-radius: 0;
}

.zenplanner_row4 .test_sec .featured-testimonial label {
  font-family: "Roboto Slab",serif;
  color: #273043;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.2rem;
  text-transform: none;
  letter-spacing: 0;
}

.zenplanner_row4 .test_sec .featured-testimonial p {
  line-height: 1.5rem;
  font-size: 1rem;
  color: #787e8a;
}

.zenplanner_row4 .test_sec .featured-testimonial .author-info {
  padding-left: 15px;
}

.zenplanner_row4 .test_sec .featured-testimonial img {
  border-radius: 50%;
  box-shadow: 2px 2px 4px 0 #000;
  margin-right: 1rem;
  width: 160px;
  height: 160px;
  object-fit: cover;
  padding: 0;
  margin: 0;
}

.zenplanner_row4 .test_sec .featured-testimonial .box-shadow>.row {
  align-items: initial;
}

.zenplanner_row4 .test_sec .featured-testimonial .author-wrap {
  margin-bottom: 1rem;
}

.zenplanner_row4 .test_sec .featured-testimonial .box-shadow .author-info .author{
  line-height: 1.5rem;
  font-size: 1rem;
}

.zenplanner_row4 .test_sec .featured-testimonial .company {
  line-height: 1.5rem;
  font-size: 1rem;
  padding-top: 6px;
  padding-bottom: 11px;
}

.zenplanner_row5 .dnd-section > .row-fluid .row-fluid {
  justify-content: center;
}

.zenplanner_row5 .span6 {
  float: none;
  margin: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.zenplanner_row5 .widget-type-rich_text h2 {
  color: #dc3545;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 25px;
}

.zenplanner_row5 .widget-type-rich_text h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.2rem;
}

.zenplanner_row5 .widget-type-rich_text p {
  line-height: 1.5rem;
  font-size: 1rem;
}

.zenplanner_row5 .span2 {
  margin: 0;
  display: none !important;
}

.zenplanner_row5 .span8 {
  margin: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.zenplanner_row5_wrap .triangle {
  border: solid #f4f5f8;
  background-color: #f4f5f8;
}

.zenplanner_row6 .widget-type-header {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  max-width: 100%;
}

.zenplanner_row6 .widget-type-header h2 {
  color: #dc3545;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 25px;
}

.zenplanner_row6 .span6 {
  margin: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.zenplanner_row6 .widget-type-rich_text p {
  line-height: 1.5rem ;
  font-size: 1rem ;
}
.hm_pg {
  overflow: hidden;
}
.tst_pg nav.navigation-primary>ul>li.about-us>a {
  font-style: italic;
}
.filter_mdl .modal-header .close i.fal.fa-times {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}


@media (max-width: 991px) {
  .compare_row2_wrap {
    padding-top: 20px;
  } 

  .contact_row1 .dnd-section > .row-fluid {
    padding-top: 20px !important;
  }

  .contact_row1 .widget-type-rich_text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact_row2 .dnd-section > .row-fluid {
    padding-left: 9px;
    padding-right: 9px;
  }

  .contact_row2 .widget-type-rich_text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
  }

  .zenplanner_page .comparison_table_mdl .col-11 h1 {
    margin-bottom: 15px;
  }

  .zenplanner_page .customer_checklist_mdl .col-md-6 h2 {
    margin-bottom: 15px;
  }

  .zenplanner_row4_wrap,
  .zenplanner_row5_wrap,
  .zenplanner_row6_wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 2.6rem 1.2rem;
    padding-top: 20px;
    font-size: 0;
  }

  .zenplanner_row4 .test_sec .featured-testimonial .company {
    padding-bottom: 3px;
  }

  .zenplanner_row5 .dnd-section,
  .zenplanner_row6 .dnd-section {
    padding-left: 9px;
    padding-right: 9px;
  }

  .zenplanner_row5 .widget-type-rich_text h2 {
    margin-bottom: 15px;
  }

  .zenplanner_row6 .widget-type-header h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .zenplanner_row4 .test_sec .featured-testimonial .box-shadow {
    padding: 1rem;
  }

  .zenplanner_row4 .test_sec .featured-testimonial .box-shadow .author-info {
    padding-left: 15px;
  }

  .zenplanner_row4 .test_sec .featured-testimonial .box-shadow .author-info img {
    margin-top: 0;
  }

  .zenplanner_row4 .test_sec .featured-testimonial .author {
    line-height: 1.5rem;
    font-size: 1rem;
  }

  .zenplanner_row4 .test_sec .featured-testimonial .company {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .zenplanner_page .comparison_table_mdl .col-11 .row .col-12 p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .contact_row1 .widget-type-rich_text {
    max-width: 58.3333333333%;
  }

  .contact_row2 .span4 {
    max-width: 33.3333333333%;
  }

  .zenplanner_row5 .span6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .zenplanner_row6 .span6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .zenplanner_row5 .span8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 769px) {
  .zenplanner_row4 .test_sec .featured-testimonial .author-wrap {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .zenplanner_row4 .test_sec .hscol-md-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .zenplanner_row5 .span6 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.features_detail_page .container-fluid {
  padding: 0;
}
.features_detail_page .tf_mdl .page-center {
  padding: 4em 1em;
  line-height: 27px;
  font-size: 1rem;
}
.features_detail_page .tf_mdl .feature-section2 .no_cnt h2 {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 1.5rem !important;
}
.features_detail_page .tf_mdl .feature-section2 .feature label {
  margin-bottom: 2px;
  color: #ed1062;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .57px;
  line-height: 27px;
  text-transform: uppercase;
  display: block;
}
.features_detail_page .tf_mdl .feature-section2 .feature p {
  color: #273043;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 31px;
}
.features_detail_page .tf_mdl .feature-section2 .feature {
  padding: 0;
  margin: 0;
}
.features_detail_page .tf_mdl .align-items-center {
  align-self: center !important;
}



.features_detail_page .faq_mdl .page-center {
  padding: 4em 1em;
  line-height: 27px;
  font-size: 1rem;
}
.features_detail_page .faq_mdl h2 {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 29px;
}
.features_detail_page .faq_mdl p.section-subtext {
  color: #273043;
  font-size: 21px;
  line-height: 32px;
}
.features_detail_page .faq_mdl {
  font-size: 1rem;
}
.features_detail_page .faq_mdl .faq-section h3 {
  font-family: "Roboto Slab";
  color: #273043;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.features_detail_page .faq_mdl .faq-section p {
  color: #273043;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 32px;
}

.features_detail_page .test_sec .featured-testimonial {
  font-size: 1rem;
  padding: 4em 1em;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}
.features_detail_page .faq_mdl .offset-md-1 {
  margin-left: auto;
  margin-right: auto;
}
.features_detail_page .faq_mdl .hscol-md-10 {
  flex: 0 0 100%;
  max-width: 100%;
}


.features_detail_page .test_sec .row {
  margin: 0;
}
.features_detail_page .test_sec .hscol-md-12 {
  padding: 0;
}
.features_detail_page .test_sec .featured-testimonial p {
  line-height: 32px;
  margin: 0;
}
.features_detail_page .test_sec .featured-testimonial .box-shadow {
  padding: 1rem;
}
.features_detail_page .test_sec .featured-testimonial .author-info {
  padding-left: 15px;
}
.features_detail_page .test_sec .featured-testimonial .box-shadow .row {
  margin-right: -15px;
  margin-left: -15px;
  align-items: self-start;
}
.features_detail_page .test_sec .featured-testimonial .box-shadow .author-info img {
  margin: 0;
  padding: 0;
  margin-right: 1.5rem;
  width: 80px;
}
.features_detail_page .test_sec .featured-testimonial .author {
  font-size: 36px !important;
  line-height: 1.2em !important;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.features_detail_page .test_sec .author-wrap {
  margin-top: 1rem;
}
.features_detail_page .test_sec .featured-testimonial label {
  margin-bottom: 0.5rem;
}
.features_detail_page .test_sec .featured-testimonial .company {
  color: #273043;
  margin-bottom: 31px;
}


.features_detail_page .cwb_mdl h2 {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 29px;
}
.features_detail_page .cwb_mdl .cta-container-wrap h3 {
  font-family: "Roboto Slab";
  font-size: 21px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.features_detail_page .cwb_mdl .hscol {
  margin: 0 auto;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.features_detail_page .cwb_mdl .cta-container-wrap {
  font-size: 1rem;
  padding: 0 1em;
}
.features_detail_page .cwb_mdl .page-center {
  padding: 2em 0;
  line-height: 27px;
  margin-bottom: 0.25rem;
}
.features_detail_page .cwb_mdl a.button {
  font-size: 16px;
  padding: 9px 30px;
  width: 75%;
  margin-bottom: 1em;
}

.features_integrations_page .test_sec {
  background: linear-gradient(to bottom, #fbfbfc 0%, #fbfbfc 50%, white 50%, white 100%) !important;
}

.favourite_apps .col5 p {
  font-size: 1rem;
  padding-bottom: 3rem;
  margin: 0;
}

.features_integrations_page .row2_wrap .dnd-section > .row-fluid {
  padding: 4em 1em;
  line-height: 27px;
  font-size: 1rem;
}
.features_integrations_page .row2_wrap .widget-type-rich_text h2 {
  font-size: 36px;
  line-height: 1.2em;
}
.features_integrations_page .row2_wrap .dnd-section > .row-fluid > .dnd-column {
  margin: 0 auto !important;
  float: none;
}
.features_integrations_page .row2_wrap .widget-type-linked_image img {
  display: block;
  line-height: 32px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
}
.features_integrations_page .row2_wrap .widget-type-rich_text p {
  color: #273043;
  font-size: 21px;
  line-height: 32px;
}
.features_integrations_page .row2_wrap a.hs-button {
  background: #ed1062;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  padding: 9px 30px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border: 2px solid #ed1062;
  box-sizing: border-box;
  display: inline-block;
  line-height: 26px;
  text-decoration: none !important;
  width: 100%;
  margin-bottom: 1em;
  cursor: pointer;
}
.features_integrations_page .row2_wrap .hs_cos_wrapper_type_module {
  width: 100%;
}

.member_app_page .content_with_top_image .page-center {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(39 48 67 / 12%);
  border-radius: 6px;
  position: relative;
  z-index: 1;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.member_app_page .content_with_top_image .page-center .row {
  padding: 1.5rem !important;
}
.member_app_page .content_with_top_image {
  background: linear-gradient(to bottom, white 0%, white 50%, #fbfbfc 50%, #fbfbfc 100%) !important;
}
.member_app_page .content_with_image_aligment .tone-background .page-center {
  padding: 0;
}


.resources_page_wrap {
  font-size: 1rem;
}
.resources_page_wrap .widget-type-rich_text h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  line-height: 68px;
}
.resources_page_wrap .container-fluid {
  padding: 0;
}
.resources_page_wrap .row1_wrap .dnd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.resources_page_wrap .row2_wrap .widget-type-rich_text {
  margin: 0 auto;
  padding: 15px 15px 0px;
  margin-bottom: 80px;
}
.resources_page_wrap .hs-responsive-embed-wrapper.hs-responsive-embed {
  column-width: inherit !important;
  max-height: inherit !important;
  max-width: inherit !important;
}
.resources_page_wrap .row2_wrap {
  background: rgba(255, 255, 255, .5);
}

.resources_page select#tinynav1 {
  border: 1px solid #d8d8d8;
  color: #787e8a;
}
.resources_lyt li.has-submenu.menu-item.resources:after {
  content: "";
  border: solid #273043;
  background-color: #273043;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-135deg);
  position: absolute;
  margin-left: 30px;
}
.resources_lyt li.has-submenu.menu-item.resources > a {
  font-style: italic !important;
}

@media (min-width: 768px) {
  .features_detail_page .cwb_mdl .hscol {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .features_detail_page .test_sec .hscol-md-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .resources_page_wrap .row2_wrap .widget-type-rich_text {
    max-width: 75%;
    margin-left: 16.6666666667%;
  }
}


@media (min-width: 992px) {
  .features_detail_page .faq_mdl .hscol-md-10 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .features_detail_page .test_sec .featured-testimonial .box-shadow {
    padding: 3rem;
  }
  .features_integrations_page .row2_wrap .dnd-section > .row-fluid > .dnd-column {
    max-width: 66.6666666667%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  .features_detail_page .tf_mdl .feature-section2 .feature label {
    font-size: 12px;
  }
  .features_detail_page .tf_mdl .feature-section2 .no_cnt h2 br {
    display: none;
  }
  .features_detail_page .tf_mdl .feature-section2 .feature p {
    line-height: 1;
  }
  .features_detail_page .faq_mdl p.section-subtext {
    line-height: 24px;
  }
  .features_detail_page .faq_mdl h2 {
    margin-bottom: 25px !important;
  }
  .features_detail_page .faq_mdl .faq-section h3 {
    margin-bottom: 23px;
  }
  .features_detail_page .faq_mdl .faq-section p {
    line-height: 24px;
  }

  .features_detail_page .test_sec .featured-testimonial .company {
    line-height: 24px;
    margin-bottom: 23px;
  }
  .features_detail_page .test_sec .featured-testimonial label {
    font-size: 12px;
  }
  .features_detail_page .test_sec .featured-testimonial p {
    line-height: 24px;
  }
  .features_detail_page .cwb_mdl h2 {
    margin-bottom: 25px;
  }

  .features_integrations_page .row2_wrap .widget-type-linked_image img {
    margin-bottom: 23px;
  }
  .features_integrations_page .row2_wrap .widget-type-rich_text p {
    line-height: 24px;
  }

  .resources_page_wrap .row2_wrap .widget-type-rich_text {
    padding-left: 21px;
    padding-right: 23px;
  }
  .resources_page_wrap .widget-type-rich_text h1 {
    line-height: 60px;
  }
} 
.prv_pg form input[type=submit], .prv_pg form .hs-button {
  width: auto;
} 
.container-fluid.gtinTch_grp .hs-error-msgs label {
  margin-top: -15px; 
}
.container-fluid.gtinTch_grp .hs-input.invalid.error {
  border-color: #ef6b51; 
}  
.newsletter-signup-wrap .newsletter-signup ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 0 !important;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {

  .resources_page_wrap .row2_wrap .widget-type-rich_text {
    padding-left: 24px;
    padding-right: 24px;
  }
  .resources_page_wrap .bnrmnu-wrapper .landing-submenu a {
    color: #273043;
  } 
  .gtinTch_grp .testimonials .carousel {
    height: auto !important;
  }

}
@media (max-width: 991px) and (min-width:768px){ 
  .ftnsjrnyDtl_sidebar .widget-type-simple_menu a {
    font-size: 14px;
  }
}
@media (max-width:768px){
  .resources_page_wrap .row1_wrap .dnd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .features_detail_page .test_sec .featured-testimonial .box-shadow .author-info {
    padding-left: 15px !important;
  }
  .features_detail_page .test_sec .featured-testimonial .box-shadow .author-info img {
    margin-top: 10px;
  }
}

@media (max-width: 576px){
  .features_detail_page .test_sec .featured-testimonial .author {
    font-size: 30px !important;
  }
  .features_detail_page .test_sec .featured-testimonial .box-shadow .author-info .company {
    font-size: 18px;
  }

} 
@media (max-width: 479px){
  .ftnsjrnyDtl-pg .result-container .result .graph .graph-label {
    font-size: 13px;
  }
}

.sub .cover {
  padding-top: 32px
}

.sub .cover .resources .article-thumbnail h3,.resources .article-thumbnail .sub .cover h3,.sub .cover .resources .article-item h3,.resources .article-item .sub .cover h3,.sub .cover .resources .full-featured-article h3,.resources .full-featured-article .sub .cover h3 {
  margin-bottom: 25px
}

.sub .breadcrumb {
  margin-top: 32px
}
.resources .article-thumbnail h3,
.resources .article-item h3,
.resources .full-featured-article h3 {
  font-family: "Roboto Slab",serif;
  font-weight: 700;
  font-size: 55px;
  color: #273043;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 29px
}

h2 .thin,.resources .article-thumbnail h3 .thin,.resources .article-item h3 .thin,.resources .full-featured-article h3 .thin {
  font-weight: 400
}
.breadcrumb {
  font-size: 16px;
}
.nopd1 .dnd-section,
.nopd1 .content-wrapper--vertical-spacing,
.nopd .dnd-section,
.nopd .content-wrapper--vertical-spacing {
  padding: 0;
}
.nopd1 .container-fluid,
.nopd .container-fluid {
  padding: 0;
} 
.nopd .dnd-section>.row-fluid {
  max-width: 100%;
}
.nopd1 .dnd-section>.row-fluid {
  padding: 0 15px;
}
.prv_pg .dnd-section>.row-fluid {
  padding: 0 15px;
}
.prv_row1 h3 {
  margin: 35px 0 10px 0;
}
.prv_row1 p, .prv_row1 ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.set_row1 iframe {
  width: 100%;
  height: 1600px;
}
.body-container-wrapper > .container-fluid {
  padding: 0;
}

.nopd.feature_row1 .bkmrk_mdl .feature-links ul {
  margin-bottom: 0;
}
.gets_mdl input.hs-button.primary.large {
  background-image: url(//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 73% center;
}
.set_row1 p {
  line-height: 27px;
}
.text-center {
  text-align: center;
}
.pd_bnr_mdl .video-container ul li {
  background-image: url(//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/images/pink-check.svg);
}


.gb_col  .span6 {
  padding: 0 15px;
  width: 50%;
  margin-left: 0;
  align-items: flex-start;
}

.gb_col .dnd-section>.row-fluid > .span12 > .row-fluid-wrapper {
  margin: 0 -15px;
  width: auto;
}

.pd_row2 .widget-type-rich_text h2 {
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 60px;
  text-align: center;
}
.pd_row2 ul {
  list-style: none;
  padding: 10px 0 48px 0;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  color: #273043;
}

.pd_row2 ul li {
  padding-left: 50px;
  background-image: url(//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/images/icon-check6.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 24px;
  margin: 23px 0;
  font-size: 21px;
  line-height: 33px;
}

.pd_row2 ul li:first-of-type {
  margin-top: 0.5rem;
} 
.pd_row2 {
  font-size: 16px;
}
body.sub.category-page .ft_logo .float-left p,
body.sub.category-page .ft_copyright .text-md-left{
  font-size: 21px;
}
body.sub.category-page,
body.sub.category-page .footer,
body.sub.category-page .hd_group{
  background-color: #fbfbfc;
}
body.sub.category-page .large-bottom-margin {
  margin-bottom: 100px;
}
.nopd.pd_row1 .test_sec .featured-testimonial {
  margin-top: 0;
}
.pd_row2 p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #424a5b;
  text-align: center;
  line-height: 38px;
} 
.fran_row2 .signup-form {
  color: #273043;
}  
.fran_row2 .signup-form .form .hs-button {
  background-position: 95% center !important;
  padding: 9px 30px;
}
.d-none {
  display: none ;
}
.box-shadow {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(39 48 67 / 12%);
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-shadow { 
    box-shadow: 0px 2px 8px 0px rgba(39,48,67,0.12);
  }
}

.pricing_pg .pd_bnr_mdl .secondary-circle-container h1 {
  line-height: 40px;
  font-size: 60px;
  margin-bottom: 21px; 
} 
.pricing .row {
  margin-right: 0;
  margin-left: 0;
}
.pricing_pg .pd_bnr_mdl .secondary-circle-container>.cover.container.page-center {
  padding-bottom: 3vw;
}
.section.price-section {
  padding-top: 3vw;
  margin-bottom: 3vw;
}

.pricing_row2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pricing_row2 h3 {
  font-family: "Roboto Slab",serif;
  font-size: 42px;
  color: #273043;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 21px;
}

.pricing_row2 p {
  max-width: 460px;
  font-size: 24px;
  margin-top: 2vw;
  color: #787e8a;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 31px;
}

.pricing_row1 .pd_bnr_mdl form {
  padding-bottom: 5px;
}

.pricing_row3 {
  padding-top: 6px;
}
.pricing_row3 .featured-box {
  padding: 75px;
  margin-bottom: 30px
}

.pricing_row3 .featured-box h2,.pricing_row3 .featured-box .resources .article-thumbnail h3,.resources .article-thumbnail .pricing_row3 .featured-box h3,.pricing_row3 .featured-box .resources .article-item h3,.resources .article-item .pricing_row3 .featured-box h3,.pricing_row3 .featured-box .resources .full-featured-article h3,.resources .full-featured-article .pricing_row3 .featured-box h3 {
  white-space: pre-line
}

.pricing_row3 .featured-box ul {
  list-style: none;
  padding: 10px 0 48px 0;
  margin-bottom: 0
} 

.pricing_row3 .featured-box ul li {
  padding-left: 50px; 
  background-image: url(//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/images/icon-check6.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 24px;
  margin: 23px 0;
  font-size: 21px;
  line-height: 33px
}
.pricing_row3 .widget-type-header {
  max-width: 100%;
  text-align: center;
  padding: 0 15px 24px;
}

.pricing_row3 .widget-type-header h2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.nopd.gb_col.pricing_row2_main .dnd-section>.row-fluid>.span12>.row-fluid-wrapper {
  margin: 0;
}



.pricing_row3 .featured-box ul {
  padding: 0 !important
}

.pricing_row3 .featured-box ul li {
  margin: 12px 0 !important
}




.pricing_row3 h5 {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 27px;
  color: #273043;
  letter-spacing: 0;
  line-height: 34px;
  font-family: "Hind",sans-serif;
}

.pricing_row3 p {
  font-size: 18px;
  color: #787e8a;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 31px;
}

.gb_col .pricing_row3 .span6:last-child {
  display: block !important; 
}

.nopd.gb_col.pricing_row2_main .pricing_row3 .dnd-section>.row-fluid>.span12>.row-fluid-wrapper > .row-fluid {
  justify-content: space-between;
} 

.nopd.gb_col.pricing_row2_main .pricing_row3 .dnd-section>.row-fluid>.span12>.row-fluid-wrapper > .row-fluid:before,
.nopd.gb_col.pricing_row2_main .pricing_row3 .dnd-section>.row-fluid>.span12>.row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.pricing .cover p {
  font-size: 2.5vw;
  line-height: 1.2;
}
.pricing_row3 .featured-box ul {
  padding-top: 0.1px !important;
  color: #273043;
} 
.pricing_row3 .hs-button {
  background: #ed1062;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  padding: 9px 30px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border: 2px solid #ed1062;
  box-sizing: border-box;
  display: inline-block;
  line-height: 26px;
  text-decoration: none !important;
  background-color: #ed1062;
  padding: 16px 50px;
  width: auto;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.pricing_row4 .faq_mdl h2 {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
}

.pricing_row4 .faq_mdl .hscol-md-10.offset-md-1 {
  margin-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pricing_row4 .faq_mdl .container.page-center.large-bottom-margin {
  margin-bottom: 100px;
}
.pricing_row4 .cwb_mdl h2 {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 29px;
}

.pricing_row4 .cwb_mdl a {
  width: auto;
  padding: 16px 50px;
} 
.pricing .ft_menu .hs-menu-wrapper>ul>li>ul>li>a,
.pricing .ft_social label {
  font-size: 16px;
}
.gym_pg .content_with_top_image .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.gym_pg .content_with_top_image h2 {
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 60px;
}

.gym_pg .content_with_top_image p.h6 {
  color: #787e8a;
  font-family: 'Hind';
}

.gym_pg .content_with_top_image p {
  color: #787e8a;
}
body.sub.category-page  .tf_mdl {
  background: transparent !important;
} 
.gym_pg .bks_mdl .love-container .love-feature img {
  width: 40%;
}

.gym_pg .bks_mdl .love-container .love-feature.middle img {
  width: 45%;
}

.gym_pg .bks_mdl .love-container .love-feature:last-child img {
  width: 60%;
}
.pts_pg  .pd_bnr_mdl a.btn.btn-danger.btn-block.read-more.text-uppercase.font-weight-bold:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  text-decoration: none;
}

.pts_pg  .tf_mdl .hscol-md-10.offset-md-1.text-center {
  margin-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}



.pts_pg .feature-section2 .row {
  align-items: center;
}
.pts_pg .cwb_mdl .cta-container-wrap.large-bottom-margin.purle h2 {
  margin-bottom: 40px;
}
.pts_pg .tf_mdl.tf_mdlwidget_1643955181253 .hscol-md-6.align-items-center.wdh img {
  margin-top: 0;
}


.pts_pg .tf_mdl.tf_mdlwidget_1643955181253 .hscol-md-5.offset-md-1 {
  margin-left: 0;
}

.pts_pg .tf_mdl.tf_mdlwidget_1643955340792 h2 {
  margin-bottom: 16px !important;
}
body.sub.category-page .test_sec {
  background: transparent !important;
}
.pts_pg .test_sec .featured-testimonial img {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.bus_type_row1 .bkmrk_mdl .feature-links ul {
  padding: 0;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
} 
.bus_type_row1 .bkmrk_mdl .feature-links ul li {
  padding: 4px;
  width: 120px;
  text-align: center;
  height: 100%;
} 
.bus_type_row2 .tcct2_mdl p {
  line-height: 32px;
  margin-bottom: 31px;
}
.bus_type_row1 .bkmrk_mdl .feature-links ul li a {
  color: #787e8a;
}
.nopd.abt_row1 h1 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #6c757d;
}

.nopd.abt_row1 h2 {
  font-size: 1.3rem;
  font-weight: 200;
  font-family: "Hind",serif;
  line-height: 1.6rem;
  margin-bottom: 25px;
}

.nopd.abt_row1 p {
  color: #787e8a;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-size: 1rem;
}
.hero-divider .triangle {
  content: "";
  border: solid #fff;
  background-color: #fff;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-135deg);
  position: relative;
  top: 52px;
  z-index: 2;
}
.hero-divider.bg-secondary .triangle {
  border: solid #6c757d;
  background-color: #6c757d;
}
.hero-divider.bg-medium .triangle {
  border: solid #f4f5f8;
  background-color: #f4f5f8
}
.hero-divider {
  padding: 2.6rem 1.2rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: -10px;
}
.hero-divider:not(.text-center) .triangle {
  margin-left: 50%;
  left: -15px;
}


.abt_row3 .tcwb_mdl .tcwb_wrap .row {
  justify-content: center;
}

.abt_row3 .tcwb_mdl .tcwb_wrap .col-11 {
  max-width: 1240px;
  flex: 0 0 100%;
}

.abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 h1 {
  margin-bottom: 1.2rem;
  line-height: 2.2rem;
}

.abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 .hs_callout h4 {
  font-size: 1.2rem;
  width: initial;
  font-weight: 800;
  color: #000;
  margin-bottom: 0 !important;
  line-height: 34px;
  margin-top: 0;
}

.abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 .hs_callout ul li {
  margin-top: 4px;
}

.abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 .hs_callout ul li:first-child {
  margin-top: 23px;
}

.abt_row3  .tcwb_mdl .triangle {
  border: solid #fff;
  background-color: #fff;
}
.nopd1.cover.hero-divider.bg-medium.abt_row4 {
  padding: 0;
}

.abt_row4 h3 {
  color: #dc3545;
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

.abt_row4 p {
  color: #787e8a;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  margin-top: 4px;
}
.abt_row4 .triangle {
  position: absolute;
  bottom: -10px;
  top: auto;
}

.abt_row4 {
  position: relative;
}
.abt_row5 .abt_bnr_mdl .hscol-10.hscol-lg-6 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.abt_row5 .abt_bnr_mdl .hero-divider .triangle {
  position: absolute;
  top: auto;
  bottom: -10px;
  margin-left: -11px;
}

.abt_row5 .abt_bnr_mdl .hero-divider {
  position: relative;
  padding-bottom: 65px;
  margin: 0; 
}
.abt_row5 .testimonials {
  padding: 2.6rem 4.2px;
  padding-top: 32px;
}

.abt_row5 .testimonials h3 {text-align: center;font-size: 2rem;line-height: 2.2rem;margin-bottom: 1.2rem;color: #dc3545;}

.abt_row5 .testimonials .hscol-12.hscol-md-10 p {
  line-height: 1.5rem; 
  font-size: 1rem;
  color: #787e8a;
  letter-spacing: 0;
  text-align: center;
}
.abt_row5 .testimonials .carousel {
  padding: 3rem;
  min-height: 200px;
  height: 100%;
  margin: 0;
}

.abt_row5 .testimonials .carousel .carousel-cell {
  width: 100%;
  padding: 0 2rem;
} 

.abt_row5 .testimonials .carousel .quote {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 6px;
  margin-left: 5px;
}
.active-menu-triangle {
  content: "";
  border: solid #273043;
  background-color: #273043;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-135deg);
  position: absolute;
  margin-left: 30px;
}
.tst_row2 .dnd-section>.row-fluid {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6; 
  margin-bottom: 1.5rem
} 
.tst_row4 .gets_mdl .col {
  padding: 0 15px;
}
.tst_row4 .gets_mdl .container-fluid {
  padding: 0 15px;
}
.tst_pg .ft_logo .float-left p, 
.tst_pg .ft_copyright .text-md-left {
  font-size: 21px; 
}
.whyt_mdl img.rounded {
  border-radius: 0.25rem;
}
.whyt_mdl .hero-divider .triangle {
  top: 55px;
}
.whyt_mdl .hero-divider {
  margin-bottom: -8px;
}
.nopd.abt_row2 .abt_bnr_mdl .hero-divider{
  margin-bottom: -12px;
}
.nopd.abt_row2 .abt_bnr_mdl .hero-divider  .triangle {
  top: 50px;
}
.hm_row1 .testimonials .carousel {
  margin-top: 0;
  margin-bottom: 0;
}

.hm_row1 .testimonials .carousel .author {
  font-size: 16px;
}
.hm_row2 .cwiat2_mdl 
.scheduling.section.right {
  padding-top: 132px;
  padding-bottom: 198px;
}
.hm_row2 .cwiat2_mdl .scheduling.section.right p {
  margin-bottom: 38px;
}

.hm_row2 .cwiat2_mdl .scheduling.section.right img {
  margin-top: 13px;
}

.hm_row2 .cwiat2_mdl .scheduling.section.left {
  padding-top: 0;
  padding-bottom: 0;
}

.hm_row2 .cwiat2_mdl .scheduling.section.left .illustration {
  margin-top: 16px;
}

.hm_row2 .cwiat2_mdl .scheduling.section.left:before {
  width: 463px;
  height: 750px;
  top: 60px;
}

.hm_row3 .cwiat2_mdl .scheduling.section.right {
  padding-top: 258px;
  padding-bottom: 113px;
}


.hm_row3 .cwiat2_mdl .scheduling.section.right:before {
  display: none;
}

.hm_row3 .ftr_mdl {
  margin-bottom: 8px;
} 
.hm_row1 .testimonials .carousel .quote {
  margin-left: 5px;
}
.hm_pg nav.navigation-primary>ul li>a.active-item {
  font-style: normal;
}
.bnrmnu-wrapper .hs-menu-wrapper ul a {
  text-decoration: none !important;
}
body .custom-menu-primary .submenu.level-2 li>a:active,
nav.navigation-primary ul ul li a:active{
  color: #fff !important;
  text-decoration: none;
  background-color: #007BFF;
} 
body.sub.category-page .faq_mdl {
  background: transparent !important;
}

@media(min-width:768px){ 
  .ft_copyright .text-md-left {
    text-align: left;    
  } 
  .abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 .hs_callout {
    margin-top: 1.5rem; 
  }
  .hm_row3 .cwiat2_mdl .scheduling.section.right .hscol-md-6 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .hm_row3 .cwiat2_mdl .scheduling.section.right .hscol-md-6.illustration {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    text-align: left;
  }
  .widget-type-header,
  .widget-type-section_header{
    max-width: 58.3333333333%; 
  }
  .gb_col .pricing_row3 .span6:last-child {
    display: block !important;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .pts_pg .test_sec .hscol-md-8.order-md-2.ml-auto {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .pts_pg .test_sec .hscol-md-4.author-info {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

}
@media(min-width:992px){
  .prv_row1 p {
    margin-bottom: 10px;
  }
  header.header.no_nav {
    min-height: 82px;
  }
  .abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

}

@media(max-width:1199px){
  .pricing_pg .pd_bnr_mdl .secondary-circle-container h1 {
    margin-bottom: 21px;
    font-size: 30px;
    line-height: 40px;
  }
  .pricing_pg .pd_bnr_mdl .secondary-circle-container p {
    font-size: 2.5vw !important;
    line-height: 1.2 !important;
  }  
  .pricing_row2 h3 {
    font-size: 3vw;
  } 
  .pricing_row2 p {
    font-size: 2vw ; 
  }
  .pricing_row4 .faq_mdl h2 {
    font-size: 3vw;
  }

}

@media(max-width:991px) and (min-width:576px){
  .pricing_row1 .hscol-md-5.ml-auto.mr-auto.text-center.header-signup-cta {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .nopd.pricing_row1 {
    padding-bottom: 32px;
  }
  .pricing_row1 .pd_bnr_mdl .hs_email {
    width: 60%;
    margin-bottom: 0;
  }

  .pricing_row1 .pd_bnr_mdl .hs_submit.hs-submit {
    width: 40%;
  }

  .pricing_row1 .pd_bnr_mdl form {
    display: flex;
    padding-top: 2px;
  }

  .pricing_row1 .pd_bnr_mdl input.hs-button.primary.large {
    border-radius: 0 6px 6px 0;
    height: 60px;
    margin-bottom: 0;
    font-size: 21px;
    text-transform: uppercase;
    padding: 14px 24px !important;
  }

  .pricing_row1 .pd_bnr_mdl form .hs-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
  }  


}
@media(max-width:991px) and (min-width:768px){
  .pricing_row1 .hscol-md-5.ml-auto.mr-auto.text-center.header-signup-cta {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  } 
  .pricing_row3 .span12 .hs_cos_wrapper_type_module {
    width: 100% !important;
  } 
}
@media(max-width:767px) and (min-width:576px){
  .pricing_row3 .dnd-section>.row-fluid {
    display: flex !important;
  }


}
@media(max-width:991px){
  .menu_open .hm_pg .hd_inr { 
    top: 0;
  }

  .gym_pg .content_with_top_image .page-center {
    padding-left: 24px;
    padding-right: 24px;
  }
  .nopd1 .dnd-section>.row-fluid{
    padding-left: 24px;
    padding-right: 24px;
  } 
  .prv_pg .dnd-section>.row-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cover {
    padding-top: 20px !important;
  }
  h1 {
    line-height: 1;
  }
  p {
    margin-bottom: 23px;
  }   
  h4 {  
    margin-bottom: 39px;
  }
  h2 { 
    margin-bottom: 25px;
  }
  body h2 {
    font-size: 34px;
  }
  .pd_pg h2 {
    line-height: 37px !important; 
  }
  .pd_pg .tf_mdl .feature-section2 .no_cnt h2 ,
  .pd_row2 .widget-type-rich_text h2,
  .pd_pg .faq_mdl h2,
  .pd_pg .cwb_mdl .white h2{  
    margin-bottom: 25px !important;
  }
  .pd_pg p {
    margin-bottom: 23px !important; 
  }
  .pd_bnr_mdl .secondary-circle-container p br {
    display: none;
  } 
  .zenplanner_row4  .test_sec .featured-testimonial .box-shadow .author-info .author {
    font-size: 1rem;
  }
  .zenplanner_row4 .test_sec .featured-testimonial .box-shadow .author-info img {
    width: 100px;
    height: 100px;
  }
  .zenplanner_row4  .test_sec .featured-testimonial .box-shadow .author-info .company {
    line-height: 1.5rem !important;
    font-size: 1rem !important;
  }
  .fran_row2 .signup-form .hs-form-field {
    margin-bottom: 16px;
  } 
  .pricing_pg .pd_bnr_mdl .secondary-circle-container h1 {
    font-size: 6vw;
  }
  .pricing_pg .pd_bnr_mdl .secondary-circle-container p {
    font-size: 3vw !important;
  }
  .pricing_row2 a {
    font-family: Hind;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    white-space: nowrap;
    text-decoration-line: underline;
    color: #c1017f;
    display: block; 
  }
  .pricing_row2 p {
    margin-bottom: 23px;
    line-height: 24px;
  }
  .pricing_row2 h3 {
    margin-bottom: 3px;
    line-height: 39px;
  }
  .pricing_row3 {
    padding-top: 0;
  }
  .gb_col .pricing_row3 .span6 {
    display: block !important;
  }
  .pricing_row3 p {
    margin-bottom: 23px;
    line-height: 24px;
  }

  .pricing_row3 .featured-box ul {
    padding-bottom: 0.5rem !important;
  } 
  .pricing_row4 .cwb_mdl h2 {
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 25px;
  }
  .bus_type_row2 .tcct2_mdl .container.page-center {
    margin-top: 1.5rem;
  }
  .bus_type_row2 .tcct2_mdl p {
    font-size: 16px;
    margin-bottom: 23px !important;
    line-height: 24px;
  }
  .bnrmnu-wrapper.no_srch .bnrmnu_menu select {
    margin-bottom: 0;
  }
  .nopd.abt_row1 h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .nopd.abt_row1 h2 {
    margin-bottom: 15px;
  }
  .abt_bnr_mdl h2 {
    line-height: 37px;
    margin-bottom: 25px;
  }

  .abt_pg.body-container-wrapper h3, 
  .body-container-wrapper .abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 h1 ,
  .body-container-wrapper .abt_row5 .testimonials h3{
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.2rem; 
  }

  .abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 .hs_callout h4 {
    line-height: 27px;
    font-size: 1rem;
  }

  .nopd.abt_row3 .tcwb_mdl {
    padding-left: 28px;
    padding-right: 28px;
  }
  .nopd1.cover.hero-divider.bg-medium.abt_row4 {
    padding-top: 0 !important;
  }
  .nopd1.cover.hero-divider.bg-medium.abt_row4 .dnd-section {
    padding-top: 20px !important;
  }
  .abt_row5 .abt_bnr_mdl .hscol-10.hscol-lg-6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .tst_row4 .gets_mdl p {
    font-size: 21px;
    line-height: 24px;
  }
  .hm_row3 .ftr_mdl {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .hm_row2 .cwiat2_mdl .scheduling.section.right p {
    margin-bottom: 23px;
  }
  .hm_row1 .testimonials .carousel {
    height: auto;
  }
  .resources_page .bnrmnu-wrapper .landing-submenu a {
    color: #273043;
  }

}

@media(max-width:768px){

  .prv_pg h1 {
    font-size: 40px;
  } 
  .bkmrk_mdl .feature-links ul {
    background-image: url(//8507288.fs1.hubspotusercontent-na1.net/hubfs/8507288/raw_assets/public/TeamUp_2025/images/dropdown.svg); 
  }
  .pd_pg h2 {
    font-size: 30px !important;
  }
  body.sub.category-page .large-bottom-margin {
    margin-bottom: 50px;
  }
  .pd_pg .test_sec .featured-testimonial {
    margin-bottom: 35px !important;
  }
  .pd_pg p.section-subtext {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .gb_col .span6 {
    width: 100%;
  }

  .pd_row2 ul li {
    font-size: 16px;
    background-size: 18px;
    padding-left: 30px;
    margin: 12px 0; 
  }

  .pd_row2 .span6:first-child ul {
    padding-bottom: 0;
  }

  .pd_row2 .span6:last-child ul {
    padding-top: 0;
  }
  .pd_pg .cwb_mdl .cta-container-wrap h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .pd_row2 .widget-type-rich_text h2 {
    padding: 0 15px;
  }
  .pd_row2 p {
    line-height: 30px;
  }
  .zenplanner_row4 .test_sec .featured-testimonial .box-shadow>.row {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }

  .zenplanner_row4 .test_sec .featured-testimonial .box-shadow .hscol-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .pricing_row3 .featured-box {
    padding:20px
  }
  .pricing_row3 .featured-box ul li {
    font-size:16px;
    background-size: 18px;
    padding-left: 30px;
    margin: 12px 0
  }
  .pricing_pg .pd_bnr_mdl .secondary-circle-container h1 {
    margin-bottom: 3px;
    font-size: 36px;
    line-height: 42px;
  } 
  .pricing_row2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .nopd.pricing_row1 {
    padding-bottom: 47px;
  }
  .pricing_row3 {
    padding-top: 5px;
  }
  .nopd.gb_col.pricing_row2_main .pricing_row3 .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid {
    flex-direction: column-reverse !important;
    display: flex !important;
  }
  .pricing_row3 .widget-type-header {
    padding-bottom: 8px;
  }

  .pricing_row3 .dnd-section>.row-fluid .span12 {
    width: 100%;
  }

  .pricing_row3 .hs-button {
    width: 100%;
    display: block;
  }

  .pricing_row3 .dnd-section>.row-fluid .span12 > div {
    width: 100%;
  }
  .pricing_row4 .faq_mdl h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .pricing_row4 .faq_mdl .hscol-md-10.offset-md-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .pricing_row4 .faq_mdl .container.page-center.large-bottom-margin {
    margin-bottom: 50px;
  }
  .pricing_row4 .cwb_mdl a {
    width: 100%;
  } 
  .pts_pg .test_sec .featured-testimonial .box-shadow .author-info {
    padding-left: 15px;
  }
  .pts_pg .tf_mdl.tf_mdlwidget_1643955340792 .feature-section2 .no_cnt h2 {
    margin-bottom: 16px !important;
  }
  .pts_pg .cwb_mdl .cta-container-wrap.large-bottom-margin.purle h2 {
    margin-bottom: 25px;
  }
  .bus_type_row2 .tcct2_mdl .container.page-center {
    margin-top: 0;
  }
  .bus_type_row2 .tcct2_mdl p {
    margin-top: 0;
  }
  .bus_type_row2 .tcct2_mdl h3 {
    margin-bottom: 8px;
  }
  .abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 .hs_callout {
    margin-top: 0; 
  }
  .abt_row3 .tcwb_mdl .tcwb_wrap .col-md-6 .hs_callout ul li:first-child {
    margin-top: 12px;
  }
  .abt_row4 h3, .abt_row4 h3 + p {
    text-align: left;
  } 
  .abt_row4 .span12  {
    align-items: flex-start !important;
  }
  .nopd1.cover.hero-divider.bg-medium.abt_row4 { 
    margin: 0;
  }
  .team_mdl .hero-divider {
    padding-bottom: 65px;
  }
  .hm_row2 .cwiat2_mdl .scheduling.section.right {
    padding-top: 50px;
    padding-bottom: 21px;
  }
  .hm_row2 .cwiat2_mdl .scheduling.section.right p {
    margin-bottom: 23px;
  }
  .hm_row2 .cwiat2_mdl .scheduling.section.left:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 310px;
    top: 95px;
    background-size: 310px;
    background-position: top right;
    left: 0;
  }

  .hm_row2 .cwiat2_mdl .scheduling.section.left label {
    margin-bottom: 10px;
  }
  .hm_row3 .cwiat2_mdl .scheduling.section.right {
    padding-top: 17px;
    padding-bottom: 24px;
  } 
  .hm_row2 .cwiat2_mdl .scheduling.section.left {
    padding-bottom: 24px;
  }
  .hm_row3 .cwiat2_mdl .scheduling.section.right .illustration {
    margin-bottom: 15px;
    text-align: left;
  }
  .hm_row3 .ftr_mdl .features .feature .image {
    height: 70px;
    background-position: center;
    background-size: 110px;
    margin-bottom: 20px;
  }

  .hm_row3 .ftr_mdl h5 {
    font-size: 21px;
    margin-bottom: 3px;
  }

  .hm_row3 .ftr_mdl .features .feature p {
    font-size: 12px;
    line-height: 16px;
  }

  .hm_row3 .ftr_mdl .features .feature {
    padding: 24px 0;
  }

  .hm_row3 .ftr_mdl .features .feature:first-child {
    padding-top: 15px;
  }

  .hm_row3 .ftr_mdl .features .box-shadow {
    padding: 20px 32px 0 32px;
  }

  .hm_row3 .ftr_mdl .features .feature:nth-child(2) {
    border-top: 1px solid #e4e5e8 !important;
    border-bottom: 1px solid #e4e5e8 !important;
  }
  .hm_row3 .ftr_mdl .features .feature:last-child .image {
    background-size: 130px;
    margin-bottom: 30px;
    height: 70px;
  }
  .hm_row1 .testimonials .carousel { 
    height: auto;
  }
  .pricing_row2 h3 {
    font-size: 30px;
  }

  .pricing_row2 p {
    font-size: 24px;
    margin-top: 2vw;
    max-width: 100%;
  }


}
@media(max-width: 576px) {
  .pricing_row3 .featured-box {
    padding:10px
  }

  .pricing_row3 .featured-box ul {
    margin-left: 20px
  }
  .pricing_pg .pd_bnr_mdl .secondary-circle-container p {
    font-size: 20px !important;
  } 

  .nopd.pricing_row1 .pd_bnr_mdl .hscol-md-5.ml-auto.mr-auto.text-center.header-signup-cta {
    max-width: 83.3333333333%;
  }

  .nopd.pricing_row1 .pd_bnr_mdl form .hs-input {
    padding: 9px 20px !important;
    margin-bottom: 16px;
    font-size: 16px;
    height: 60px;
    text-align: left;
  }

  .nopd.pricing_row1 .pd_bnr_mdl input.hs-button.primary.large {
    position: relative;
    top: 1px;
    padding: 1.6vw !important;
    height: 10vw;
    font-size: 4vw;
    box-sizing: border-box;
    background-color: #ed1062;
    font-family: "Hind",sans-serif;
    border: 1px solid #ed1062;
    margin-left: -6px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    min-height: auto;
  }

  .pricing_row2 h3 {
    font-size: 30px;
  }
  .nopd.pricing_row1 {
    padding-bottom: 6px;
  }
  .pricing_row2 p {
    font-size: 24px;
    margin-top: 2vw;
  }

  .pricing_row3 .span6:last-child li:first-of-type {
    margin-top: 0 !important;
  }

  .pricing_row3 .span6:first-child ul {
    padding-bottom: 0 !important;
  }


}
@media(max-width:479px){
  .zenplanner_row4 .test_sec .featured-testimonial .box-shadow>.row {
    flex-direction: column-reverse;
  }
  .zenplanner_row4 .test_sec .featured-testimonial .box-shadow .hscol-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  } 
  .nopd.pricing_row1 {
    padding-bottom: 0;
  }
  .hm_bnr .cover h1 {
    font-size: 50px;
  }


}
/*==== Mind Body Page Css ====*/
.ct_mindbody_pg {
  font-size: 1rem;
}
.compare_row2_wrap.mindbody_row2_wrap {
  padding-bottom: 0;
}
.compare_row2_wrap.mindbody_row2_wrap .triangle {
  display: none;
}
.container-fluid.compare_row3.mindbody_row3 {
  padding: 0 1.2rem 2.6rem
}
.container-fluid.compare_row3.mindbody_row3 > .row-fluid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.container-fluid.compare_row3.mindbody_row3>.row-fluid-wrapper:after {
  content: "";
  border: solid #fff;
  background-color: #fff;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin-left: -15px;
  z-index: 2;
}
.container-fluid.compare_row3.mindbody_row3 > .row-fluid-wrapper > .row-fluid {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid.compare_row3.mindbody_row3 .customer_checklist_mdl {
  margin: 0;
  display: block;
}
.container-fluid.compare_row3.mindbody_row3 .customer_checklist_mdl .col-11 {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.container-fluid.compare_row3.mindbody_row3 .customer_checklist_mdl .col-11 .row {
  margin: 0;
}
.container-fluid.compare_row3.mindbody_row3 .customer_checklist_mdl .col-11 .row .col-12 {
  text-align: left;
  padding: 0;
}
.container-fluid.compare_row3.mindbody_row3 .customer_checklist_mdl .col-11 .row .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.container-fluid.compare_row3.mindbody_row3 .customer_checklist_mdl .col-11 .row .col-md-6 ul {
  padding: 0;
}
.container-fluid.compare_row3.mindbody_row3 .customer_checklist_mdl .col-11 .row .col-md-6.customer_check_col_left {
  order: 3;
}
.container-fluid.compare_row4.mindbody_row4 .compare_with_others_mdl .col-lg-10.custom_top_cnt {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid.compare_row4.mindbody_row4 .compare_with_others_mdl .custom_top_cnt h2 {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #dc3545;
}
.container-fluid.compare_row4.mindbody_row4 .compare_with_others_mdl .custom_top_cnt  p {
  font-family: "Hind",sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #787e8a;
  letter-spacing: 0;
}
@media (max-width: 991px){
  .container-fluid.compare_row4.mindbody_row4 .compare_with_others_mdl .col-lg-10.custom_top_cnt{
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1160px) and (min-width:992px){
  .pd_pg .pd_bnr_mdl input.hs-button.primary.large { 
    font-size: 19px;
  }
} 
@media (max-width: 991px){
  .container-fluid.compare_row3.mindbody_row3>.row-fluid-wrapper>.row-fluid {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid.compare_row4.mindbody_row4 .compare_with_others_mdl .custom_top_cnt h2{
    margin-bottom: 15px;
  }
}
@media (min-width: 768px){
  .ftnsjrnyDtl_row3 .fitness-journey-graph-wrap .hscol {
    margin-left: 25%;
  }
} 

@media (max-width: 767px){

  .container-fluid.compare_row3.mindbody_row3>.row-fluid-wrapper{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.compare_row3.mindbody_row3>.row-fluid-wrapper>.row-fluid {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }  
  .features_detail_page .cwb_mdl h2 {
    font-size: 36px !important;
    line-height: 1.2em !important;
  }   



}

.cover h1 {
  font-size: 60px;
}