/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::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;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  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, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  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;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  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;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.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, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.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, 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-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.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, 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-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;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  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);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.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 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

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

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

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

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

.m-5 {
  margin: 3rem !important;
}

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

.m-n2 {
  margin: -0.5rem !important;
}

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

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

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

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

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

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

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

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

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

.m-n5 {
  margin: -3rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
@charset "UTF-8";
/* The switch - the box around the slider */
/* line 3, app/assets/stylesheets/components/switch.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

/* Hide default HTML checkbox */
/* line 11, app/assets/stylesheets/components/switch.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* line 18, app/assets/stylesheets/components/switch.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 30, app/assets/stylesheets/components/switch.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 42, app/assets/stylesheets/components/switch.scss */
input:checked + .slider {
  background-color: #2196F3;
}

/* line 46, app/assets/stylesheets/components/switch.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 50, app/assets/stylesheets/components/switch.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
/* line 57, app/assets/stylesheets/components/switch.scss */
.slider.round {
  border-radius: 16px;
}

/* line 61, app/assets/stylesheets/components/switch.scss */
.slider.round:before {
  border-radius: 50%;
}

/* line 2, app/assets/stylesheets/components/reusables.scss */
.text-center {
  text-align: center;
}

/* line 6, app/assets/stylesheets/components/reusables.scss */
.m-0 {
  margin: 0 !important;
}

/* line 10, app/assets/stylesheets/components/reusables.scss */
.container .row {
  display: flex;
}

/* line 12, app/assets/stylesheets/components/reusables.scss */
.container .row .col-sm-3 {
  flex: 1;
  margin-right: 12px;
}

/* line 16, app/assets/stylesheets/components/reusables.scss */
.container .row .col-sm-9 {
  flex: 4;
}

/* line 21, app/assets/stylesheets/components/reusables.scss */
.border {
  border: 1px solid gainsboro;
}

/* line 25, app/assets/stylesheets/components/reusables.scss */
.d-flex {
  display: flex;
}

/* line 29, app/assets/stylesheets/components/reusables.scss */
.align-items-center {
  align-items: center;
}

/* line 33, app/assets/stylesheets/components/reusables.scss */
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 38, app/assets/stylesheets/components/reusables.scss */
.py-3 {
  padding-bottom: 12px;
  padding-top: 12px;
}

/* line 43, app/assets/stylesheets/components/reusables.scss */
.mb-2 {
  margin-bottom: 8px;
}

/* line 47, app/assets/stylesheets/components/reusables.scss */
.rounded {
  border-radius: 4px;
}

/* line 51, app/assets/stylesheets/components/reusables.scss */
.p-3 {
  padding: 12px;
}

/* line 54, app/assets/stylesheets/components/reusables.scss */
.mt-3 {
  margin-top: 12px;
}

/* line 57, app/assets/stylesheets/components/reusables.scss */
.ml-3 {
  margin-left: 12px;
}

/* line 61, app/assets/stylesheets/components/reusables.scss */
.file.optional {
  display: block;
}

/* line 65, app/assets/stylesheets/components/reusables.scss */
.align-item-center {
  align-items: center;
}

/* line 69, app/assets/stylesheets/components/reusables.scss */
.btn.btn-primary {
  background-color: #f2211d;
  color: white;
  outline: none !important;
  border-radius: 4px;
  border: none !important;
  padding: 10px !important;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/components/admin.scss */
.chart-container {
  margin-top: 32px;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

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

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-0::before {
  content: "\30";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-1::before {
  content: "\31";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-2::before {
  content: "\32";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-3::before {
  content: "\33";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-4::before {
  content: "\34";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-5::before {
  content: "\35";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-6::before {
  content: "\36";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-7::before {
  content: "\37";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-8::before {
  content: "\38";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-9::before {
  content: "\39";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at::before {
  content: "\40";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info::before {
  content: "\f129";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion::before {
  content: "\e4e9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check::before {
  content: "\e4aa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check::before {
  content: "\e4c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "\e56c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line::before {
  content: "\e534";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person::before {
  content: "\f183";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male::before {
  content: "\f183";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-w::before {
  content: "\57";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film::before {
  content: "\f008";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "\f252";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "\f252";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-om::before {
  content: "\f679";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm::before {
  content: "\e599";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check::before {
  content: "\e564";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i::before {
  content: "\49";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-v::before {
  content: "\56";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school::before {
  content: "\f549";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-q::before {
  content: "\51";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-g::before {
  content: "\47";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank::before {
  content: "\f07b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-e::before {
  content: "\45";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user::before {
  content: "\f007";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check::before {
  content: "\e56b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key::before {
  content: "\f084";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-c::before {
  content: "\43";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star::before {
  content: "\f005";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-box::before {
  content: "\f466";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random::before {
  content: "\f074";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "\e556";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server::before {
  content: "\f233";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "\4c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "\e50a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check::before {
  content: "\e4d2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train::before {
  content: "\f238";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket::before {
  content: "\e4cf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow::before {
  content: "\f6c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano::before {
  content: "\f770";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst::before {
  content: "\e4dc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry::before {
  content: "\e4ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm::before {
  content: "\f76c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-children::before {
  content: "\e4e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check::before {
  content: "\e4e8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check::before {
  content: "\e4fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-a::before {
  content: "\41";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "\e03f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-p::before {
  content: "\50";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust::before {
  content: "\e520";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\3f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code::before {
  content: "\f121";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won::before {
  content: "\f159";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-f::before {
  content: "\46";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road::before {
  content: "\f018";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check::before {
  content: "\e555";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h::before {
  content: "\48";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp::before {
  content: "\e57b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-r::before {
  content: "\52";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs::before {
  content: "\e4d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge::before {
  content: "\e4c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "\e5aa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location::before {
  content: "\f601";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging::before {
  content: "\f85e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female::before {
  content: "\f182";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh::before {
  content: "\f827";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh::before {
  content: "\f827";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f254";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-water::before {
  content: "\f773";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent::before {
  content: "\e57d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check::before {
  content: "\e55c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito::before {
  content: "\e52b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-u::before {
  content: "\55";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-s::before {
  content: "\53";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-images::before {
  content: "\f302";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car::before {
  content: "\f7da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download::before {
  content: "\f019";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check::before {
  content: "\e5a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house::before {
  content: "\f015";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home::before {
  content: "\f015";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-b::before {
  content: "\42";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane::before {
  content: "\f751";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound::before {
  content: "\e52d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "\e5a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand::before {
  content: "\e4f7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e5a1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "\e040";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-section::before {
  content: "\e447";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant::before {
  content: "\e4e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef::before {
  content: "\e1fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal::before {
  content: "\f666";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e494";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-right::before {
  content: "\f064";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "\e5b4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler::before {
  content: "\e5af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-c15a3b77a1df1d41545fcaa78bca78411ba2c1dd2f1a08f61be156bf463a4925.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-8254be23b50ccdd44fb95da3be612dba6548398b35ae990c87342ef0f5c0b926.ttf) format("truetype");
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-a8e60933a8668c0e241ce5db08b97219c42151fd0a1d54d1eaf0fbc25c17c778.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-b17a94d14201885778b8f70e9f7d9e3155dd8d4fcf81563326db42889ba6e27b.ttf) format("truetype");
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-71069435092e2b6c23cd74d2dcbb1b2f2f12e0da5f79f9a978d19c863c7b2846.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-57a98fe5c49399cacfe08ae0c15a27d848717559c82e0a44351babebdb5f80cb.ttf) format("truetype");
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js:before {
  content: "\f3b9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit:before {
  content: "\f1a2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram:before {
  content: "\e055";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo:before {
  content: "\f2aa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble:before {
  content: "\f397";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter:before {
  content: "\f081";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube:before {
  content: "\f431";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta:before {
  content: "\e49b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam:before {
  content: "\f1b7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo:before {
  content: "\f194";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github:before {
  content: "\f092";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square:before {
  content: "\e5ae";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing:before {
  content: "\f169";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook:before {
  content: "\f082";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm:before {
  content: "\f203";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance:before {
  content: "\f1b5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git:before {
  content: "\f1d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr:before {
  content: "\f174";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber:before {
  content: "\e5c7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee:before {
  content: "\e5c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp:before {
  content: "\f40c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_reset.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_reset.scss */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_reset.scss */
html, body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

/* line 17, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_reset.scss */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_reset.scss */
legend {
  padding: 0;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_reset.scss */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 33, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_reset.scss */
th {
  font-weight: normal;
}

/* line 37, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_reset.scss */
abbr[title] {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-Bold-163108a2af712135981269ba2fd5f1a6da6611476fe3ea6fab692bbdb84932dc.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-Bold-163108a2af712135981269ba2fd5f1a6da6611476fe3ea6fab692bbdb84932dc.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-Bold-930842c5cb550531ca35a6c29b948ba0a5dc3d2f3d4fb2ffe7135f4640341576.woff2) format("woff2"), url(/assets/Lato-Bold-949c81dd7639652aa19f73af26730b5935f19e4189300408515d55f062b63027.woff) format("woff"), url(/assets/Lato-Bold-0143d6b5f84addba2f1dc83f4da635e4db899c3a5765cec39b55b2839ff5ef7f.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BoldItalic */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-BoldItalic-b58ccdadfe1989b0cf1084e9ef5f3819d24574c13290c8b8e86986aec9401b78.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-BoldItalic-b58ccdadfe1989b0cf1084e9ef5f3819d24574c13290c8b8e86986aec9401b78.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-BoldItalic-9b1362648212d8b0fea5685e1784d97436e742e5865ca2abe7e35999796bde4e.woff2) format("woff2"), url(/assets/Lato-BoldItalic-605d1defa20f55064dfb49e487208ac7c6086ba2be893d5718e61f76c7943649.woff) format("woff"), url(/assets/Lato-BoldItalic-927275527eac2bdc4b351c7ebea0ca4e1fee53cf377ac54bb7cf19af8b64b32c.ttf) format("truetype");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-Italic-4c07d8e5ba589b4f610614e6b5dbff20269544ecef47998e7d7dd47391c40f0b.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-Italic-4c07d8e5ba589b4f610614e6b5dbff20269544ecef47998e7d7dd47391c40f0b.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-Italic-562ac9b5fdcce75a2ab14ccadc616f8a7777a5a2022b9b771921225d30c985b6.woff2) format("woff2"), url(/assets/Lato-Italic-0784ee57b780dab2b3ffd10ad3d03ec2c5bb70cb7f755a465f98b576afeda97b.woff) format("woff"), url(/assets/Lato-Italic-eaa9e195c3316687e2fc9eef8a15251a94377bcf689509858351b251e7598636.ttf) format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-Regular-0913feb135140cd5eca2d1f8ff9ce24ef546bbc9f3d986580c04407244a4d88d.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-Regular-0913feb135140cd5eca2d1f8ff9ce24ef546bbc9f3d986580c04407244a4d88d.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-Regular-ac623c4f4d28763b570eb344074ec263f6ea490b14587c7671e5c5bf2cdc7897.woff2) format("woff2"), url(/assets/Lato-Regular-2948d601d5eb46a709a30b3ce588c3eff186cbbde6eaf6be6e79a583fa54e2c7.woff) format("woff"), url(/assets/Lato-Regular-c662204107728519d8263eb10743cb696804842e22441f657ae0b092043dd94c.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_common.scss */
code {
  display: block;
  background-color: #272822;
  padding: 5px;
  color: white;
}

/* line 8, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_common.scss */
hr {
  border: 1px solid #e4eaec;
  color: #f2211d;
  margin: 10px auto 25px auto;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_buttons.scss */
.button {
  background-color: #f2211d;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
  padding: 5px 8px;
  font-size: 16px;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.button:active, .button:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.button.disabled, .button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.button:hover {
  background-color: #f5504d;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.button:active, .button:focus {
  background-color: #d0100c;
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.button:disabled {
  background-color: #f2211d;
}

/* line 6, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_buttons.scss */
.button.small {
  padding: 2px 9px;
  font-size: 12px;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_buttons.scss */
.button.large {
  padding: 10px;
  font-size: 18px;
}

/* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_buttons.scss */
.button.action {
  margin-right: 4px;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_grid.scss */
.columns {
  display: flex;
  flex-wrap: wrap;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_columns.scss */
.columns {
  display: flex;
  flex-wrap: wrap;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments {
  margin-top: 20px;
}

/* line 43, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
.comments:after {
  content: '';
  display: block;
  clear: both;
}

/* line 5, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments h3 {
  margin: 0 0 10px 0;
}

/* line 9, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments .panel_contents .empty {
  margin-bottom: 10px;
  display: inline-block;
}

/* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) {
  margin-bottom: 20px;
  border: 1px solid #e4eaec;
}

/* line 18, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta {
  background-color: #f5f5f5;
  padding: 8px 10px;
}

/* line 22, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta .active_admin_comment_author {
  margin: 0;
  display: inline-block;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta span {
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
}

/* line 33, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"] {
  background-color: #f2211d;
  color: white;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
  padding: 2px 9px;
  font-size: 12px;
  float: right;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:active, .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a.disabled[data-method="delete"], .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:hover {
  background-color: #f5504d;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:active, .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:focus {
  background-color: #d0100c;
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:disabled {
  background-color: #f2211d;
}

/* line 41, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_body {
  padding: 0 10px;
}

/* line 46, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_comments.scss */
.comments .pagination_information {
  margin-bottom: 20px;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_date_picker.scss */
#ui-datepicker-div {
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 3 !important;
  padding: 8px 10px;
}

/* line 9, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header {
  margin-bottom: 10px;
}

/* line 43, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
#ui-datepicker-div .ui-datepicker-header:after {
  content: '';
  display: block;
  clear: both;
}

/* line 13, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background-color: #f2211d;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 14px;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #f5504d;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus {
  background-color: #d0100c;
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:disabled {
  background-color: #f2211d;
}

/* line 19, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}

/* line 33, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-calendar td {
  border: none;
  text-align: center;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_dialogs.scss */
.ui-dialog {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px 10px;
  z-index: 1;
}

/* line 8, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_dialogs.scss */
.ui-dialog:focus, .ui-dialog:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

/* line 13, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_dialogs.scss */
.ui-dialog .ui-button {
  background-color: #f2211d;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
  border: 0;
  margin-right: 5px;
  padding: 5px 10px;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button:active, .ui-dialog .ui-button:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button.disabled, .ui-dialog .ui-button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button:hover {
  background-color: #f5504d;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button:active, .ui-dialog .ui-button:focus {
  background-color: #d0100c;
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button:disabled {
  background-color: #f2211d;
}

/* line 20, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_dialogs.scss */
.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_flash.scss */
.flash {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #76838f;
  color: #fff;
}

/* line 9, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_flash.scss */
.flash_alert, .flash_error {
  background-color: #dc4747;
  color: #fff;
}

/* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_flash.scss */
.flash_warning {
  background-color: #f2a654;
  color: #fff;
}

/* line 19, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_flash.scss */
.flash_notice {
  background-color: #46be8a;
  color: #fff;
}

/* line 24, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_flash.scss */
.flash_info {
  background-color: #57c7d4;
  color: #fff;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
.label {
  display: inline-block;
  margin-bottom: 5px;
}

/* line 6, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
.input {
  margin-bottom: 20px;
}

/* line 9, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
.input.hidden {
  margin: 0;
}

/* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form li {
  list-style: none;
}

/* line 20, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form legend:not(.label) {
  margin-bottom: 28px;
  font-size: 18px;
  display: block;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

/* line 30, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form .error input, #active_admin_content form .error select, #active_admin_content form .error textarea {
  border-color: #dc4747;
  background-color: rgba(220, 71, 71, 0.1);
}

/* line 36, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form input.error:not([disabled]):not([type="submit"]), #active_admin_content form select.error, #active_admin_content form textarea.error {
  border-color: #dc4747;
  background-color: rgba(220, 71, 71, 0.1);
}

/* line 41, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form .inline-hints {
  margin: 5px 0 20px 25%;
  font-size: 14px;
  font-style: italic;
}

/* line 47, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form .inline-errors, #active_admin_content form label.error {
  color: #dc4747;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 54, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form label.error {
  display: block;
  margin-left: 25%;
}

/* line 60, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form .actions .action {
  display: inline-block;
  margin-right: 10px;
}

/* line 64, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form .actions .action input[type="submit"] {
  line-height: 43px;
}

/* line 69, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_form.scss */
#active_admin_content form .actions .cancel {
  display: inline-block;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="date"], input[type="datetime-local"],
input[type="month"], input[type="range"], input[type="search"],
input[type="time"], input[type="url"], input[type="week"],
input[type="number"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #5a5a5a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4eaec;
  outline: 0;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus,
input[type="tel"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus,
input[type="month"]:focus, input[type="range"]:focus, input[type="search"]:focus,
input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus,
input[type="number"]:focus, textarea:focus {
  border-color: #f2211d;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/* line 29, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled,
input[type="tel"]:disabled, input[type="date"]:disabled, input[type="datetime-local"]:disabled,
input[type="month"]:disabled, input[type="range"]:disabled, input[type="search"]:disabled,
input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled,
input[type="number"]:disabled, textarea:disabled {
  opacity: 0.6;
}

/* line 33, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="text"]:-webkit-autofill, input[type="text"]:-webkit-autofill:hover, input[type="text"]:-webkit-autofill:focus, input[type="email"]:-webkit-autofill, input[type="email"]:-webkit-autofill:hover, input[type="email"]:-webkit-autofill:focus, input[type="password"]:-webkit-autofill, input[type="password"]:-webkit-autofill:hover, input[type="password"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill:focus, input[type="date"]:-webkit-autofill, input[type="date"]:-webkit-autofill:hover, input[type="date"]:-webkit-autofill:focus, input[type="datetime-local"]:-webkit-autofill, input[type="datetime-local"]:-webkit-autofill:hover, input[type="datetime-local"]:-webkit-autofill:focus,
input[type="month"]:-webkit-autofill,
input[type="month"]:-webkit-autofill:hover,
input[type="month"]:-webkit-autofill:focus, input[type="range"]:-webkit-autofill, input[type="range"]:-webkit-autofill:hover, input[type="range"]:-webkit-autofill:focus, input[type="search"]:-webkit-autofill, input[type="search"]:-webkit-autofill:hover, input[type="search"]:-webkit-autofill:focus,
input[type="time"]:-webkit-autofill,
input[type="time"]:-webkit-autofill:hover,
input[type="time"]:-webkit-autofill:focus, input[type="url"]:-webkit-autofill, input[type="url"]:-webkit-autofill:hover, input[type="url"]:-webkit-autofill:focus, input[type="week"]:-webkit-autofill, input[type="week"]:-webkit-autofill:hover, input[type="week"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill,
input[type="number"]:-webkit-autofill:hover,
input[type="number"]:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #5a5a5a;
}

/* line 39, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #f2211d;
  color: white;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
  width: 100%;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: none;
  cursor: pointer;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
input[type="submit"]:active, input[type="submit"]:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
input.disabled[type="submit"], input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
input[type="submit"]:hover {
  background-color: #f5504d;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #d0100c;
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
input[type="submit"]:disabled {
  background-color: #f2211d;
}

/* line 51, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="checkbox"] {
  height: 15px;
  width: 15px;
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
}

/* line 51, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
input[type="checkbox"]:focus {
  outline: 0;
}

/* line 63, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="checkbox"]:checked {
  border-color: #f2211d;
  background-color: #f2211d !important;
}

/* line 69, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #f2211d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 1px 5px 1px 1px;
  display: inline-flex;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
}

/* line 51, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
input[type="radio"]:focus {
  outline: 0;
}

/* line 80, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
input[type="radio"]:checked {
  background-color: #f2211d;
}

/* line 85, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4eaec;
  outline: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #5a5a5a;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

/* line 95, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
select:focus {
  border-color: #f2211d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/* line 101, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* line 106, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_inputs.scss */
textarea {
  min-height: 80px;
  height: auto;
  padding: 5px 10px;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_pagination.scss */
.pagination {
  font-size: 13px;
  margin-bottom: 10px;
}

/* line 5, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_pagination.scss */
.pagination .page {
  text-align: center;
}

/* line 9, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_pagination.scss */
.pagination .page a, .pagination .next a, .pagination .last a, .pagination .first a, .pagination .prev a {
  padding: .3rem .4rem;
  color: #5a5a5a;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
}

/* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_pagination.scss */
.pagination .page a:hover, .pagination .next a:hover, .pagination .last a:hover, .pagination .first a:hover, .pagination .prev a:hover {
  color: #f2211d;
}

/* line 18, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_pagination.scss */
.pagination .page.current {
  background-color: #f2211d;
  color: #fff;
  border-radius: 3px;
  padding: .3rem .4rem;
  cursor: normal;
}

/* line 3, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_panel_contents.scss */
.panel_contents .paginated_collection #index_footer {
  margin: 10px;
  text-align: right;
  font-size: 12px;
}

/* line 10, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_panel_contents.scss */
.panel_contents th {
  text-align: left;
  padding: 8px;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  color: #5a5a5a;
  font-size: 14px;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-container .select2-selection--single {
  height: 36px;
  outline: 0;
}

/* line 12, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

/* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-container--default .select2-selection--single {
  border-color: #e4eaec;
}

/* line 20, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

/* line 24, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-dropdown {
  border-color: #e4eaec;
}

/* line 28, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f2211d;
}

/* line 32, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e4eaec;
}

/* line 36, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eee;
}

/* line 40, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding-left: 12px;
}

/* line 44, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-results {
  font-size: 14px;
}

/* line 48, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_select2.scss */
.select2-results__option {
  padding-left: 12px;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_status_tag.scss */
.status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
  border-radius: 3px;
}

/* line 10, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_status_tag.scss */
.status_tag.ok, .status_tag.published, .status_tag.complete, .status_tag.completed, .status_tag.green, .status_tag.yes {
  background-color: #46be8a;
}

/* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_status_tag.scss */
.status_tag.cancel, .status_tag.red, .status_tag.no {
  background-color: #dc4747;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* line 5, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
table:not(.index_table) {
  border-radius: 3px;
  margin-bottom: 10px;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
thead tr {
  border: 1px solid #e4eaec;
  background-color: #e4eaec;
}

/* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
thead th {
  font-size: 12px;
  text-align: left;
}

/* line 20, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
thead th a {
  color: #526069;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  padding: 4px 20px 4px 4px;
}

@media screen and (min-width: 768px) {
  /* line 20, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
  thead th a {
    padding: 8px 20px 8px 8px;
  }
}

/* line 32, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
thead th.col-selectable {
  padding-left: 4px;
}

@media screen and (min-width: 768px) {
  /* line 32, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
  thead th.col-selectable {
    padding-left: 8px;
  }
}

/* line 42, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
tbody tr th {
  font-size: 14px;
}

/* line 46, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
tbody tr td {
  padding: 4px;
  vertical-align: middle;
  color: #5a5a5a;
  font-size: 12px;
}

/* line 52, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
tbody tr td.col-actions {
  padding: 6px 8px;
}

@media screen and (min-width: 768px) {
  /* line 46, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
  tbody tr td {
    padding: 8px;
  }
}

/* line 64, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
.index_as_table tbody tr {
  border: 1px solid #e4eaec;
}

/* line 67, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tables.scss */
.index_as_table tbody tr:hover {
  background-color: rgba(228, 234, 236, 0.3);
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tabs.scss */
.tabs.ui-tabs {
  border: 1px solid #e4eaec;
}

/* line 4, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tabs.scss */
.tabs.ui-tabs .nav {
  border-bottom: 1px solid #e4eaec;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tabs.scss */
.tabs.ui-tabs .nav li {
  display: inline-block;
  text-align: center;
}

/* line 51, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
.tabs.ui-tabs .nav li:focus {
  outline: 0;
}

/* line 12, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tabs.scss */
.tabs.ui-tabs .nav li a {
  color: #5a5a5a;
  display: inline-block;
  padding: 15px 25px;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
}

/* line 51, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
.tabs.ui-tabs .nav li a:focus {
  outline: 0;
}

/* line 20, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tabs.scss */
.tabs.ui-tabs .nav li.ui-tabs-active {
  border-bottom: 2px solid #f2211d;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tabs.scss */
.tabs.ui-tabs .nav li.ui-tabs-active a {
  color: #f2211d;
}

/* line 30, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_tabs.scss */
.tabs.ui-tabs .tab-content {
  padding: 10px 20px;
}

/* line 12, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_toggle.scss */
.toggle-bool-switches-container {
  display: flex;
  text-align: left;
}

/* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_toggle.scss */
.toggle-bool-switches-container span {
  line-height: 0;
}

/* line 20, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_toggle.scss */
.toggle-bool-switches-container .toggle-bool-switch {
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 40px;
  height: 20px;
  background-color: #ddd;
  border-radius: 100vw;
  cursor: pointer;
  transition: 200ms ease-out;
}

/* line 38, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_toggle.scss */
.toggle-bool-switches-container .toggle-bool-switch::before {
  height: auto;
  width: auto;
  background-image: none;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  transition: 200ms ease-out;
}

/* line 60, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_toggle.scss */
.toggle-bool-switches-container .toggle-bool-switch.on {
  background-image: none;
  background: #f2211d;
}

/* line 66, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/components/_toggle.scss */
.toggle-bool-switches-container .toggle-bool-switch.on::before {
  left: 3px;
  background-color: #fff;
  transform: translateX(calc(( 40px - 20px )));
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar {
  width: 230px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}

@media screen and (min-width: 1400px) {
  /* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
  #sidebar {
    width: 270px;
  }
}

/* line 12, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section {
  padding: 15px 20px;
}

/* line 15, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section h3 {
  margin: 0 0 10px 0;
}

/* line 19, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section .label {
  display: block;
  text-align: left;
}

/* line 24, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section .input {
  margin-bottom: 10px;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section .input input, #sidebar .sidebar_section .input select {
  height: 30px;
  padding: 3px 5px;
  font-size: 12px;
}

/* line 35, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section .select_and_search input, #sidebar .sidebar_section .select_and_search select {
  width: 50%;
  display: inline-block;
}

/* line 40, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section .select_and_search input {
  float: right;
}

/* line 45, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section .filter_select select {
  width: 100%;
}

/* line 49, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section .filter_date_range input {
  width: 50%;
  display: inline-block;
}

/* line 54, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section .filter_date_range input:nth-child(2) {
  float: right;
}

/* line 59, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section input[type="submit"] {
  width: auto;
  line-height: 31px;
  margin-right: 10px;
}

/* line 65, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .sidebar_section.panel {
  position: relative;
}

/* line 70, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar #search-status-_sidebar_section {
  font-size: 14px;
}

/* line 75, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
#sidebar .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

/* line 85, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_filter.scss */
.search_select_filter .select2.select2-container, .filter_boolean .select2.select2-container {
  width: 100% !important;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_footer.scss */
.footer {
  display: inline-block;
  padding: 0 15px;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
body.active_admin.logged_in {
  padding-top: 50px;
}

@media screen and (min-width: 576px) {
  /* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  body.active_admin.logged_in {
    padding-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  /* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  body.active_admin.logged_in {
    padding-left: 200px;
  }
}

@media screen and (min-width: 1400px) {
  /* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  body.active_admin.logged_in {
    padding-left: 250px;
  }
}

/* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
body.active_admin.logged_in #active_admin_content {
  padding: 20px 0;
}

/* line 43, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
body.active_admin.logged_in #active_admin_content:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 992px) {
  /* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  body.active_admin.logged_in #active_admin_content {
    padding: 20px 25px;
  }
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header .site_title {
  width: 160px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 576px) {
  /* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header .site_title {
    width: 200px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1400px) {
  /* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header .site_title {
    width: 250px;
  }
}

/* line 51, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header .site_title #site_title_image {
  height: 100%;
  padding: 6px 0;
}

/* line 57, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  width: calc(100% - 160px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  text-align: right;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

/* line 71, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "";
  display: inline;
  visibility: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  color: #5a5a5a;
  padding: 15px 0;
  text-align: center;
  width: 40px;
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  /* line 57, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav {
    height: 60px;
    width: calc(100% - 200px);
  }
  /* line 91, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav:before {
    padding: 20px 0;
  }
}

@media screen and (min-width: 992px) {
  /* line 97, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav:before {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  /* line 57, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav {
    width: calc(100% - 250px);
  }
}

/* line 106, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav li {
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
}

/* line 110, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav li:hover {
  background-color: #f5f5f5;
}

/* line 114, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav li:active {
  background-color: #f0f0f0;
}

/* line 120, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav #current_user a {
  color: transparent;
  position: relative;
  width: 50px;
  height: 49px;
  display: inline-block;
}

/* line 127, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav #current_user a:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "";
  display: inline;
  visibility: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #5a5a5a;
  padding: 15px 0;
  text-align: center;
  width: 50px;
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  /* line 120, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav #current_user a {
    width: 60px;
    height: 59px;
  }
  /* line 147, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav #current_user a:before {
    padding: 20px 0;
    width: 60px;
  }
}

/* line 155, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav #logout {
  min-width: 50px;
  min-height: 49px;
  float: right;
}

/* line 160, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav #logout a {
  color: transparent;
  position: relative;
  width: 50px;
  display: block;
}

/* line 166, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
.header #utility_nav #logout a:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "";
  display: inline;
  visibility: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #5a5a5a;
  padding: 15px 0;
  text-align: center;
  width: 50px;
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  /* line 155, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav #logout {
    min-width: 60px;
    min-height: 59px;
  }
  /* line 188, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav #logout a {
    width: 60px;
    height: 59px;
  }
  /* line 192, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  .header #utility_nav #logout a:before {
    padding: 20px 0;
    width: 60px;
  }
}

/* line 202, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
#title_bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  margin: 15px 0 0 0;
  padding: 8px 10px;
}

/* line 43, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
#title_bar:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 992px) {
  /* line 202, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
  #title_bar {
    padding: 8px 20px;
    border-radius: 3px;
    margin: 15px 25px 0 25px;
  }
}

/* line 215, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
#title_bar #titlebar_left {
  display: inline-block;
  float: left;
  line-height: 29px;
}

/* line 220, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
#title_bar #titlebar_left h2 {
  display: inline-block;
  font-size: 16px;
}

/* line 226, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
#title_bar #titlebar_right {
  display: inline-block;
  float: right;
}

/* line 230, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
#title_bar #titlebar_right .action_item a {
  background-color: #f2211d;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
  padding: 5px 8px;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a:active, #title_bar #titlebar_right .action_item a:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a.disabled, #title_bar #titlebar_right .action_item a:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a:hover {
  background-color: #f5504d;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a:active, #title_bar #titlebar_right .action_item a:focus {
  background-color: #d0100c;
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a:disabled {
  background-color: #f2211d;
}

/* line 236, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_header.scss */
#title_bar #page_title {
  font-weight: normal;
  margin: 0;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_main_content.scss */
#main_content_wrapper {
  float: left;
  width: 100%;
}

/* line 43, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_prefix_mixins.scss */
#main_content_wrapper:after {
  content: '';
  display: block;
  clear: both;
}

/* line 8, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_main_content.scss */
#active_admin_content.with_sidebar #main_content_wrapper {
  width: 100%;
}

@media screen and (min-width: 576px) {
  /* line 12, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_main_content.scss */
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

@media screen and (min-width: 992px) {
  /* line 19, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_main_content.scss */
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    margin-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  /* line 25, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_main_content.scss */
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    margin-right: 20px;
  }
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_main_content.scss */
#main_content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  padding: 15px 10px;
}

@media screen and (max-width: 576px) {
  /* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_main_content.scss */
  #main_content {
    overflow-x: scroll;
  }
}

@media screen and (min-width: 992px) {
  /* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_main_content.scss */
  #main_content {
    padding: 20px;
    border-radius: 3px;
  }
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs {
  width: 200px;
  height: calc(100% - 60px);
  position: fixed;
  top: 50px;
  background-color: #f5f5f5;
  border-right: 1px solid #e6e6e6;
  z-index: 1;
  overflow: auto;
  left: -200px;
  transition: .5s;
  transition-timing-function: ease-in-out;
}

/* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs.tabs_open {
  left: 0;
}

@media screen and (min-width: 576px) {
  /* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
  .header #tabs {
    top: 60px;
  }
}

@media screen and (min-width: 992px) {
  /* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
  .header #tabs {
    left: 0px !important;
  }
}

@media screen and (min-width: 1400px) {
  /* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
  .header #tabs {
    width: 250px;
  }
}

/* line 30, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li {
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
}

/* line 36, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #5a5a5a;
  padding: 0 20px;
}

/* line 43, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li a:hover {
  background-color: #f0f0f0;
}

/* line 49, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.current a {
  color: #f2211d;
}

/* line 55, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested > a:nth-child(1) {
  position: relative;
}

/* line 58, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested > a:nth-child(1):after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "";
  display: inline;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5a5a5a;
}

/* line 69, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested ul {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #eee;
  padding: 10px 0;
  cursor: auto;
  display: none;
}

/* line 77, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested ul a {
  padding: 0px 15px 0px 35px;
  color: #5a5a5a;
}

/* line 81, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested ul a:hover {
  background-color: #e7e7e7;
}

@media screen and (min-width: 1400px) {
  /* line 77, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
  .header #tabs li.has_nested ul a {
    padding: 0px 15px 0px 40px;
  }
}

/* line 90, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested ul .current a {
  color: #f2211d;
}

/* line 96, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested.open > a:nth-child(1), .header #tabs li.has_nested.current > a:nth-child(1) {
  position: relative;
}

/* line 99, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested.open > a:nth-child(1):after, .header #tabs li.has_nested.current > a:nth-child(1):after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "";
}

/* line 104, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested.open > ul, .header #tabs li.has_nested.current > ul {
  display: block;
}

/* line 1, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_wrapper.scss */
#wrapper {
  display: flex;
  flex-direction: column;
}

/* line 5, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/layouts/_wrapper.scss */
#wrapper .flashes {
  order: -1;
}

/* line 3, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
  width: calc(100% - 230px);
}

@media screen and (min-width: 576px) {
  /* line 3, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
  body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  /* line 3, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
  body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 0;
    width: calc(100% - 270px);
  }
}

/* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
body.logged_in.new #active_admin_content.with_sidebar #sidebar, body.logged_in.edit #active_admin_content.with_sidebar #sidebar, body.logged_in.create #active_admin_content.with_sidebar #sidebar, body.logged_in.update #active_admin_content.with_sidebar #sidebar {
  display: inline-block;
}

/* line 19, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
body.logged_in.new #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.edit #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.create #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.update #active_admin_content.with_sidebar #sidebar tr:hover {
  background: rgba(243, 247, 249, 0.3);
}

/* line 5, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new form legend, body.logged_in.edit form legend, body.logged_in.create form legend, body.logged_in.update form legend {
  font-weight: normal;
}

/* line 9, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new fieldset.inputs, body.logged_in.edit fieldset.inputs, body.logged_in.create fieldset.inputs, body.logged_in.update fieldset.inputs {
  margin-bottom: 20px;
}

/* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
  padding-bottom: 5px;
  text-align: left;
  margin: auto 0;
  padding-top: 8px;
  text-align: right;
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  /* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
  body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
    padding-bottom: 0;
    height: 25px;
    width: 25%;
    float: left;
    padding-right: 20px;
  }
}

@media screen and (min-width: 576px) {
  /* line 30, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
  body.logged_in.new .input input, body.logged_in.new .input textarea, body.logged_in.edit .input input, body.logged_in.edit .input textarea, body.logged_in.create .input input, body.logged_in.create .input textarea, body.logged_in.update .input input, body.logged_in.update .input textarea {
    width: 50%;
  }
}

/* line 35, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input input[type='radio'], body.logged_in.new .input textarea[type='radio'], body.logged_in.edit .input input[type='radio'], body.logged_in.edit .input textarea[type='radio'], body.logged_in.create .input input[type='radio'], body.logged_in.create .input textarea[type='radio'], body.logged_in.update .input input[type='radio'], body.logged_in.update .input textarea[type='radio'] {
  width: 15px;
  float: left;
  margin-top: 3px;
}

/* line 41, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input input[type='checkbox'], body.logged_in.new .input textarea[type='checkbox'], body.logged_in.edit .input input[type='checkbox'], body.logged_in.edit .input textarea[type='checkbox'], body.logged_in.create .input input[type='checkbox'], body.logged_in.create .input textarea[type='checkbox'], body.logged_in.update .input input[type='checkbox'], body.logged_in.update .input textarea[type='checkbox'] {
  width: 15px;
  margin: 0 5px -2px 0;
}

@media screen and (min-width: 576px) {
  /* line 47, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
  body.logged_in.new .input .select2-container, body.logged_in.edit .input .select2-container, body.logged_in.create .input .select2-container, body.logged_in.update .input .select2-container {
    width: 50% !important;
  }
}

/* line 52, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input .select2-container a, body.logged_in.edit .input .select2-container a, body.logged_in.create .input .select2-container a, body.logged_in.update .input .select2-container a {
  height: 30px;
  line-height: 30px;
}

/* line 58, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input select, body.logged_in.edit .input select, body.logged_in.create .input select, body.logged_in.update .input select {
  min-width: 50%;
  height: 30px;
}

/* line 63, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input select[multiple], body.logged_in.edit .input select[multiple], body.logged_in.create .input select[multiple], body.logged_in.update .input select[multiple] {
  height: 100px;
}

/* line 67, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input .fragment, body.logged_in.edit .input .fragment, body.logged_in.create .input .fragment, body.logged_in.update .input .fragment {
  margin-right: 10px;
}

/* line 70, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input .fragment label, body.logged_in.edit .input .fragment label, body.logged_in.create .input .fragment label, body.logged_in.update .input .fragment label {
  padding-right: 5px;
}

/* line 74, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input .fragment select, body.logged_in.edit .input .fragment select, body.logged_in.create .input .fragment select, body.logged_in.update .input .fragment select {
  min-width: auto;
}

/* line 79, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input.boolean, body.logged_in.edit .input.boolean, body.logged_in.create .input.boolean, body.logged_in.update .input.boolean {
  margin-left: 25%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 83, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input.boolean input, body.logged_in.edit .input.boolean input, body.logged_in.create .input.boolean input, body.logged_in.update .input.boolean input {
  width: auto;
}

/* line 87, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input.boolean label, body.logged_in.edit .input.boolean label, body.logged_in.create .input.boolean label, body.logged_in.update .input.boolean label {
  font-size: 14px;
  cursor: pointer;
  padding: 5px 5px 5px 0;
}

/* line 93, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input.boolean input[type='checkbox'], body.logged_in.edit .input.boolean input[type='checkbox'], body.logged_in.create .input.boolean input[type='checkbox'], body.logged_in.update .input.boolean input[type='checkbox'] {
  width: 15px;
  margin: 0 5px -2px 0;
}

/* line 99, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input li.fragment, body.logged_in.edit .input li.fragment, body.logged_in.create .input li.fragment, body.logged_in.update .input li.fragment {
  display: inline;
}

/* line 103, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input li.choice, body.logged_in.edit .input li.choice, body.logged_in.create .input li.choice, body.logged_in.update .input li.choice {
  margin-left: 25%;
}

/* line 106, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input li.choice .field_with_errors, body.logged_in.edit .input li.choice .field_with_errors, body.logged_in.create .input li.choice .field_with_errors, body.logged_in.update .input li.choice .field_with_errors {
  float: left;
}

/* line 111, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .input .inline-errors, body.logged_in.edit .input .inline-errors, body.logged_in.create .input .inline-errors, body.logged_in.update .input .inline-errors {
  padding-left: 25%;
}

/* line 116, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_form.scss */
body.logged_in.new .actions, body.logged_in.edit .actions, body.logged_in.create .actions, body.logged_in.update .actions {
  padding-left: 25%;
}

@use "sass:math";
/* line 5, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .resource_selection_toggle_cell, body.index .resource_selection_cell {
  display: flex;
}

/* line 9, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools {
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 13, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools:after {
  content: '';
  display: block;
  clear: both;
}

/* line 19, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools input[type='checkbox'] {
  display: flex;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools .collection_selection_toggle_all {
  display: flex !important;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools .batch_actions_selector {
  display: inline-block;
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools .dropdown_menu_button {
  background-color: #fff;
  color: #f2211d;
  border: 1px solid #f2211d;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
  padding: 6px 25px 6px 10px;
  position: relative;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button.disabled, body.index .table_tools .dropdown_menu_button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 43, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:hover {
  color: #fff;
  background-color: #f2211d;
}

/* line 48, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  background-color: #d0100c;
  color: #fff;
}

/* line 59, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "";
  position: absolute;
  right: 8px;
}

/* line 65, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  background-color: #d0100c;
  color: #fff;
}

/* line 70, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button.disabled, body.index .table_tools .dropdown_menu_button:disabled {
  color: #76838f;
  background-color: #f3f7f9;
  border-color: #f3f7f9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 35, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools .dropdown_menu_list {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: absolute;
  z-index: 1;
}

/* line 45, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools .indexes.table_tools_segmented_control {
  display: flex;
  justify-content: right;
}

/* line 49, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools .indexes.table_tools_segmented_control a {
  background-color: #fff;
  color: #f2211d;
  border: 1px solid #f2211d;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .indexes.table_tools_segmented_control a:active, body.index .table_tools .indexes.table_tools_segmented_control a:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .indexes.table_tools_segmented_control a.disabled, body.index .table_tools .indexes.table_tools_segmented_control a:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 43, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .indexes.table_tools_segmented_control a:hover {
  color: #fff;
  background-color: #f2211d;
}

/* line 48, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .indexes.table_tools_segmented_control a:active, body.index .table_tools .indexes.table_tools_segmented_control a:focus {
  background-color: #d0100c;
  color: #fff;
}

/* line 53, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools .indexes.table_tools_segmented_control .index {
  margin-right: 4px;
}

/* line 55, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_tools .indexes.table_tools_segmented_control .index:last-child {
  margin-right: 0;
}

/* line 62, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .paginated_collection_contents {
  margin-bottom: 20px;
  overflow-x: auto;
}

/* line 67, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index #index_footer {
  font-size: 14px;
}

/* line 71, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .sortable {
  position: relative;
}

/* line 74, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .sortable:after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 87, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .sortable.sorted-desc:after {
  content: "\f0dd";
}

/* line 91, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .sortable.sorted-asc:after {
  content: "\f0de";
}

/* line 96, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_actions {
  margin-bottom: -4px;
}

/* line 99, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .table_actions .member_link {
  background-color: #f2211d;
  color: white;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
  padding: 4px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
}

/* line 7, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .member_link:active, body.index .table_actions .member_link:focus {
  outline: 0;
}

/* line 11, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .member_link.disabled, body.index .table_actions .member_link:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .member_link:hover {
  background-color: #f5504d;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .member_link:active, body.index .table_actions .member_link:focus {
  background-color: #d0100c;
}

/* line 31, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .member_link:disabled {
  background-color: #f2211d;
}

/* line 80, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope a {
  display: inline-block;
  color: #f2211d;
  border-top: 1px solid #f2211d;
  border-bottom: 1px solid #f2211d;
  float: left;
  padding: 6px 10px;
  border-right: 1px solid #f2211d;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
}

/* line 91, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope:first-child a {
  border-left: 1px solid #f2211d;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 97, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 103, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope:hover a {
  background-color: #f5504d;
  border-color: #f5504d;
  color: #fff;
}

/* line 111, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope:active a, body.index .scopes .scope:focus a, body.index .scopes .scope.selected a {
  background-color: #d0100c;
  border-color: #d0100c;
  color: #fff;
}

/* line 111, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index .scopes .scope a {
  margin-right: .25rem;
}

/* line 117, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index #sidebar {
  position: fixed;
  transition: .5s;
  transition-timing-function: ease-in-out;
  right: -230px;
}

/* line 123, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index #sidebar.sidebar_open {
  right: 0;
}

@media screen and (min-width: 1400px) {
  /* line 117, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
  body.index #sidebar {
    right: -270px;
  }
}

/* line 131, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_index.scss */
body.index #sidebar:before {
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: -40px;
  width: 40px;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "";
  font-size: 20px;
  padding: 15px 10px;
}

/* line 2, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
body.logged_out .flash {
  position: fixed;
}

/* line 6, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
body.logged_out #active_admin_content {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login {
  width: 100%;
  margin: auto;
  background-color: white;
  border-top: 3px solid #f2211d;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #5a5a5a;
  padding: 20px;
}

@media screen and (min-width: 400px) {
  /* line 14, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
  #login {
    border-radius: 3px;
    width: 400px;
    padding: 30px;
  }
}

/* line 29, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login h2 {
  text-align: center;
}

/* line 33, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

/* line 39, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login .input.boolean {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 41, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login .input.boolean label {
  font-size: 15px;
  cursor: pointer;
  padding: 5px 5px 5px 0;
}

/* line 47, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login .input.boolean input[type='checkbox'] {
  width: 15px;
  margin: 0 5px -2px 0;
}

/* line 53, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login a {
  margin-top: 10px;
  display: inline-block;
}

/* line 58, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login .input_action {
  min-width: 50%;
}

/* line 62, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/pages/_login.scss */
#login input[type="submit"] {
  line-height: 43px;
}

/* line 3, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
body.show #active_admin_content.with_sidebar #main_content_wrapper {
  width: calc(100% - 230px);
}

@media screen and (min-width: 576px) {
  /* line 3, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
  body.show #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  /* line 3, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
  body.show #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 0;
    width: calc(100% - 270px);
  }
}

/* line 16, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
body.show #active_admin_content.with_sidebar #sidebar {
  display: inline-block;
}

/* line 19, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/mixins/_sidebar_mixins.scss */
body.show #active_admin_content.with_sidebar #sidebar tr:hover {
  background: rgba(243, 247, 249, 0.3);
}

/* line 17, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_base.scss */
body {
  font-family: "LatoWeb", Arial, sans-serif;
  background-color: #eee;
  color: #5a5a5a;
}

/* line 23, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* line 27, ../usr/local/bundle/gems/arctic_admin-4.2.3/app/assets/stylesheets/arctic_admin/_base.scss */
a {
  color: #f2211d;
  text-decoration: none;
}

/* line 1, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
/* line 2, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}

/* line 57, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

/* line 68, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

/* line 71, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 81, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}

/* line 90, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

/* line 93, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

/* line 96, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 100, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

/* line 103, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}

/* line 116, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 119, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 123, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 127, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

/* line 131, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 134, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 137, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 141, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 145, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 149, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 153, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 157, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

/* line 165, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

/* line 176, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}

/* line 184, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 188, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 193, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 198, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 205, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 208, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 213, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 217, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 221, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 225, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 232, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

/* line 235, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 239, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}

/* line 247, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 254, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 266, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 270, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 273, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}

/* line 287, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 301, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 306, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 316, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

/* line 324, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 331, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 334, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 337, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

/* line 345, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 348, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

/* line 352, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 358, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 364, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 367, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

/* line 375, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 378, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 384, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

/* line 388, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 395, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 401, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 404, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 409, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 413, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 418, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 422, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}

/* line 433, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 437, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

/* line 443, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 446, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 450, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 453, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 457, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 461, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/* line 479, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 483, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 489, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 492, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 496, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 500, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 506, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 509, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 513, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 517, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 523, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 526, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/* line 548, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

/* line 561, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

/* line 565, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 570, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 582, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
/* line 600, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
/* line 608, ../usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

/* line 1, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

/* line 110, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* line 6, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
form.filter_form .filter_form_field.filter_date_time_range .seperator {
  display: inline-block;
  text-align: center;
  width: auto;
}

/* line 12, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
form.filter_form .filter_form_field.filter_date_time_range input[type=text] {
  width: auto-2;
}

/* line 21, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_label i:hover,
div.xdsoft_datetimepicker .xdsoft_today_button:hover,
div.xdsoft_datetimepicker .xdsoft_next:hover,
div.xdsoft_datetimepicker .xdsoft_prev:hover {
  background-color: #666;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 28, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_label i:hover {
  background-position: -92px -19px;
}

/* line 31, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_today_button:hover {
  background-position: -70px 0;
}

/* line 34, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_next:hover {
  background-position: 0 0;
}

/* line 37, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_prev:hover {
  background-position: -20px 0;
}

/* line 40, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover {
  background-position: -40px -15px;
}

/* line 43, ../usr/local/bundle/gems/active_admin_datetimepicker-1.0.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover {
  background-position: -40px 0;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 147, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 186, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 211, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 217, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker th.month {
  width: auto;
}

/* line 221, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 227, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 240, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 261, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 276, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 282, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 289, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 293, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 299, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 303, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 310, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 316, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 320, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 327, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker {
    width: auto;
  }
  /* line 329, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 331, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 333, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 335, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }
  /* line 337, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }
  /* line 339, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  /* line 342, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 345, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 349, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  /* line 351, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 355, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  /* line 357, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  /* line 359, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  /* line 362, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  /* line 365, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 369, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  /* line 371, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 375, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }
  /* line 377, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  /* line 381, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 383, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .ranges {
    float: left;
  }
  /* line 385, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 387, ../usr/local/bundle/gems/bootstrap-daterangepicker-rails-3.0.4/vendor/assets/stylesheets/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2em;
  list-style-type: none;
}

/* line 8, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2em;
  width: 2em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.7142857143em;
}

/* line 4, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 4, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */
/* line 7, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 13, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element, .fr-element:focus {
  outline: 0 solid transparent;
}

/* line 26, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view.fr-element-scroll-visible {
  overflow-x: visible !important;
}

/* line 29, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 36, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic .fr-element {
  font-family: sans-serif;
  color: #414141;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 60px;
  text-align: left;
}

/* line 48, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}

/* line 51, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}

/* line 56, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

/* line 63, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 70, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element [contenteditable="true"] {
  outline: 0 solid transparent;
}

/* line 73, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #FFF;
  color: #333333;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

/* line 106, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #333333;
}

/* line 112, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 40px;
}

/* line 115, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}

/* line 117, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}

/* line 120, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn:hover svg {
  fill: #333333;
}

/* line 122, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 128, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 138, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper {
  position: relative;
  z-index: 1;
}

/* line 141, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 146, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 14px;
  color: #AAA;
  font-family: sans-serif;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* line 157, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 161, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper ::-moz-selection {
  background: rgba(181, 214, 253, 0.8);
  color: #000;
}

/* line 164, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper ::selection {
  background: rgba(181, 214, 253, 0.8);
  color: #000;
}

/* line 168, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic .fr-wrapper {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-bottom-color: #efefef;
  top: 0;
  left: 0;
}

/* line 175, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
}

/* line 177, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (min-width: 992px) {
  /* line 187, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box.fr-document {
    min-width: 21cm;
  }
  /* line 189, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box.fr-document .fr-wrapper {
    text-align: left;
    padding: 30px;
    min-width: 21cm;
    background: #efefef;
  }
  /* line 194, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box.fr-document .fr-wrapper .fr-element {
    text-align: left;
    background: #FFF;
    width: 21cm;
    margin: auto;
    min-height: 26cm !important;
    padding: 1cm 2cm;
    overflow: visible;
    z-index: auto;
  }
  /* line 203, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box.fr-document .fr-wrapper .fr-element hr {
    margin-left: -2cm;
    margin-right: -2cm;
    background: #efefef;
    height: 1cm;
    outline: none;
    border: none;
  }
  /* line 210, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box.fr-document .fr-wrapper .fr-element img {
    z-index: 1;
  }
}

/* line 212, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #222222;
  color: #FFF;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 247, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 253, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-btn-wrap, .fr-popup .fr-btn-wrap, .fr-modal .fr-btn-wrap {
  float: left;
  white-space: nowrap;
  position: relative;
}

/* line 257, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-btn-wrap.fr-hidden, .fr-popup .fr-btn-wrap.fr-hidden, .fr-modal .fr-btn-wrap.fr-hidden {
  display: none;
}

/* line 259, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
  background: transparent;
  color: #333333;
  -moz-outline: 0;
  outline: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 4px 2px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  height: 40px;
}

/* line 294, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 301, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-btn-hover, .fr-popup .fr-command.fr-btn.fr-btn-hover, .fr-modal .fr-command.fr-btn.fr-btn-hover {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 308, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .fr-popup .fr-command.fr-btn::-moz-focus-inner, .fr-modal .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 311, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-btn-text, .fr-popup .fr-command.fr-btn.fr-btn-text, .fr-modal .fr-command.fr-btn.fr-btn-text {
  width: auto;
}

/* line 313, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-modal .fr-command.fr-btn i, .fr-modal .fr-command.fr-btn svg {
  display: block;
  text-align: center;
  float: none;
  margin: 8px 7px;
  width: 24px;
}

/* line 319, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn svg.fr-svg, .fr-popup .fr-command.fr-btn svg.fr-svg, .fr-modal .fr-command.fr-btn svg.fr-svg {
  height: 24px;
}

/* line 321, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn svg path, .fr-popup .fr-command.fr-btn svg path, .fr-modal .fr-command.fr-btn svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  fill: #333333;
}

/* line 327, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn span.fr-sr-only, .fr-popup .fr-command.fr-btn span.fr-sr-only, .fr-modal .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 336, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn span, .fr-popup .fr-command.fr-btn span, .fr-modal .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 30px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 4px;
}

/* line 348, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn img, .fr-popup .fr-command.fr-btn img, .fr-modal .fr-command.fr-btn img {
  margin: 8px 7px;
  width: 24px;
}

/* line 351, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup, .fr-popup .fr-command.fr-btn.fr-btn-active-popup, .fr-modal .fr-command.fr-btn.fr-btn-active-popup {
  background: #d6d6d6;
}

/* line 353, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}

/* line 355, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown svg, .fr-modal .fr-command.fr-btn.fr-dropdown i, .fr-modal .fr-command.fr-btn.fr-dropdown span, .fr-modal .fr-command.fr-btn.fr-dropdown img, .fr-modal .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 3px;
  margin-right: 11px;
}

/* line 358, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .fr-popup .fr-command.fr-btn.fr-dropdown:after, .fr-modal .fr-command.fr-btn.fr-dropdown:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  right: 2px;
  top: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  content: "";
}

/* line 372, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
  fill: #333333;
  background: #d6d6d6;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

/* line 379, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
  background: #ebebeb;
  fill: #333333;
}

/* line 382, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
  border-top-color: #333333;
}

/* line 384, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
  border-top: 0;
  border-bottom: 4px solid #222222;
}

/* line 387, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled, .fr-popup .fr-command.fr-btn.fr-disabled, .fr-modal .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 394, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .fr-popup .fr-command.fr-btn.fr-disabled::after, .fr-modal .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd;
}

/* line 396, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden, .fr-modal .fr-command.fr-btn.fr-hidden {
  display: none;
}

/* line 398, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-tabs .fr-command.fr-btn, .fr-popup .fr-tabs .fr-command.fr-btn, .fr-modal .fr-tabs .fr-command.fr-btn {
  margin: 0;
  width: 46px;
  height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 408, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-tabs .fr-command.fr-btn.fr-active:not(:hover):not(:focus), .fr-toolbar .fr-tabs .fr-command.fr-btn.fr-active-tab:not(:hover):not(:focus), .fr-popup .fr-tabs .fr-command.fr-btn.fr-active:not(:hover):not(:focus), .fr-popup .fr-tabs .fr-command.fr-btn.fr-active-tab:not(:hover):not(:focus), .fr-modal .fr-tabs .fr-command.fr-btn.fr-active:not(:hover):not(:focus), .fr-modal .fr-tabs .fr-command.fr-btn.fr-active-tab:not(:hover):not(:focus) {
  background: #FFF;
}

/* line 410, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-tabs .fr-command.fr-btn span, .fr-popup .fr-tabs .fr-command.fr-btn span, .fr-modal .fr-tabs .fr-command.fr-btn span {
  height: 27px;
}

/* line 412, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-tabs .fr-command.fr-btn img, .fr-toolbar .fr-tabs .fr-command.fr-btn svg, .fr-popup .fr-tabs .fr-command.fr-btn img, .fr-popup .fr-tabs .fr-command.fr-btn svg, .fr-modal .fr-tabs .fr-command.fr-btn img, .fr-modal .fr-tabs .fr-command.fr-btn svg {
  margin: 8px 11px;
  width: 24px;
  height: 24px;
}

/* line 416, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
  fill: #0098f7;
}

/* line 418, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active, .fr-popup.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn.fr-active, .fr-modal.fr-disabled .fr-btn, .fr-modal.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 424, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

/* line 426, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left, .fr-popup.fr-rtl .fr-btn-grp.fr-float-left, .fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
  float: right;
}

/* line 428, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right, .fr-popup.fr-rtl .fr-btn-grp.fr-float-right, .fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
  float: left;
}

/* line 430, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn, .fr-toolbar.fr-rtl .fr-btn-wrap, .fr-popup.fr-rtl .fr-command.fr-btn, .fr-popup.fr-rtl .fr-btn-wrap, .fr-modal.fr-rtl .fr-command.fr-btn, .fr-modal.fr-rtl .fr-btn-wrap {
  float: right;
}

/* line 432, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 439, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 447, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}

/* line 453, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus, .fr-desktop .fr-command.fr-btn-hover, .fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #333333;
}

/* line 456, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command:hover:not(.fr-table-cell), .fr-desktop .fr-command:focus:not(.fr-table-cell), .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #ebebeb;
}

/* line 458, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command:hover::after, .fr-desktop .fr-command:focus::after, .fr-desktop .fr-command.fr-btn-hover::after, .fr-desktop .fr-command.fr-expanded::after {
  border-top-color: #333333;
}

/* line 460, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command.fr-selected:not(.fr-table-cell), .fr-desktop .fr-command:active {
  color: #333333;
  background: #d6d6d6;
}

/* line 463, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active.fr-btn-hover, .fr-desktop .fr-command.fr-active.fr-expanded {
  background: #ebebeb;
}

/* line 465, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command.fr-active:active {
  background: #d6d6d6;
}

/* line 467, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command.fr-disabled:hover, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}

/* line 469, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop.fr-disabled .fr-command:hover, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}

/* line 472, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
  background: #d6d6d6;
}

/* line 475, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px;
}

/* line 478, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn.fr-options.fr-btn-hover, .fr-command.fr-btn.fr-options:hover, .fr-command.fr-btn.fr-options:focus {
  border-left: solid 1px #FAFAFA;
  -webkit-transition: border-left 0s, background-color 0.5s;
  -moz-transition: border-left 0s, background-color 0.5s;
  -ms-transition: border-left 0s, background-color 0.5s;
  -o-transition: border-left 0s, background-color 0.5s;
}

/* line 484, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu {
  background: #FFF;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 504, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}

/* line 511, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  margin-top: 0;
  float: left;
  height: 0;
  margin-top: 0 !important;
}

/* line 528, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  position: relative;
}

/* line 530, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  min-width: 72px;
}

/* line 535, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

/* line 539, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 20px;
  line-height: 200%;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 553, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
  width: 24px;
  height: 24px;
  margin: 3px 4px;
}

/* line 557, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #333333;
}

/* line 559, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

/* line 561, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

/* line 564, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
  margin-left: 20px;
  font-weight: bold;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* line 570, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 576, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 584, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

/* line 587, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
body.fr-prevent-scroll {
  overflow: hidden;
}

/* line 589, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
body.fr-prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

/* line 593, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}

/* line 610, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

/* line 622, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #FFF;
  min-width: 300px;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  overflow: hidden;
  width: 90%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 642, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}

@media (min-width: 992px) {
  /* line 646, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 960px;
  }
}

/* line 649, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #FFF;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  border-bottom: solid #efefef 1px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

/* line 661, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
  height: 56px;
  padding: 0 10px;
}

/* line 664, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 669, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 20px;
  padding: 19px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}

/* line 677, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: auto;
  padding-bottom: 20px;
}

/* line 682, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}

/* line 684, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 705, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}

/* line 707, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

/* line 710, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

/* line 713, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}

/* line 716, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}

/* line 719, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639;
}

/* line 732, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
ol.decimal_type {
  counter-reset: item;
}

/* line 735, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
ol.decimal_type > li {
  display: block;
}

/* line 738, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
ol.decimal_type > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

/* line 742, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #FFF;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

/* line 773, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-icon {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  box-sizing: content-box;
  padding: 6px;
}

/* line 782, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-icon-container {
  padding: 20px;
  max-height: 200px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@supports not (-ms-high-contrast: none) {
  /* line 790, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-icon-container {
    grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
    display: grid;
  }
}

@media (min-width: 768px) {
  /* line 794, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-icon-container {
    min-width: 276px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 797, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-icon-container {
    display: inline-flex;
    -ms-flex-flow: row wrap;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  /* line 801, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-icon-container {
    width: 236px;
  }
}

/* line 803, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-focus {
  background: whitesmoke;
}

/* line 805, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
}

/* line 808, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-active {
  display: block;
}

/* line 810, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-hidden {
  display: none !important;
}

/* line 812, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-empty {
  display: none !important;
}

/* line 814, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-hs {
  display: block !important;
}

/* line 816, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}

/* line 818, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line {
  position: relative;
  padding: 15px 0;
}

/* line 821, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line input[type="number"], .fr-popup .fr-input-line textarea {
  width: 100%;
  margin-bottom: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #999999;
  color: #222222;
  font-size: 14px;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.5s, padding 0.5s;
  -moz-transition: border 0.5s, padding 0.5s;
  -ms-transition: border 0.5s, padding 0.5s;
  -o-transition: border 0.5s, padding 0.5s;
}

/* line 844, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line input[type="number"]:hover, .fr-popup .fr-input-line textarea:hover {
  border: solid 1px #515151;
}

/* line 846, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line input[type="number"]:focus, .fr-popup .fr-input-line textarea:focus {
  border: solid 2px #0098f7;
  padding: 3px 11px;
}

/* line 849, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line input[type="number"] {
  height: 46px;
}

/* line 851, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 29px;
  left: 12px;
  font-size: 14px;
  color: grey;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 3;
  display: block;
  background: #FFF;
  padding: 0;
  cursor: text;
}

/* line 866, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: gray;
  width: auto;
  left: 4px;
  padding: 0 4px;
  font-size: 11px;
  top: 9px;
}

/* line 873, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup input, .fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 887, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup textarea {
  resize: none;
}

/* line 889, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons {
  white-space: nowrap;
  line-height: 0;
}

/* line 892, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons .fr-btn {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  float: none;
}

/* line 897, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

/* line 899, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

/* line 902, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons.fr-tabs {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 912, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
    overflow: scroll;
    overflow-y: hidden;
    width: 276px;
  }
}

/* line 916, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons:not(.fr-tabs) {
  padding: 5px;
}

/* line 918, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-layer {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px;
  display: none;
}

@media (min-width: 768px) {
  /* line 932, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-layer {
    width: 260px;
  }
}

/* line 934, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

/* line 936, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

/* line 940, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 961, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}

/* line 963, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

/* line 966, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

/* line 969, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

/* line 971, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 100%;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

/* line 983, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

/* line 989, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

/* line 1008, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
  top: 7px;
  left: 7px;
}

/* line 1023, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:not(:checked) + span {
  border: solid 2px #999999;
}

/* line 1025, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:not(:checked):active + span {
  background-color: #f5f5f5;
}

/* line 1027, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:not(:checked):focus + span, .fr-popup .fr-checkbox input:not(:checked):hover + span {
  border-color: #515151;
}

/* line 1029, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:checked + span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

/* line 1032, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}

/* line 1034, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:checked:active + span {
  background-color: #EcF5Ff;
}

/* line 1036, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:checked:focus + span, .fr-popup .fr-checkbox input:checked:hover + span {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1041, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

/* line 1045, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

/* line 1049, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

/* line 1052, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

/* line 1054, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}

/* line 1057, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}

/* line 1060, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}

/* line 1067, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar {
  color: #222222;
  background: #FFF;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #CCCCCC;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.5s;
  -moz-transition: padding-bottom 0.5s;
  -ms-transition: padding-bottom 0.5s;
  -o-transition: padding-bottom 0.5s;
}

/* line 1098, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1103, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar::after {
  height: 0;
}

/* line 1105, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-newline {
  clear: both;
  display: block;
  content: "";
  margin-left: 9px;
  margin-right: 9px;
  background: #efefef;
  height: 1px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
}

/* line 1117, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-toolbar-open .fr-newline {
  height: 0;
}

/* line 1119, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-float-right {
  float: right;
}

/* line 1121, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-float-left {
  float: left;
}

/* line 1123, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-more-toolbar {
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* line 1142, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 48px;
}

/* line 1144, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-more-toolbar.fr-overflow-visible {
  overflow: visible;
}

/* line 1146, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 1149, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-btn-grp {
  display: inline-block;
  margin: 0 17px 0 12px;
}

@media (max-width: 768px) {
  /* line 1153, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-toolbar .fr-btn-grp {
    margin: 0 7px 0 6px;
  }
}

/* line 1155, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-open {
  margin-top: 10px;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1164, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
  background: #f5f5f5;
}

/* line 1166, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl {
  text-align: right;
}

/* line 1168, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline {
  display: none;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  white-space: nowrap;
  position: absolute;
  margin-top: 5px;
  z-index: 2147483630;
}

/* line 1178, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  border-top: 0;
}

/* line 1181, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-newline {
  height: 0;
}

/* line 1183, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-more-toolbar {
  position: absolute !important;
}

/* line 1185, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-more-toolbar.fr-expanded {
  position: relative !important;
}

/* line 1187, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-top {
  top: 0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1196, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1206, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-bottom .fr-newline {
  padding-top: 0;
  -webkit-transition: padding-top 0.5s;
  -moz-transition: padding-top 0.5s;
  -ms-transition: padding-top 0.5s;
  -o-transition: padding-top 0.5s;
}

/* line 1212, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
  padding-top: 48px;
  background: #FFF;
}

/* line 1215, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
  margin-top: -1px;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1224, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-sticky-on {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1232, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

/* line 1237, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator + .fr-separator {
  display: none;
}

/* line 1239, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator.fr-vs {
  height: 32px;
  width: 1px;
  margin: 8px 4px;
}

/* line 1243, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator.fr-hs {
  clear: both;
  width: calc(100% - (2 * 4px));
  margin: 0 4px;
  height: 1px;
}

/* line 1248, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator.fr-hidden {
  display: none !important;
}

/* line 1251, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-rtl .fr-separator {
  float: right;
}

/* line 1254, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

/* line 1257, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}

/* line 1261, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-second-toolbar {
  border: 1px solid #CCCCCC;
  border-top: 0;
  background: #FFF;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1272, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-second-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1278, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-second-toolbar:empty {
  min-height: calc(10px);
  position: relative;
  margin-top: calc(-1px);
  z-index: 2;
}

/* line 1284, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#fr-logo {
  float: left;
  outline: none;
}

/* line 1287, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#fr-logo > span {
  display: inline-block;
  float: left;
  font-family: sans-serif;
  padding: 11px 5px 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #b1b2b7;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

/* line 1299, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#fr-logo > svg {
  height: 20px;
  width: 47px;
  margin: 7px 0;
  cursor: pointer;
}

/* line 1304, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#fr-logo > svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
}

/* line 1309, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#fr-logo:hover > span, #fr-logo:focus > span {
  color: #0098f7;
}

/* line 1311, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#fr-logo:hover > svg .fr-logo, #fr-logo:focus > svg .fr-logo {
  fill: #0098f7;
}

/* line 1314, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-visibility-helper {
  display: none;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  /* line 1318, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}

@media (min-width: 992px) {
  /* line 1321, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  /* line 1324, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}

/* line 1327, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1333, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box {
  position: relative;
}

/**
 * Postion sticky hacks.
 */
/* line 1339, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* line 1346, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-off {
  position: relative;
}

/* line 1349, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-on {
  position: fixed;
  z-index: 10;
}

/* line 1352, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

/* line 1358, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-dummy {
  display: none;
}

/* line 1361, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box > .fr-sticky-dummy {
  display: block;
}

/* line 1364, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1374, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-highlight-change, .fr-highlight-change > img, .fr-highlight-change > .fr-video > video,
.fr-highlight-change > .fr-video > embed, .fr-highlight-change > .fr-video > iframe, .fr-highlight-change > .fr-embedly > .embedly-card > .embedly-card-hug > iframe,
.fr-highlight-change > p, .fr-view .fr-highlight-change > span:not(.fr-tracking-deleted) {
  background-color: #f3eec3;
  opacity: 0.5;
}

/* line 1380, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-highlight-change.fr-highlight-change > table td, .fr-highlight-change.fr-highlight-change > hr {
  border-color: #f3eec3;
}

/* line 1383, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-tracking-deleted.fr-tracking-deleted > table td, .fr-tracking-deleted.fr-tracking-deleted > hr {
  border-color: #dc3545;
}

/* line 1386, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-tracking-deleted img, .fr-tracking-deleted > .fr-video > video, .fr-tracking-deleted > .fr-video > iframe, .fr-tracking-deleted > .fr-embedly > .embedly-card > .embedly-card-hug > iframe {
  opacity: 0.5;
  background-color: #dc3545;
}

/* line 1390, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-tracking-deleted {
  background-color: #dc3545;
  text-decoration: line-through;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}

/* line 1397, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-highlight-change > .fr-video > iframe, .fr-tracking-deleted > .fr-video > iframe, .fr-highlight-change > .fr-video > video, .fr-tracking-deleted > .fr-video > video, .fr-highlight-change > .fr-video > embed, .fr-highlight-change > .fr-embedly > .embedly-card > .embedly-card-hug > iframe, .fr-tracking-deleted > .fr-embedly > .embedly-card > .embedly-card-hug > iframe {
  padding: 10px !important;
}

/* line 1400, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-tracking-deleted img, .fr-highlight-change img {
  border: 2px solid #f3eec3;
}

/* line 1403, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-highlight-change #isPasted *:not(table):not(tbody):not(tr):not(td) {
  opacity: 0.5;
  background-color: #f3eec3;
}

/* line 1407, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-highlight-change #isPasted > table td {
  opacity: 0.5;
  border-color: #f3eec3;
}

/* line 1411, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-track-hide {
  display: none;
}

/* line 1414, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-track-hide-mobile {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

/* line 1420, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-ios-mobile-disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 1425, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-bottom-extended {
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
}

/* line 1430, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.position-relative {
  position: relative !important;
}

/* line 1433, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1439, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1449, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-counter {
  padding: 10px;
  float: right;
  color: #999999;
  content: attr(data-chars);
  font-size: 14px;
  font-family: sans-serif;
  z-index: 1;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1463, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-rtl .fr-counter {
  left: 0;
  right: auto;
  border-left: none;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1474, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view .fr-counter {
  display: none;
}

/* line 1477, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1483, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1493, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New",monospace;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none;
}

/* line 1511, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}

/* line 1514, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .CodeMirror {
  display: none;
}

/* line 1517, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view textarea.fr-code {
  display: block;
}

/* line 1519, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
  display: none;
}

/* line 1521, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view .CodeMirror {
  display: block;
}

/* line 1524, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}

/* line 1526, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #FFF;
  color: #333333;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 8px 7px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 1562, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 24px;
  width: 24px;
  text-align: center;
}

/* line 1566, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}

/* line 1569, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1575, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1585, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-layer.fr-color-hex-layer {
  margin: 0;
  padding: 20px;
  padding-top: 0;
  float: left;
}

/* line 1590, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 15px 0 0;
}

/* line 1594, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 38px;
  height: 40px;
  padding: 17px 0 0;
  margin: 0;
}

/* line 1600, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 40px;
  width: 38px;
}

/* line 1610, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-separator + .fr-colors-tabs {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 1613, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}

/* line 1616, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set.fr-selected-set {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

/* line 1620, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

/* line 1626, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
  text-align: center;
  line-height: 32px;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

/* line 1637, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span > i path, .fr-popup .fr-color-set > span > svg path {
  fill: #222222;
}

/* line 1639, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span .fr-selected-color {
  color: #FFF;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}

/* line 1652, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span:hover, .fr-popup .fr-color-set > span:focus {
  outline: 1px solid #222222;
  z-index: 2;
}

/* line 1656, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

/* line 1662, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1668, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1678, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-drag-helper {
  background: #0098f7;
  height: 2px;
  margin-top: -1px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  z-index: 2147483640;
  display: none;
}

/* line 1689, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-drag-helper.fr-visible {
  display: block;
}

/* line 1692, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-dragging {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1698, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1704, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1714, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-emoticon {
  width: 24px;
  height: 24px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
}

/* line 1718, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-emoticon img {
  height: 24px;
  width: 24px;
}

/* line 1721, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
  padding: 0 0 0 14px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  /* line 1724, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-icon-container.fr-emoticon-container {
    width: 368px;
  }
}

/* line 1727, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1733, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1743, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

/* line 1755, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-upload-layer:hover {
  background: #ebebeb;
}

/* line 1757, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

/* line 1760, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 1775, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

/* line 1785, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-progress-bar-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1789, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 1793, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 1795, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 1802, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 1811, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 1819, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 1821, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

/* line 1849, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1855, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1865, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}

/* line 1869, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-height-auto {
  height: auto !important;
}

/* line 1872, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #53777a;
  display: inline-block !important;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  width: 20px;
  height: 20px;
  display: block !important;
  align-items: center;
}

/* line 1885, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-trim-button {
  margin-top: 5px;
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  border-radius: 5px;
  background-color: #eff5fa;
  outline: none;
}

/* line 1899, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-trim-button:hover {
  background: #ebebeb;
}

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

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

/* line 1913, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1926, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer.fr-active {
  display: block;
}

/* line 1928, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1943, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

/* line 1945, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

/* line 1947, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

/* line 1949, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

/* line 1951, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 1954, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 1957, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 1960, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 1963, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 1967, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  /* line 1970, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  /* line 1973, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  /* line 1976, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  /* line 1979, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

/* line 1983, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

/* line 1992, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-by-url-padding {
  padding: 11.5px 0;
}

/* line 1995, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-upload-progress-layer {
  border-radius: 0;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 15px;
  margin: auto !important;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100% !important;
  overscroll-behavior: contain;
}

/* line 2006, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-by-url-layer {
  width: calc(100% - 40px) !important;
}

/* line 2008, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-embed-layer {
  width: calc(100% - 40px) !important;
}

/* line 2010, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-upload-layer {
  border: dashed 2px #bdbdbd;
  margin: 20px;
  position: relative;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
  width: calc(100% - 40px) !important;
}

/* line 2019, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-upload-layer:hover {
  background: #ebebeb;
}

/* line 2021, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

/* line 2024, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 2039, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

/* line 2049, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-progress-bar-layer {
  width: calc(100% - 40px);
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-stretch;
  /* Mozilla-based browsers will ignore this. */
  width: stretch;
}

/* line 2056, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 2060, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 2062, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 2069, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 2078, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 2086, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 2088, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-files-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

/* line 2091, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

/* line 2094, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

/* line 2097, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-progress-bar-style {
  width: calc(100% - 40px);
}

/* line 2100, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-progress-bar {
  position: relative;
  background-color: #4CAF50;
  height: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-stretch;
  /* Mozilla-based browsers will ignore this. */
  width: stretch;
}

/* line 2114, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

/* line 2140, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-pull-left {
  float: left;
}

/* line 2143, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-pull-right {
  float: right;
}

/* line 2146, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-icons {
  padding: 10px 20px 0;
  display: inline;
}

/* line 2150, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-transform-135 {
  transform: rotate(135deg);
}

/* line 2153, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-icons i {
  margin: 4px;
  padding: 2px;
  cursor: pointer;
  color: #999588;
  font-size: 20px;
}

/* line 2160, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-blue-decorator {
  background: #4a7fba;
  color: white;
  display: grid;
  padding: 5px;
}

/* line 2166, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-upload-progress {
  padding: 1px;
}

/* line 2169, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-upload-section {
  position: relative;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-stretch;
  /* Mozilla-based browsers will ignore this. */
  width: stretch;
}

@media screen and (max-width: 399px) {
  /* line 2179, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-upload-section {
    margin-left: 7px;
    margin-right: 7px;
  }
  /* line 2183, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-files-upload-layer {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 400px) and (max-width: 469px) {
  /* line 2187, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-upload-section {
    margin-left: 7px;
    margin-right: 7px;
  }
  /* line 2191, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-files-upload-layer {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 470px) and (max-width: 680px) {
  /* line 2195, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-upload-section {
    margin-left: 7px;
    margin-right: 7px;
  }
  /* line 2199, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-files-upload-layer {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 681px) {
  /* line 2203, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-upload-section {
    margin-left: 35px;
    margin-right: 35px;
  }
  /* line 2207, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-files-upload-layer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 2210, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.half-circle {
  width: 60px;
  height: 25px;
  background-color: white;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  transform: rotate(180deg);
  border-bottom: 0;
  position: relative;
  left: 50%;
  z-index: 1;
  left: 50%;
  margin-top: -1px;
  margin-left: -25px;
}

/* headlines with lines */
/* line 2226, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.decorated {
  overflow: hidden;
  text-align: center;
}

/* line 2230, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.decorated > span {
  position: relative;
  display: inline-block;
}

/* line 2234, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.decorated > span:before, .decorated > span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  /* half of limiter*/
  margin: 0 20px;
}

/* line 2243, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.decorated > span:before {
  right: 100%;
}

/* line 2246, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.decorated > span:after {
  left: 100%;
}

/* line 2249, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-align-right {
  float: right;
}

/* The checkbox-container */
/* line 2253, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2265, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox-line {
  display: flex;
  align-items: center;
  font-size: 10px;
}

/* line 2269, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox-line label {
  cursor: pointer;
  vertical-align: middle;
}

/* line 2273, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-insert-checkbox input {
  height: 13px !important;
  width: 13px !important;
}

/* line 2277, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-autoplay-checkbox input {
  height: 13px !important;
  width: 13px !important;
}

/* line 2281, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
button[data-cmd="insertFiles"] {
  padding-left: 2px !important;
  padding-top: 2.7px !important;
}

/* line 2284, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
button[data-cmd="autoplay"] svg {
  position: relative !important;
  top: 3.2px !important;
}

/* line 2287, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
button[data-cmd="insertAll"] {
  padding-left: 4px !important;
}

/* line 2289, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
button[data-cmd="insertAll"] svg {
  position: relative !important;
  top: 3.2px !important;
}

/* Hide the browser's default checkbox */
/* line 2294, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 2302, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* line 2310, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
  flex-wrap: wrap;
  position: relative;
  top: -20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}

/* line 2321, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-item-left {
  display: flex;
  flex-wrap: wrap;
}

/* line 2325, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-item-icon {
  display: flex;
  align-items: center;
  padding-left: 7px;
}

/* line 2330, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-item-description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  margin-left: 5px;
}

/* line 2338, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-cloud-icon {
  height: 30px;
  width: 32px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}

/* line 2349, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  padding-right: 5px;
  border-radius: 100%;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

/* line 2361, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox svg {
  margin-left: 0px;
  margin-top: 0px;
  display: none;
  width: 10px;
  height: 10px;
}

/* line 2367, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

/* line 2386, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}

/* line 2399, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox input:not(:checked) + span {
  border: solid 2px #999999;
}

/* line 2401, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox input:not(:checked):active + span {
  background-color: #f5f5f5;
}

/* line 2403, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox input:not(:checked):focus + span, .fr-files-checkbox input:not(:checked):hover + span {
  border-color: #515151;
}

/* line 2405, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox input:checked + span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

/* line 2408, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox input:checked + span svg {
  display: block;
}

/* line 2410, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox input:checked:active + span {
  background-color: #EcF5Ff;
}

/* line 2412, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-checkbox input:checked:focus + span, .fr-files-checkbox input:checked:hover + span {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 2418, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled {
  opacity: 0.4;
  position: relative;
  display: inline-block;
  width: 13px !important;
  height: 13px !important;
  padding-right: 5px;
  border-radius: 100%;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

/* line 2431, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

/* line 2437, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

/* line 2456, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: default;
  height: 13px !important;
  margin: 0;
  padding: 0;
  width: 13px !important;
  top: 7px;
  left: 7px;
}

/* line 2471, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled input:not(:checked) + span {
  border: solid 2px #999999;
}

/* line 2473, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled input:not(:checked):active + span {
  background-color: #f5f5f5;
}

/* line 2475, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled input:checked + span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

/* line 2478, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled input:checked + span svg {
  display: block;
}

/* line 2480, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-checkbox-disabled input:checked:active + span {
  background-color: #EcF5Ff;
}

/* line 2483, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-view {
  position: absolute;
  max-width: 60%;
  right: 10%;
  z-index: 2147483642;
}

/* line 2489, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.file-item-thumbnail-hover {
  transition: transform .2s;
}

/* line 2492, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.file-item-thumbnail-hover:hover {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* line 2497, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-name {
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

/* line 2502, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-margin-16 {
  margin-bottom: 16px;
}

/* line 2505, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-none {
  display: none;
}

/* line 2508, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-display-block {
  display: block;
}

/* line 2511, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-manager-tooltip {
  position: relative;
}

/* line 2514, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.padding-top-15 {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}

/* Tooltip text */
/* line 2519, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-manager-tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  max-width: 250px;
  word-break: break-word;
  word-wrap: break-word;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 4px;
  border-radius: 2px;
  /* Position the tooltip text - see examples below! */
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 2147483647;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* line 2539, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-manager-tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 2542, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-details {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
}

/* line 2547, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-date {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 110px;
  color: #444;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 2555, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-size {
  color: #444;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 2560, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.dot {
  width: 20px;
  height: 20px;
  background-image: radial-gradient(circle, grey 1px, transparent 2px);
  background-size: 100% 33.33%;
  margin-left: 2px;
  margin-right: 2px;
}

/* line 2568, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-action-icons {
  margin-right: 5px;
  margin-left: 5px !important;
  color: #999;
  height: 25px !important;
  padding: 5px !important;
}

@media screen and (max-width: 700px) {
  /* line 2576, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-files-manager-tooltip .tooltiptext {
    max-width: 250px;
    visibility: hidden;
    word-break: break-word;
    word-wrap: break-word;
    top: 90%;
    left: 0%;
    font-size: 8px;
  }
}

@media screen and (max-width: 500px) {
  /* line 2585, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-files-manager-tooltip .tooltiptext {
    max-width: 100px;
    visibility: hidden;
    word-break: break-word;
    word-wrap: break-word;
    top: 90%;
    left: 0%;
  }
  /* line 2593, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-file-item-description {
    width: 130px;
  }
  /* line 2596, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-file-item-right {
    width: 100%;
  }
  /* line 2599, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .progress-circle {
    font-size: 6px;
  }
}

@media screen and (max-width: 320px) {
  /* line 2602, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-files-manager-tooltip .tooltiptext {
    max-width: 100px;
    visibility: hidden;
    word-break: break-word;
    word-wrap: break-word;
    top: 90%;
    left: -50%;
    font-size: 8px;
  }
  /* line 2611, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .dot {
    width: 20px;
    margin-left: 0px;
    margin-right: 3px;
  }
  /* line 2616, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-file-item-description {
    width: 80px;
  }
  /* line 2619, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-file-details {
    display: flex;
    flex-wrap: wrap;
    font-size: 9px;
  }
  /* line 2624, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-file-name {
    font-size: 10px;
  }
  /* line 2627, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-file-action-icons {
    padding: 0px !important;
  }
}

@media screen and (min-width: 501px) {
  /* line 2630, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .progress-circle {
    font-size: 9px;
  }
}

/* line 2632, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-view-modal {
  display: block;
  position: fixed;
  position: -ms-page;
  /* For IE */
  z-index: 2147483641;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 2646, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-view-modal-content {
  display: inline-block;
  text-align: center;
}

/* line 2650, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-view-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 70%;
}

/* line 2660, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-view-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

/* line 2669, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-view-close:hover,
.fr-file-view-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* line 2675, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-error {
  color: red;
  font-weight: 200;
  font-size: 12px;
  padding-bottom: 5px;
}

/* line 2681, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-error-h5 {
  margin: 0;
}

/* line 2684, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-item-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

/* line 2690, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-item-action-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* line 2695, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-item-autoplay-checkbox {
  align-items: center;
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
}

/* line 2701, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-autoplay-checkbox-label {
  margin: 0;
  cursor: default !important;
}

/* On mouse-over, add a grey background color */
/* line 2706, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* line 2710, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 2714, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 2720, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 2724, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 2735, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.file-item-details .file-name {
  font-weight: bold;
  display: inline;
}

/* line 2739, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.file-item-details .file-description {
  font-weight: 300;
  font-size: 11px;
  display: inline;
}

/* line 2744, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-10 {
  width: 10%;
  display: inline-block;
}

/* line 2748, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-20 {
  width: 20%;
  display: inline-block;
}

/* line 2752, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-30 {
  width: 30%;
  display: inline-block;
}

/* line 2756, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-40 {
  width: 40%;
  display: inline-block;
}

/* line 2760, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-50 {
  width: 50%;
  display: inline-block;
}

/* line 2764, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-60 {
  width: 60%;
  display: inline-block;
}

/* line 2768, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-100 {
  width: 100%;
  display: inline-block;
}

/* line 2772, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-80 {
  width: 80%;
  display: inline-block;
}

/* line 2776, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-90 {
  width: 90%;
  display: inline-block;
}

/* line 2780, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-85 {
  width: 85%;
  display: inline-block;
}

/* line 2784, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-5 {
  width: 5%;
  display: inline-block;
}

/* line 2788, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-width-7 {
  width: 7%;
  display: inline-block;
}

/* line 2792, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-img-icon {
  color: #aaaaaa;
  font-size: 16px;
  padding: 0px 4px;
}

/* line 2797, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-position-content {
  position: relative;
  top: 10px;
}

/* line 2801, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.file-error {
  color: red;
}

/* line 2804, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#myprogressBar {
  width: 10%;
  height: 5px;
  background-color: #4CAF50;
  position: relative;
  top: -30px;
}

/* line 2811, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-files-manager {
  z-index: 2147483641 !important;
}

/* line 2814, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle {
  margin: 0px;
  margin-left: 10px;
  position: relative;
  padding: 0;
  width: 5em;
  height: 5.1em;
  background-color: #f2e9e1;
  border-radius: 50%;
  line-height: 5em;
}

/* line 2824, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle:after {
  border: none;
  position: absolute;
  top: 0.35em;
  left: 0.35em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 4.3em;
  height: 4.3em;
  background-color: white;
  content: " ";
}

/* line 2836, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle span {
  position: absolute;
  line-height: 5em;
  width: 5em;
  text-align: center;
  display: block;
  color: #53777a;
  z-index: 2;
}

/* line 2844, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

/* line 2846, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.over50 .first50-bar {
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #53777a;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* line 2853, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle:not(.over50) .first50-bar {
  display: none;
}

/* line 2855, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p0 .value-bar {
  display: none;
}

/* line 2857, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p1 .value-bar {
  transform: rotate(4deg);
}

/* line 2859, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p2 .value-bar {
  transform: rotate(7deg);
}

/* line 2861, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p3 .value-bar {
  transform: rotate(11deg);
}

/* line 2863, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p4 .value-bar {
  transform: rotate(14deg);
}

/* line 2865, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p5 .value-bar {
  transform: rotate(18deg);
}

/* line 2867, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p6 .value-bar {
  transform: rotate(22deg);
}

/* line 2869, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p7 .value-bar {
  transform: rotate(25deg);
}

/* line 2871, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p8 .value-bar {
  transform: rotate(29deg);
}

/* line 2873, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p9 .value-bar {
  transform: rotate(32deg);
}

/* line 2875, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p10 .value-bar {
  transform: rotate(36deg);
}

/* line 2877, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p11 .value-bar {
  transform: rotate(40deg);
}

/* line 2879, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p12 .value-bar {
  transform: rotate(43deg);
}

/* line 2881, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p13 .value-bar {
  transform: rotate(47deg);
}

/* line 2883, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p14 .value-bar {
  transform: rotate(50deg);
}

/* line 2885, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p15 .value-bar {
  transform: rotate(54deg);
}

/* line 2887, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p16 .value-bar {
  transform: rotate(58deg);
}

/* line 2889, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p17 .value-bar {
  transform: rotate(61deg);
}

/* line 2891, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p18 .value-bar {
  transform: rotate(65deg);
}

/* line 2893, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p19 .value-bar {
  transform: rotate(68deg);
}

/* line 2895, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p20 .value-bar {
  transform: rotate(72deg);
}

/* line 2897, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p21 .value-bar {
  transform: rotate(76deg);
}

/* line 2899, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p22 .value-bar {
  transform: rotate(79deg);
}

/* line 2901, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p23 .value-bar {
  transform: rotate(83deg);
}

/* line 2903, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p24 .value-bar {
  transform: rotate(86deg);
}

/* line 2905, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p25 .value-bar {
  transform: rotate(90deg);
}

/* line 2907, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p26 .value-bar {
  transform: rotate(94deg);
}

/* line 2909, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p27 .value-bar {
  transform: rotate(97deg);
}

/* line 2911, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p28 .value-bar {
  transform: rotate(101deg);
}

/* line 2913, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p29 .value-bar {
  transform: rotate(104deg);
}

/* line 2915, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p30 .value-bar {
  transform: rotate(108deg);
}

/* line 2917, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p31 .value-bar {
  transform: rotate(112deg);
}

/* line 2919, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p32 .value-bar {
  transform: rotate(115deg);
}

/* line 2921, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p33 .value-bar {
  transform: rotate(119deg);
}

/* line 2923, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p34 .value-bar {
  transform: rotate(122deg);
}

/* line 2925, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p35 .value-bar {
  transform: rotate(126deg);
}

/* line 2927, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p36 .value-bar {
  transform: rotate(130deg);
}

/* line 2929, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p37 .value-bar {
  transform: rotate(133deg);
}

/* line 2931, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p38 .value-bar {
  transform: rotate(137deg);
}

/* line 2933, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p39 .value-bar {
  transform: rotate(140deg);
}

/* line 2935, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p40 .value-bar {
  transform: rotate(144deg);
}

/* line 2937, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p41 .value-bar {
  transform: rotate(148deg);
}

/* line 2939, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p42 .value-bar {
  transform: rotate(151deg);
}

/* line 2941, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p43 .value-bar {
  transform: rotate(155deg);
}

/* line 2943, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p44 .value-bar {
  transform: rotate(158deg);
}

/* line 2945, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p45 .value-bar {
  transform: rotate(162deg);
}

/* line 2947, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p46 .value-bar {
  transform: rotate(166deg);
}

/* line 2949, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p47 .value-bar {
  transform: rotate(169deg);
}

/* line 2951, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p48 .value-bar {
  transform: rotate(173deg);
}

/* line 2953, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p49 .value-bar {
  transform: rotate(176deg);
}

/* line 2955, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p50 .value-bar {
  transform: rotate(180deg);
}

/* line 2957, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p51 .value-bar {
  transform: rotate(184deg);
}

/* line 2959, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p52 .value-bar {
  transform: rotate(187deg);
}

/* line 2961, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p53 .value-bar {
  transform: rotate(191deg);
}

/* line 2963, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p54 .value-bar {
  transform: rotate(194deg);
}

/* line 2965, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p55 .value-bar {
  transform: rotate(198deg);
}

/* line 2967, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p56 .value-bar {
  transform: rotate(202deg);
}

/* line 2969, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p57 .value-bar {
  transform: rotate(205deg);
}

/* line 2971, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p58 .value-bar {
  transform: rotate(209deg);
}

/* line 2973, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p59 .value-bar {
  transform: rotate(212deg);
}

/* line 2975, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p60 .value-bar {
  transform: rotate(216deg);
}

/* line 2977, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p61 .value-bar {
  transform: rotate(220deg);
}

/* line 2979, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p62 .value-bar {
  transform: rotate(223deg);
}

/* line 2981, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p63 .value-bar {
  transform: rotate(227deg);
}

/* line 2983, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p64 .value-bar {
  transform: rotate(230deg);
}

/* line 2985, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p65 .value-bar {
  transform: rotate(234deg);
}

/* line 2987, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p66 .value-bar {
  transform: rotate(238deg);
}

/* line 2989, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p67 .value-bar {
  transform: rotate(241deg);
}

/* line 2991, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p68 .value-bar {
  transform: rotate(245deg);
}

/* line 2993, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p69 .value-bar {
  transform: rotate(248deg);
}

/* line 2995, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p70 .value-bar {
  transform: rotate(252deg);
}

/* line 2997, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p71 .value-bar {
  transform: rotate(256deg);
}

/* line 2999, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p72 .value-bar {
  transform: rotate(259deg);
}

/* line 3001, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p73 .value-bar {
  transform: rotate(263deg);
}

/* line 3003, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p74 .value-bar {
  transform: rotate(266deg);
}

/* line 3005, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p75 .value-bar {
  transform: rotate(270deg);
}

/* line 3007, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p76 .value-bar {
  transform: rotate(274deg);
}

/* line 3009, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p77 .value-bar {
  transform: rotate(277deg);
}

/* line 3011, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p78 .value-bar {
  transform: rotate(281deg);
}

/* line 3013, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p79 .value-bar {
  transform: rotate(284deg);
}

/* line 3015, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p80 .value-bar {
  transform: rotate(288deg);
}

/* line 3017, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p81 .value-bar {
  transform: rotate(292deg);
}

/* line 3019, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p82 .value-bar {
  transform: rotate(295deg);
}

/* line 3021, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p83 .value-bar {
  transform: rotate(299deg);
}

/* line 3023, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p84 .value-bar {
  transform: rotate(302deg);
}

/* line 3025, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p85 .value-bar {
  transform: rotate(306deg);
}

/* line 3027, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p86 .value-bar {
  transform: rotate(310deg);
}

/* line 3029, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p87 .value-bar {
  transform: rotate(313deg);
}

/* line 3031, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p88 .value-bar {
  transform: rotate(317deg);
}

/* line 3033, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p89 .value-bar {
  transform: rotate(320deg);
}

/* line 3035, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p90 .value-bar {
  transform: rotate(324deg);
}

/* line 3037, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p91 .value-bar {
  transform: rotate(328deg);
}

/* line 3039, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p92 .value-bar {
  transform: rotate(331deg);
}

/* line 3041, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p93 .value-bar {
  transform: rotate(335deg);
}

/* line 3043, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p94 .value-bar {
  transform: rotate(338deg);
}

/* line 3045, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p95 .value-bar {
  transform: rotate(342deg);
}

/* line 3047, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p96 .value-bar {
  transform: rotate(346deg);
}

/* line 3049, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p97 .value-bar {
  transform: rotate(349deg);
}

/* line 3051, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p98 .value-bar {
  transform: rotate(353deg);
}

/* line 3053, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p99 .value-bar {
  transform: rotate(356deg);
}

/* line 3055, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.progress-circle.p100 .value-bar {
  transform: rotate(360deg);
}

/* line 3058, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.left-half-clipper {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
}

/* line 3065, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.value-bar {
  position: absolute;
  clip: rect(0, 2.5em, 5em, 0);
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 0.45em solid #53777a;
  box-sizing: border-box;
}

/* line 3074, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.align-autoplay {
  align-items: flex-end;
  margin-right: 7px;
}

/* line 3078, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hovered-over-file {
  background-color: #F0F0F0;
}

/* line 3081, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.thumbnail-padding {
  padding-right: 4px;
}

/* line 3084, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3090, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3100, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
body.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

/* line 3106, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}

/* line 3115, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen .fr-wrapper {
  background-color: #FFF;
}

/* line 3117, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 3124, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 3131, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen .fr-toolbar {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 3138, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important;
}

/* line 3140, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important;
}

/* line 3142, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen .fr-second-toolbar {
  margin-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 3151, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-fullscreen-wrapper {
  z-index: 2147483640 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* line 3158, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3164, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3174, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  text-align: left;
  padding: 20px 20px 10px;
}

/* line 3177, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

/* line 3182, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
  margin-top: 20px;
}

/* line 3184, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}

/* line 3186, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
  text-align: left;
}

/* line 3188, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th, .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
  padding: 6px 0 4px;
}

/* line 3190, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #ebebeb;
}

/* line 3192, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  width: 60%;
  color: #646464;
}

/* line 3195, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
  letter-spacing: 0.5px;
}

/* line 3198, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3204, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3214, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}

/* line 3218, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 3231, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer.fr-active {
  display: block;
}

/* line 3233, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3248, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

/* line 3250, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

/* line 3252, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

/* line 3254, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

/* line 3256, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 3259, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 3262, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 3265, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 3268, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 3272, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  /* line 3275, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  /* line 3278, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  /* line 3281, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  /* line 3284, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

/* line 3288, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

/* line 3297, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

/* line 3306, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-upload-layer:hover {
  background: #ebebeb;
}

/* line 3308, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

/* line 3311, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 3326, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

/* line 3336, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 3340, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 3342, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 3349, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 3358, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 3366, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 3368, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

/* line 3371, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

/* line 3374, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

/* line 3377, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

/* line 3403, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
img.fr-draggable {
  user-select: none;
}

/* line 3406, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3412, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3422, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-head-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3427, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
  margin-top: 10px;
}

/* line 3429, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}

/* line 3433, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags {
  padding: 0 20px;
  display: none;
  text-align: left;
}

/* line 3437, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags a {
  display: inline-block;
  opacity: 0;
  padding: 6px 12px;
  margin: 8px 0 8px 8px;
  text-decoration: none;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  cursor: pointer;
  background-color: #f5f5f5;
}

/* line 3455, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags a:focus {
  outline: none;
  background-color: #ebebeb;
}

/* line 3458, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags a:hover {
  background-color: #ebebeb;
}

/* line 3460, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags a:active {
  background-color: #d6d6d6;
}

/* line 3462, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background-color: #EcF5Ff;
  color: #0098f7;
}

/* line 3465, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
  outline: none;
  background-color: #ebebeb;
}

/* line 3468, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
  background-color: #ebebeb;
}

/* line 3470, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
  background-color: #d6d6d6;
}

/* line 3473, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-show-tags .fr-modal-more svg path {
  fill: #0098f7;
}

/* line 3476, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body {
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}

/* line 3481, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body .fr-preloader {
  display: block;
  margin: 50px auto;
}

/* line 3484, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list {
  text-align: center;
  margin: 0 20px;
  padding: 0;
}

/* line 3488, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list .fr-list-column {
  float: left;
  width: calc((100% - 20px) / 2);
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 3492, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 40px) / 3);
  }
}

@media (min-width: 1200px) {
  /* line 3495, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 60px) / 4);
  }
}

/* line 3497, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
  margin-left: 20px;
}

/* line 3499, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

/* line 3510, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
  margin-top: 20px;
}

/* line 3512, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container + div {
  margin-top: 20px;
}

/* line 3514, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  position: absolute;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* line 3531, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  content: attr(data-deleting);
  color: #FFF;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  font-size: 15px;
  height: 20px;
}

/* line 3543, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  height: 95px;
  background: #CCCCCC;
  z-index: 1;
}

/* line 3547, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: attr(data-loading);
  display: inline-block;
  height: 20px;
}

/* line 3557, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}

/* line 3574, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 3579, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
  display: inline-block;
}

/* line 3581, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  display: none;
  top: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  margin: 0;
  line-height: 40px;
  text-decoration: none;
  z-index: 3;
}

/* line 3603, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #B8312F;
  fill: #FFF;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  -moz-transform: translateY(-50%) translateX(25%);
  -ms-transform: translateY(-50%) translateX(25%);
  -o-transform: translateY(-50%) translateX(25%);
}

/* line 3612, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #FFF;
  fill: #0098f7;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-125%);
  -moz-transform: translateY(-50%) translateX(-125%);
  -ms-transform: translateY(-50%) translateX(-125%);
  -o-transform: translateY(-50%) translateX(-125%);
}

/* line 3622, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 3627, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
  width: 40px;
  height: 40px;
}

/* line 3631, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #FFF;
}

/* line 3634, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb;
}

/* line 3637, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3643, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3653, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #0098f7;
  position: fixed;
  z-index: 2;
  display: none;
}

/* line 3659, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-line-breaker.fr-visible {
  display: block;
}

/* line 3661, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-line-breaker a.fr-floating-btn {
  position: absolute;
  left: calc(50% - (40px / 2));
  top: -20px;
}

/* line 3665, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-line-breaker a.fr-floating-btn svg {
  margin: 8px;
  height: 24px;
  width: 24px;
}

/* line 3670, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3676, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3686, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper-markdown {
  display: flex;
}

/* line 3689, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view {
  width: calc(52% - 1px);
  box-sizing: inherit;
}

/* line 3693, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-editor {
  width: calc(48% - 1px);
  box-sizing: inherit;
  background-color: #eee;
}

/* line 3698, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-editor > p {
  margin: 0;
}

/* line 3701, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > p {
  margin-top: 0;
}

/* line 3704, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.gutter-horizontal {
  display: flex;
  z-index: 9;
  background-color: #dadada;
  cursor: col-resize;
  width: 2px;
}

/* line 3711, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.e-resize-handler {
  z-index: 9;
  width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
  font-size: 10px;
  color: #c5c5c5;
}

/* line 3722, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 3726, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > dt {
  font-weight: 700;
}

/* line 3729, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 3733, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 3745, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 3755, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > pre code {
  background-color: transparent;
  border: 0;
  padding: 0;
}

/* line 3760, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > sup {
  top: -.5em;
}

/* line 3763, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.footnote-a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 3768, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 3774, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.blockquote {
  margin: 0 0 1rem;
  border-left: 5px solid #eee;
  padding: 10px 20px;
  font-size: 1.25rem;
}

/* line 3780, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 3788, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > table > tbody > tr > td,
.fr-markdown-view > table > tbody > tr > th,
.fr-markdown-view > table > thead > tr > td,
.fr-markdown-view > table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}

/* line 3797, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > table > thead > tr > td,
.fr-markdown-view > table > thead > tr > th {
  border-bottom-width: 2px;
}

/* line 3801, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 3804, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > a {
  color: #337ab7;
  text-decoration: none;
}

/* line 3808, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > h1 {
  font-size: 2em !important;
}

/* line 3811, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-markdown-view > h2 {
  font-size: 1.5em !important;
}

/* line 3814, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3820, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3830, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-quick-insert {
  position: absolute;
  z-index: 2147483639;
  white-space: nowrap;
  padding-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 3838, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-quick-insert a.fr-floating-btn svg {
  margin: 8px;
  width: 24px;
  height: 24px;
}

/* line 3842, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-quick-insert.fr-on a.fr-floating-btn svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

/* line 3847, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-quick-insert.fr-hidden {
  display: none;
}

/* line 3850, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 20px;
  white-space: nowrap;
}

/* line 3855, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-qi-helper a.fr-btn.fr-floating-btn {
  text-align: center;
  padding: 6px 10px 10px 10px;
  display: inline-block;
  color: #222222;
  background: #FFF;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

/* line 3869, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-qi-helper a.fr-btn.fr-floating-btn svg {
  fill: #222222;
}

/* line 3871, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 3881, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3887, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3897, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
  padding: 10px 15px;
}

/* line 3899, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
  font-weight: normal;
  font-size: 16px;
}

/* line 3902, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-special-character {
  width: 24px;
  height: 24px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  /* line 3906, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-icon-container.fr-sc-container {
    width: 368px;
  }
}

/* line 3909, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3915, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3925, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
  border: 1px double #0098f7;
}

/* line 3927, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 3934, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element table td, .fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

/* line 3941, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 3949, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  display: none;
}

/* line 3954, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-table-resizer.fr-moving {
  z-index: 2;
}

/* line 3956, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #0098f7;
}

/* line 3963, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 3971, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size {
  margin: 20px;
}

/* line 3973, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
}

/* line 3976, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 5px;
  white-space: nowrap;
}

/* line 3980, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0 4px 4px 0;
  background: transparent;
}

/* line 3984, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DDD;
}

/* line 3989, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}

/* line 3991, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(0, 152, 247, 0.3);
  border: solid 1px #0098f7;
}

/* line 3994, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 3999, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}

/* line 4001, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

/* line 4006, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}

/* line 4010, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap;
}

/* line 4015, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 4021, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 4031, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#fr-form-container {
  margin: auto;
  position: relative;
  top: 10%;
  background-color: #f5f5f5;
  width: 60%;
  border-radius: 5px;
  z-index: 9002;
  overflow: auto;
  background-color: #fefefe;
}

/* line 4042, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-trim-video-name {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 15px;
}

/* line 4046, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #53777a;
  display: inline-block !important;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  width: 20px;
  height: 20px;
  display: block !important;
  align-items: center;
}

/* line 4059, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-trim-button {
  margin-top: 5px;
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  border-radius: 5px;
  background-color: #eff5fa;
  outline: none;
}

/* line 4073, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-trim-button:hover {
  background: #ebebeb;
}

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

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

/* line 4087, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-slidecontainer {
  width: 100%;
}

/* line 4090, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
}

/* line 4096, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-trim-buttons {
  text-align: right;
  padding-bottom: 5px;
  padding-right: 15px;
  margin-top: 10px;
}

/* line 4102, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}

/* line 4110, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #3498db;
  border-radius: 50%;
  cursor: pointer;
}

/* line 4117, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-value-start {
  position: absolute;
}

/* line 4120, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-value-start > span {
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-85%, 0);
  border-radius: 6px;
}

/* line 4134, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-value-start > span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 86%;
  margin-left: -5px;
  margin-top: -1px;
}

/* line 4145, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-value-end {
  position: absolute;
}

/* line 4148, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-value-end > span {
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 14%;
  transform: translate(-8%, 0);
  border-radius: 6px;
}

/* line 4162, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-value-end > span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 14%;
  margin-left: -5px;
  margin-top: -1px;
}

/* line 4173, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#startTimeValue {
  top: -153% !important;
}

/* line 4176, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#startTimeValue span:before {
  border-top: 10px solid #03a9f4;
  top: 100%;
}

/* line 4180, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#endTimeValue {
  top: -153% !important;
}

/* line 4183, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#endTimeValue span:before {
  border-top: 10px solid #03a9f4;
  top: 100%;
}

/* line 4187, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-slider {
  position: relative;
  width: 80%;
  height: 15px;
}

/* line 4192, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-slider > input {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  outline: none;
  height: 6px;
  border-radius: 10px;
}

/* line 4202, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-slider > input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #3498db;
  cursor: pointer;
  border-radius: 7px;
  margin-top: -3.6px;
}

/* line 4215, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-slider > input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
  height: 15px;
  border-radius: 7px;
  margin-top: -3.6px;
}

/* line 4225, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-slider > input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
  height: 15px;
  border-radius: 50%;
  margin-top: -3.6px;
}

/* line 4234, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-slider > input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

/* line 4239, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-range-slider > input[type="range"]::-moz-focus-outer {
  border: 0;
}

@media screen and (max-width: 430px) {
  /* line 4243, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .range-value span {
    width: 40px;
    font-size: 10px;
  }
  /* line 4247, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  #fr-form-container {
    top: 20%;
  }
}

/* line 4249, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
#fr-video-edit {
  width: 80%;
  text-align: center;
  height: 50%;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 4257, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 4263, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 4273, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 4280, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-video::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0);
}

/* line 4291, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}

/* line 4294, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

/* line 4301, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 4311, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer.fr-active {
  display: block;
}

/* line 4313, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4322, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

/* line 4324, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

/* line 4326, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

/* line 4328, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

/* line 4330, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 4333, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 4336, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 4339, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 4342, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 4346, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  /* line 4349, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  /* line 4352, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  /* line 4355, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  /* line 4358, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

/* line 4362, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

/* line 4365, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

/* line 4367, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

/* line 4376, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-upload-layer:hover {
  background: #ebebeb;
}

/* line 4378, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

/* line 4381, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 4396, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

/* line 4406, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 4410, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 4412, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 4419, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 4428, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 4436, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 4438, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

/* line 4441, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

/* line 4450, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-autoplay-margin {
  margin-top: 0px !important;
}

/* line 4453, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 4459, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 4469, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 4477, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}

/* line 4482, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

/* line 4485, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 4490, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4495, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view {
  word-wrap: break-word;
}

/* line 4497, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span[style~="color:"] a {
  color: inherit;
}

/* line 4499, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view strong {
  font-weight: 700;
}

/* line 4501, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table[border='0'] td:not([class]), .fr-view table[border='0'] th:not([class]), .fr-view table[border='0'] td[class=""], .fr-view table[border='0'] th[class=""] {
  border-width: 0px;
}

/* line 4503, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

/* line 4508, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table td {
  min-width: 5px;
}

/* line 4510, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

/* line 4512, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

/* line 4514, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table td, .fr-view table th {
  border: 1px solid #DDD;
}

/* line 4516, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table td:empty, .fr-view table th:empty {
  height: 20px;
}

/* line 4518, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red;
}

/* line 4520, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px;
}

/* line 4522, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view table th {
  background: #ececec;
}

/* line 4524, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}

/* line 4534, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-file {
  position: relative;
}

/* line 4536, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}

/* line 4540, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

/* line 4544, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

/* line 4550, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00BCD4;
}

/* line 4552, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43A047;
}

/* line 4554, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

/* line 4559, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

/* line 4562, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

/* line 4565, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0;
}

/* line 4570, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}

/* line 4581, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-text-gray {
  color: #AAA !important;
}

/* line 4583, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

/* line 4587, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

/* line 4589, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

/* line 4591, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

/* line 4593, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

/* line 4604, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-class-transparency {
  opacity: 0.5;
}

/* line 4606, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img {
  position: relative;
  max-width: 100%;
}

/* line 4609, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 4614, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 4617, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 4620, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 4627, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 4631, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 4635, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

/* line 4638, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 4643, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 4646, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 4649, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 4656, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 4660, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 4664, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video {
  text-align: center;
  position: relative;
}

/* line 4667, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 4672, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4678, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

/* line 4684, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

/* line 4687, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

/* line 4689, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

/* line 4691, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

/* line 4693, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

/* line 4695, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

/* line 4697, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view a.fr-strong {
  font-weight: 700;
}

/* line 4699, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view a.fr-green {
  color: green;
}

/* line 4701, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-img-caption {
  text-align: center;
}

/* line 4703, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

/* line 4708, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-img-caption .fr-img-wrap a {
  display: block;
}

/* line 4710, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

/* line 4714, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

/* line 4729, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 4736, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px;
}

/**
 * Image style.
 */
/* line 4742, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
a.fr-view.fr-strong {
  font-weight: 700;
}

/* line 4744, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
a.fr-view.fr-green {
  color: green;
}

/**
 * Link style.
 */
/* line 4750, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
img.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 4753, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 4758, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 4761, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 4764, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 4771, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 4775, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 4780, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 4783, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 4788, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 4791, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 4794, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 4801, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 4805, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/*!
 * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */
/* line 7, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 13, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 31, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}

/* line 36, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

/* line 39, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 44, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 49, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view {
  word-wrap: break-word;
}

/* line 51, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span[style~="color:"] a {
  color: inherit;
}

/* line 53, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view strong {
  font-weight: 700;
}

/* line 55, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table[border='0'] td:not([class]), .fr-view table[border='0'] th:not([class]), .fr-view table[border='0'] td[class=""], .fr-view table[border='0'] th[class=""] {
  border-width: 0px;
}

/* line 57, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

/* line 62, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td {
  min-width: 5px;
}

/* line 64, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

/* line 66, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

/* line 68, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td, .fr-view table th {
  border: 1px solid #DDD;
}

/* line 70, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td:empty, .fr-view table th:empty {
  height: 20px;
}

/* line 72, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red;
}

/* line 74, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px;
}

/* line 76, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table th {
  background: #ececec;
}

/* line 78, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}

/* line 88, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-file {
  position: relative;
}

/* line 90, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}

/* line 94, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

/* line 98, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

/* line 104, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00BCD4;
}

/* line 106, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43A047;
}

/* line 108, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

/* line 113, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

/* line 116, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

/* line 119, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0;
}

/* line 124, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}

/* line 135, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-text-gray {
  color: #AAA !important;
}

/* line 137, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

/* line 141, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

/* line 143, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

/* line 145, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

/* line 147, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

/* line 158, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-class-transparency {
  opacity: 0.5;
}

/* line 160, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img {
  position: relative;
  max-width: 100%;
}

/* line 163, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 168, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 171, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 174, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 181, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 185, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 189, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

/* line 192, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 197, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 200, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 203, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 210, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 214, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 218, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video {
  text-align: center;
  position: relative;
}

/* line 221, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 226, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 232, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

/* line 238, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

/* line 241, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

/* line 243, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

/* line 245, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

/* line 247, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

/* line 249, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

/* line 251, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view a.fr-strong {
  font-weight: 700;
}

/* line 253, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view a.fr-green {
  color: green;
}

/* line 255, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption {
  text-align: center;
}

/* line 257, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

/* line 262, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption .fr-img-wrap a {
  display: block;
}

/* line 264, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

/* line 268, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

/* line 283, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 290, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px;
}

/**
 * Image style.
 */
/* line 296, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
a.fr-view.fr-strong {
  font-weight: 700;
}

/* line 298, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
a.fr-view.fr-green {
  color: green;
}

/**
 * Link style.
 */
/* line 304, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 307, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 312, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 315, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 318, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 325, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 329, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 334, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 337, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 342, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 345, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 348, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 355, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 359, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 5, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor button {
  box-shadow: none;
}

/* line 9, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor ol {
  list-style-type: decimal;
}

/* line 13, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor ul {
  list-style-type: disc;
}

/* line 17, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-action-buttons > button {
  font-weight: normal;
  text-shadow: none;
}

/* line 22, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-box {
  display: inline-block;
  width: calc(80% - 2px);
}

/* line 28, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-checkbox-line > label {
  display: inline-block;
  float: none;
  width: auto;
}

/* line 34, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-checkbox-line > span {
  height: auto;
  padding: 0;
  width: auto;
}

/* line 42, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-element ul, body.active_admin .froala_editor .fr-element ol {
  margin: 0 10px 15px 0;
  padding-left: 25px;
}

/* line 46, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-element li {
  padding: 0;
}

/* line 51, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-input-line > label {
  font-weight: normal;
}

/* line 55, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-top {
  border-radius: 3px 3px 0 0;
}

/* line 59, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .fr-wrapper {
  min-height: 150px;
  max-height: 300px;
  overflow-y: scroll;
}

/* line 65, ../usr/local/bundle/gems/activeadmin_froala_editor-1.0.0/app/assets/stylesheets/activeadmin/_froala_editor_input.scss */
body.active_admin .froala_editor .second-toolbar {
  border-radius: 0 0 4px 4px;
}

/* line 1, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-title {
  font-weight: bold;
}

/* line 4, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message {
  word-wrap: break-word;
}

/* line 8, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message a,
.toast-message label {
  color: #FFF;
}

/* line 12, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 17, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 22, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 27, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-bottom-left {
  left: 12px;
  bottom: 12px;
}

/* line 32, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container {
  position: fixed;
  z-index: 9999;
}

/* line 37, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > div {
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  -o-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  margin: 0 0 6px;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  padding: 15px 15px 15px 50px;
  width: 300px;
}

/* line 56, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast {
  background-color: #030303;
}

/* line 60, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-success {
  background-color: #51A351;
}

/* line 64, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-error {
  background-color: #BD362F;
}

/* line 68, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 72, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-warning {
  background-color: #F89406;
}

/* line 75, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 80, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  -o-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  cursor: pointer;
}

/* line 91, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 95, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 99, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 103, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 13, app/assets/stylesheets/active_admin.scss */
.status_tag {
  display: inline-block;
  margin: 1px;
}

/* line 14, app/assets/stylesheets/active_admin.scss */
.status_tag.active, .status_tag.transit, .status_tag.approved, .status_tag.verified, .status_tag.online, .status_tag.ready, .status_tag.regular, .status_tag.online, .status_tag.open, .status_tag.sent, .status_tag.customer, .status_tag.membership_fee, .status_tag.delivery, .status_tag.otp, .status_tag.super_admin, .status_tag.delivered, .status_tag.deposit, .status_tag.fix_amount, .status_tag.general, .status_tag.income {
  background-color: green;
}

/* line 36, app/assets/stylesheets/active_admin.scss */
.status_tag.multiple, .status_tag.processing, .status_tag.taxi_driver, .status_tag.quarry_company_admin, .status_tag.percentage .status_tag.fully_used, .status_tag.custom_order {
  background-color: #00b1cd;
}

/* line 45, app/assets/stylesheets/active_admin.scss */
.status_tag.inactive, .status_tag.unverified, .status_tag.google, .status_tag.failed, .status_tag.withdrawal, .status_tag.rejected, .status_tag.closed, .status_tag.cancelled, .status_tag.failed, .status_tag.withdraw, .status_tag.expense {
  background-color: red;
}

/* line 58, app/assets/stylesheets/active_admin.scss */
.status_tag.in_progress, .status_tag.capital_share, .status_tag.required, .status_tag.shipping, .status_tag.hidden, .status_tag.quarry_admin, .status_tag.associate {
  background-color: orange;
}

/* line 67, app/assets/stylesheets/active_admin.scss */
.status_tag.email, .status_tag.offline, .status_tag.done {
  background-color: #878787;
}

/* line 72, app/assets/stylesheets/active_admin.scss */
.status_tag.facebook, .status_tag.consolidation, .status_tag.single, .status_tag.default, .status_tag.rider, .status_tag.admin, .status_tag.visible, .status_tag.pending {
  background-color: blue;
}

/* line 82, app/assets/stylesheets/active_admin.scss */
.status_tag.apple, .status_tag.expired {
  background-color: black;
}

/* line 90, app/assets/stylesheets/active_admin.scss */
.width-100 {
  width: 100%;
}

/* line 94, app/assets/stylesheets/active_admin.scss */
.actions {
  margin-top: 12px;
}

/* line 98, app/assets/stylesheets/active_admin.scss */
.question-input-container {
  border: 1px solid #e4eaec;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 104, app/assets/stylesheets/active_admin.scss */
.has_many_container.question_choices {
  margin: 20px 100px !important;
  border: 1px solid #e4eaec;
  padding: 20px;
}

/* line 110, app/assets/stylesheets/active_admin.scss */
.errors {
  margin-bottom: 20px;
}

/* line 112, app/assets/stylesheets/active_admin.scss */
.errors li {
  color: #dc4747;
}

/* line 117, app/assets/stylesheets/active_admin.scss */
.main-panel {
  border: 1px solid #e4eaec;
  padding: 20px;
}

/* line 122, app/assets/stylesheets/active_admin.scss */
.option-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  grid-gap: 20px;
}

/* line 127, app/assets/stylesheets/active_admin.scss */
.option-container p {
  margin: 0 !important;
  text-shadow: 0 0 0px 100px #f8f8f8;
}

/* line 131, app/assets/stylesheets/active_admin.scss */
.option-container .option-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 12px;
}

/* line 136, app/assets/stylesheets/active_admin.scss */
.option-container .option-item .option-text-container {
  z-index: 100;
}

/* line 139, app/assets/stylesheets/active_admin.scss */
.option-container .option-item .option-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}

/* line 150, app/assets/stylesheets/active_admin.scss */
.option-container .option-item .option-label {
  font-weight: bold;
  font-size: 16px;
}

/* line 157, app/assets/stylesheets/active_admin.scss */
.text-danger {
  color: red !important;
}

/* line 161, app/assets/stylesheets/active_admin.scss */
.text-success {
  color: #009200 !important;
}

/* line 166, app/assets/stylesheets/active_admin.scss */
.version-manager-form h3 {
  margin-bottom: 12px;
}

/* line 169, app/assets/stylesheets/active_admin.scss */
.version-manager-form .column {
  width: 50%;
}

/* line 172, app/assets/stylesheets/active_admin.scss */
.version-manager-form .version_manager_submit {
  padding: 10px !important;
  display: inline-block !important;
  margin-top: 12px;
  width: 200px !important;
}

/* line 180, app/assets/stylesheets/active_admin.scss */
.hide {
  display: none;
}

/* line 184, app/assets/stylesheets/active_admin.scss */
#roullete_location_restriction {
  border: 1px solid #dadada;
  padding: 12px;
  margin-bottom: 12px;
}

/* line 190, app/assets/stylesheets/active_admin.scss */
.lobby-timer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 194, app/assets/stylesheets/active_admin.scss */
.lobby-timer-container .timer-label {
  padding-right: 12px;
}

/* line 197, app/assets/stylesheets/active_admin.scss */
.lobby-timer-container .timer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  align-items: center;
}

/* line 204, app/assets/stylesheets/active_admin.scss */
.lobby-timer-container .timer #timer-minutes,
.lobby-timer-container .timer #timer-seconds {
  font-size: 20px;
  text-align: center;
}

/* line 209, app/assets/stylesheets/active_admin.scss */
.lobby-timer-container .timer #button-up,
.lobby-timer-container .timer #button-down {
  display: block !important;
  color: black;
  margin-left: 16px;
  font-size: 15px;
  text-decoration: none !important;
}

/* line 217, app/assets/stylesheets/active_admin.scss */
.lobby-timer-container .timer small {
  text-align: center;
  display: block;
}

/* line 224, app/assets/stylesheets/active_admin.scss */
.let-player-join-btn {
  background-color: yellow !important;
  text-align: center;
  padding: 4px !important;
  color: black !important;
  display: block !important;
  width: 200px !important;
  margin: 25px auto;
}

/* line 234, app/assets/stylesheets/active_admin.scss */
.roulette-button-option {
  margin: 24px 0;
}

/* line 238, app/assets/stylesheets/active_admin.scss */
.pie-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 242, app/assets/stylesheets/active_admin.scss */
.pie-container .pie {
  padding: 12px;
  box-shadow: 1px 1px 4px #bababa;
  margin-left: 12px;
  margin-bottom: 12px;
  background-color: red;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 251, app/assets/stylesheets/active_admin.scss */
.pie-container .pie img {
  width: 30px;
  height: 30px;
  border-radius: 32px;
  object-fit: cover;
}

/* line 257, app/assets/stylesheets/active_admin.scss */
.pie-container .pie p {
  margin: 0 12px !important;
}

/* line 263, app/assets/stylesheets/active_admin.scss */
.download_links {
  display: none;
}

/* line 267, app/assets/stylesheets/active_admin.scss */
.admin_transit_driver_top_ups .download_links,
.admin_users .download_links {
  display: block !important;
}

/* line 275, app/assets/stylesheets/active_admin.scss */
.index {
  background-color: #eff0ff;
}

/* line 280, app/assets/stylesheets/active_admin.scss */
.message-item-active {
  border: 1px solid #f2211d !important;
}

/* line 284, app/assets/stylesheets/active_admin.scss */
.message-container {
  height: 55vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* line 289, app/assets/stylesheets/active_admin.scss */
.message-container .recipient-message {
  display: flex;
  flex-direction: row;
}

/* line 292, app/assets/stylesheets/active_admin.scss */
.message-container .recipient-message .message-content {
  max-width: 400px;
  margin-right: 8px;
}

/* line 294, app/assets/stylesheets/active_admin.scss */
.message-container .recipient-message .message-content .value {
  color: black;
  background-color: gainsboro;
  padding: 4px 12px;
  border-radius: 8px;
}

/* line 301, app/assets/stylesheets/active_admin.scss */
.message-container .recipient-message .message-content .attachment-container {
  width: 100%;
}

/* line 306, app/assets/stylesheets/active_admin.scss */
.message-container .sender-message {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 16px;
}

/* line 310, app/assets/stylesheets/active_admin.scss */
.message-container .sender-message .message-content {
  max-width: 400px;
  margin-right: 8px;
}

/* line 312, app/assets/stylesheets/active_admin.scss */
.message-container .sender-message .message-content .value {
  color: white;
  background-color: #f2211d;
  padding: 4px 12px;
  border-radius: 8px;
}

/* line 319, app/assets/stylesheets/active_admin.scss */
.message-container .sender-message .message-content .attachment-container {
  width: 100%;
}

/* line 328, app/assets/stylesheets/active_admin.scss */
.message-avatar {
  width: 30px;
  height: 30px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2211d;
  text-align: center;
  font-weight: bold;
  color: white;
  margin-right: 8px;
  object-fit: cover;
}

/* line 344, app/assets/stylesheets/active_admin.scss */
.dashboard h3 {
  margin: 4px !important;
  text-align: center;
}

/* line 350, app/assets/stylesheets/active_admin.scss */
.login-bg {
  background-color: #ffdbdb !important;
}

/* line 354, app/assets/stylesheets/active_admin.scss */
.menu .menu_item.current a {
  color: white !important;
}

/* line 358, app/assets/stylesheets/active_admin.scss */
#tabs.header-item .menu_item.current.has_nested .menu .menu_item.current a {
  color: #f2211d !important;
}

/* line 363, app/assets/stylesheets/active_admin.scss */
.in-range.available {
  background-color: #357ebd !important;
  color: white !important;
}

/* line 368, app/assets/stylesheets/active_admin.scss */
.filter-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}

/* line 375, app/assets/stylesheets/active_admin.scss */
.filter-form .form-input {
  margin-bottom: 8px;
  margin-right: 16px;
}

/* line 379, app/assets/stylesheets/active_admin.scss */
.filter-form input,
.filter-form select {
  height: 30px;
  margin-right: 8px;
  display: inline-block;
}

/* line 385, app/assets/stylesheets/active_admin.scss */
.filter-form input[type="submit"] {
  width: 100px !important;
}

/* line 388, app/assets/stylesheets/active_admin.scss */
.filter-form .daterange {
  width: 250px;
}

/* line 391, app/assets/stylesheets/active_admin.scss */
.filter-form label {
  margin-right: 8px;
}

/* line 396, app/assets/stylesheets/active_admin.scss */
.filter-form-balancer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}

/* line 403, app/assets/stylesheets/active_admin.scss */
.filter-form-balancer .form-input {
  margin-bottom: 8px;
  margin-right: 16px;
}

/* line 407, app/assets/stylesheets/active_admin.scss */
.filter-form-balancer input,
.filter-form-balancer select {
  height: 30px;
  margin-right: 8px;
  display: inline-block;
}

/* line 413, app/assets/stylesheets/active_admin.scss */
.filter-form-balancer input[type="submit"] {
  width: 100px !important;
}

/* line 416, app/assets/stylesheets/active_admin.scss */
.filter-form-balancer .daterange {
  width: 250px;
}

/* line 419, app/assets/stylesheets/active_admin.scss */
.filter-form-balancer label {
  margin-right: 8px;
}

/* line 425, app/assets/stylesheets/active_admin.scss */
.report-container {
  margin-top: 50px;
  padding: 50px 20px;
  border: 1px solid gray;
}

/* line 431, app/assets/stylesheets/active_admin.scss */
.summary-table {
  width: 200px;
  margin-top: 20px;
}

/* line 434, app/assets/stylesheets/active_admin.scss */
.summary-table tr,
.summary-table td,
.summary-table th {
  border: none !important;
  padding: 0;
}

/* line 440, app/assets/stylesheets/active_admin.scss */
.summary-table th {
  text-align: left;
  font-weight: bold;
  padding: 0;
}

/* line 447, app/assets/stylesheets/active_admin.scss */
.menu_item a {
  display: flex !important;
  align-items: center;
}

/* line 452, app/assets/stylesheets/active_admin.scss */
.menu_item a::before {
  content: " ";
  width: 20px;
  height: 20px;
  opacity: 0.6;
  background-size: 20px, 20px;
  margin-right: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}

/* line 465, app/assets/stylesheets/active_admin.scss */
#analytics.menu_item a::before {
  background-image: url(/images/icon/chart-pie-solid.svg);
}

/* line 469, app/assets/stylesheets/active_admin.scss */
#settings.menu_item a::before {
  background-image: url(/images/icon/gears-solid.svg);
}

/* line 473, app/assets/stylesheets/active_admin.scss */
#food_delivery.menu_item a::before {
  background-image: url(/images/icon/burger-solid.svg);
}

/* line 477, app/assets/stylesheets/active_admin.scss */
#dashboard.menu_item a::before {
  background-image: url(/images/icon/dashboard.png);
}

/* line 481, app/assets/stylesheets/active_admin.scss */
#notifications.menu_item a::before {
  background-image: url(/images/icon/notifications.png);
}

/* line 485, app/assets/stylesheets/active_admin.scss */
#messages.menu_item a::before {
  background-image: url(/images/icon/chat.png);
}

/* line 489, app/assets/stylesheets/active_admin.scss */
#reports.menu_item a::before {
  background-image: url(/images/icon/reports.png);
}

/* line 493, app/assets/stylesheets/active_admin.scss */
#about.menu_item a::before {
  background-image: url(/images/icon/about.png);
}

/* line 497, app/assets/stylesheets/active_admin.scss */
#users.menu_item a::before {
  background-image: url(/images/icon/users.png);
}

/* line 501, app/assets/stylesheets/active_admin.scss */
#leads.menu_item a::before {
  background-image: url(/images/icon/users.png);
}

/* line 505, app/assets/stylesheets/active_admin.scss */
#visits.menu_item a::before {
  background-image: url(/images/icon/click.png);
}

/* line 509, app/assets/stylesheets/active_admin.scss */
#admins.menu_item a::before {
  background-image: url(/images/icon/admin.png);
}

/* line 513, app/assets/stylesheets/active_admin.scss */
#articles.menu_item a::before {
  background-image: url(/images/icon/letter.png);
}

/* line 517, app/assets/stylesheets/active_admin.scss */
#transport.menu_item a::before {
  background-image: url(/images/icon/transport.svg);
}

/* line 521, app/assets/stylesheets/active_admin.scss */
#transport.menu_item a::before {
  background-image: url(/images/icon/transport.svg);
}

/* line 525, app/assets/stylesheets/active_admin.scss */
#branches.menu_item a::before {
  background-image: url(/images/icon/branch.svg);
}

/* line 529, app/assets/stylesheets/active_admin.scss */
#transport_branches.menu_item a::before {
  background-image: url(/images/icon/branch.svg);
}

/* line 533, app/assets/stylesheets/active_admin.scss */
#orders.menu_item a::before {
  background-image: url(/images/icon/branch.svg);
}

/* line 537, app/assets/stylesheets/active_admin.scss */
#stores.menu_item a::before {
  background-image: url(/images/icon/store-solid.svg);
}

/* line 541, app/assets/stylesheets/active_admin.scss */
#areas.menu_item a::before {
  background-image: url(/images/icon/map-location-solid.svg);
}

/* line 545, app/assets/stylesheets/active_admin.scss */
#food_delivery_areas.menu_item a::before {
  background-image: url(/images/icon/transport.svg);
}

/* line 549, app/assets/stylesheets/active_admin.scss */
#products.menu_item a::before {
  background-image: url(/images/icon/boxes-packing-solid.svg);
}

/* line 553, app/assets/stylesheets/active_admin.scss */
#review_items.menu_item a::before {
  background-image: url(/images/icon/comments-solid.svg);
}

/* line 557, app/assets/stylesheets/active_admin.scss */
#vehicle_types.menu_item a::before {
  background-image: url(/images/icon/car-solid.svg);
}

/* line 561, app/assets/stylesheets/active_admin.scss */
#transport_drivers.menu_item a::before {
  background-image: url(/images/icon/id-card-solid.svg);
}

/* line 565, app/assets/stylesheets/active_admin.scss */
#transport_vehicles.menu_item a::before {
  background-image: url(/images/icon/truck-solid.svg);
}

/* line 569, app/assets/stylesheets/active_admin.scss */
#delivery_transactions.menu_item a::before {
  background-image: url(/images/icon/truck-ramp-box-solid.svg);
}

/* line 573, app/assets/stylesheets/active_admin.scss */
#transport_reports.menu_item a::before {
  background-image: url(/images/icon/truck-fast-solid.svg);
}

/* line 577, app/assets/stylesheets/active_admin.scss */
#transit.menu_item a::before {
  background-image: url(/images/icon/car-side-solid.svg);
}

/* line 581, app/assets/stylesheets/active_admin.scss */
#transit_branches.menu_item a::before {
  background-image: url(/images/icon/branch.svg);
}

/* line 585, app/assets/stylesheets/active_admin.scss */
#transport_companies.menu_item a::before {
  background-image: url(/images/icon/branch.svg);
}

/* line 589, app/assets/stylesheets/active_admin.scss */
#transport_products.menu_item a::before {
  background-image: url(/images/icon/mountain-sun-solid.svg);
}

/* line 593, app/assets/stylesheets/active_admin.scss */
#discount_vouchers.menu_item a::before {
  background-image: url(/images/icon/tags-solid.svg);
}

/* line 597, app/assets/stylesheets/active_admin.scss */
#version_management.menu_item a::before {
  background-image: url(/images/icon/code-compare-solid.svg);
}

/* line 601, app/assets/stylesheets/active_admin.scss */
#transit_vehicle_types.menu_item a::before {
  background-image: url(/images/icon/truck-plane-solid.svg);
}

/* line 605, app/assets/stylesheets/active_admin.scss */
#transit_transactions.menu_item a::before {
  background-image: url(/images/icon/boxes-packing-solid.svg);
}

/* line 609, app/assets/stylesheets/active_admin.scss */
#transit_drivers.menu_item a::before {
  background-image: url(/images/icon/users.png);
}

/* line 613, app/assets/stylesheets/active_admin.scss */
#announcements.menu_item a::before {
  background-image: url(/images/icon/scroll-solid_2.svg);
}

/* line 617, app/assets/stylesheets/active_admin.scss */
#support.menu_item a::before {
  background-image: url(/images/icon/headset-solid.svg);
}

/* line 620, app/assets/stylesheets/active_admin.scss */
#account_deletion_requests.menu_item a::before {
  background-image: url(/images/icon/user-xmark-solid.svg);
}

/* line 626, app/assets/stylesheets/active_admin.scss */
.table th {
  color: black !important;
}

/* line 631, app/assets/stylesheets/active_admin.scss */
#tabs.header-item .menu_item.current.has_nested .menu .menu_item a {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 22px;
}

/* line 638, app/assets/stylesheets/active_admin.scss */
.form-actions .btn {
  width: auto !important;
  padding: 10px !important;
  display: inline-block;
}

/* line 645, app/assets/stylesheets/active_admin.scss */
.fr-box.fr-basic.fr-top {
  width: 50% !important;
}

/* line 649, app/assets/stylesheets/active_admin.scss */
.fr-wrapper {
  height: 700px;
}

/* line 653, app/assets/stylesheets/active_admin.scss */
.content-container {
  background-color: white;
  border: 1px solid #d8d8d8;
  padding: 24px;
}

/* line 659, app/assets/stylesheets/active_admin.scss */
#fr-logo {
  display: none !important;
}

/* line 663, app/assets/stylesheets/active_admin.scss */
p[data-f-id="pbf"],
#isPasted,
div > a[href*="froala.com"] {
  display: none !important;
}

/* line 670, app/assets/stylesheets/active_admin.scss */
.article-item img {
  height: 200px;
  object-fit: cover;
  background-color: #357ebd;
}

/* line 675, app/assets/stylesheets/active_admin.scss */
.article-item h3 {
  text-align: center;
  color: #357ebd;
}

/* line 681, app/assets/stylesheets/active_admin.scss */
.text-primary {
  color: #023951 !important;
}

/* line 685, app/assets/stylesheets/active_admin.scss */
.summary-container {
  margin-bottom: 24px;
}

/* line 687, app/assets/stylesheets/active_admin.scss */
.summary-container .summary-item {
  padding: 12px 24px;
  box-shadow: 2px 2px 5px #dbdbdb;
}

/* line 690, app/assets/stylesheets/active_admin.scss */
.summary-container .summary-item h2 {
  margin: 0;
}

/* line 693, app/assets/stylesheets/active_admin.scss */
.summary-container .summary-item h1 {
  margin: 10px;
  text-align: right;
}

/* line 700, app/assets/stylesheets/active_admin.scss */
.versions-container {
  overflow: auto;
}

/* line 702, app/assets/stylesheets/active_admin.scss */
.versions-container table {
  min-width: 100%;
}

/* line 704, app/assets/stylesheets/active_admin.scss */
.versions-container table th,
.versions-container table td {
  white-space: nowrap;
  padding: 8px 12px;
}

/* line 714, app/assets/stylesheets/active_admin.scss */
.store-list .food-delivery-area-info .food-delivery-area-name {
  font-weight: bold;
  font-size: 24px;
}

/* line 718, app/assets/stylesheets/active_admin.scss */
.store-list .food-delivery-area-info table {
  margin-top: 12px;
  max-width: 400px;
}

/* line 723, app/assets/stylesheets/active_admin.scss */
.store-list .store-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 727, app/assets/stylesheets/active_admin.scss */
.store-list .store-items .store-item {
  min-width: 300px;
  flex: 1;
  margin: 12px 12px 40px 12px;
}

/* line 728, app/assets/stylesheets/active_admin.scss */
.store-list .store-items .store-item:hover {
  transform: scale(1.01);
  cursor: pointer;
}

/* line 735, app/assets/stylesheets/active_admin.scss */
.store-list .store-items .store-item img {
  border-radius: 4px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 12px;
}

/* line 742, app/assets/stylesheets/active_admin.scss */
.store-list .store-items .store-item h4 {
  margin-bottom: 16px;
}

/* line 745, app/assets/stylesheets/active_admin.scss */
.store-list .store-items .store-item p {
  font-size: 14px;
  color: gray;
}

/* line 753, app/assets/stylesheets/active_admin.scss */
#map {
  width: 100%;
  height: 80vh;
  background-color: gainsboro;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 760, app/assets/stylesheets/active_admin.scss */
#map h1 {
  margin: 0 !important;
}

/* line 765, app/assets/stylesheets/active_admin.scss */
.icon-thumbnail {
  width: 120px;
}

/* line 767, app/assets/stylesheets/active_admin.scss */
.icon-thumbnail img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* line 775, app/assets/stylesheets/active_admin.scss */
.has_many_fields {
  border: 1px solid #e4e4e4;
  padding: 24px;
  border-radius: 12px;
}

/* line 781, app/assets/stylesheets/active_admin.scss */
.has_many_add {
  margin-bottom: 8px !important;
}

/* line 785, app/assets/stylesheets/active_admin.scss */
.product-list-container {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px 16px;
}

/* line 790, app/assets/stylesheets/active_admin.scss */
.product-list-container .product-list-item {
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0 0.1rem 0.5rem #00000026;
}

/* line 794, app/assets/stylesheets/active_admin.scss */
.product-list-container .product-list-item .product-details {
  display: flex;
  flex-direction: row;
}

/* line 797, app/assets/stylesheets/active_admin.scss */
.product-list-container .product-list-item .product-details .product-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 16px;
}

/* line 804, app/assets/stylesheets/active_admin.scss */
.product-list-container .product-list-item .product-details .product-name {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #1c1c1c;
}

/* line 810, app/assets/stylesheets/active_admin.scss */
.product-list-container .product-list-item .product-details .product-description {
  margin-top: 0;
  color: #9a9a9a;
}

/* line 815, app/assets/stylesheets/active_admin.scss */
.product-list-container .product-list-item .product-price {
  margin: 0;
  margin-left: 136px;
}

/* line 823, app/assets/stylesheets/active_admin.scss */
.admin-reviews-container .admin-reviews-title {
  margin-top: 16px;
  margin-bottom: 8px;
}

/* line 827, app/assets/stylesheets/active_admin.scss */
.admin-reviews-container .admin-review-item {
  display: flex;
}

/* line 829, app/assets/stylesheets/active_admin.scss */
.admin-reviews-container .admin-review-item .admin-review-content {
  flex: 1;
}

/* line 831, app/assets/stylesheets/active_admin.scss */
.admin-reviews-container .admin-review-item .admin-review-content .review-user-name {
  margin: 0;
}

/* line 834, app/assets/stylesheets/active_admin.scss */
.admin-reviews-container .admin-review-item .admin-review-content .review-created-at {
  margin: 0;
  font-size: 12px;
  color: silver;
}

/* line 844, app/assets/stylesheets/active_admin.scss */
.report-table th,
.report-table td {
  padding: 4px;
  border: 1px solid gray !important;
}

/* line 849, app/assets/stylesheets/active_admin.scss */
.report-table th {
  font-weight: bold;
}

/* line 854, app/assets/stylesheets/active_admin.scss */
.hidden {
  display: none !important;
}

/* line 858, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80vh;
}

/* line 863, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container.full-screen {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 871, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container .analytics-card-container {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px;
}

/* line 877, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container .analytics-card-container .analytics-card-item {
  flex: 1;
  box-shadow: 1px 1px 5px #00000026;
  padding: 12px;
}

/* line 881, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container .analytics-card-container .analytics-card-item .analytics-card-title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

/* line 886, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container .analytics-card-container .analytics-card-item .analytics-card-value {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

/* line 894, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container .quarry-content-container {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

/* line 898, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container .quarry-content-container .checkpoint-map-container {
  flex: 2;
  display: flex;
  background-color: white;
}

/* line 902, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container .quarry-content-container .checkpoint-map-container #checkpoint-user-maps {
  flex: 1;
  height: 100%;
}

/* line 907, app/assets/stylesheets/active_admin.scss */
.quarry-checkpoint-monitoring-container .quarry-content-container .checkpoint-list-container {
  width: 300px;
  height: calc(100vh - 100px);
  background-color: white;
  overflow: auto;
}

/* line 916, app/assets/stylesheets/active_admin.scss */
.printable-qrcode {
  height: 450px;
  display: flex;
}

/* line 919, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container {
  position: relative;
  width: 100%;
  flex: 1;
}

/* line 923, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container .printable-image {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.4;
  object-fit: cover;
}

/* line 932, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container .printable-qrcode-content {
  width: 100%;
  height: 450px;
  position: absolute;
  z-index: 999;
  display: flex;
  padding-left: 20px;
}

/* line 939, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container .printable-qrcode-content .printable-qrcode-truck-details {
  flex: 1;
  text-align: center;
}

/* line 942, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container .printable-qrcode-content .printable-qrcode-truck-details h1,
.printable-qrcode .printable-qrcode-container .printable-qrcode-content .printable-qrcode-truck-details h2,
.printable-qrcode .printable-qrcode-container .printable-qrcode-content .printable-qrcode-truck-details h3 {
  color: black !important;
}

/* line 947, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container .printable-qrcode-content .printable-qrcode-truck-details h1 {
  margin-top: 10px;
}

/* line 950, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container .printable-qrcode-content .printable-qrcode-truck-details .printable-logo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-top: 20px;
}

/* line 957, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container .printable-qrcode-content .qr-code-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}

/* line 962, app/assets/stylesheets/active_admin.scss */
.printable-qrcode .printable-qrcode-container .printable-qrcode-content .qr-code-container .vehicle-qr-code {
  background-color: white;
  padding: 12px;
}

/* line 971, app/assets/stylesheets/active_admin.scss */
.checkpoint-user-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}

/* line 978, app/assets/stylesheets/active_admin.scss */
.checkpoint-user-item .checkpoint-user-content {
  flex: 1;
}

/* line 980, app/assets/stylesheets/active_admin.scss */
.checkpoint-user-item .checkpoint-user-content .checkpoint-user-title {
  margin: 0 !important;
}

/* line 983, app/assets/stylesheets/active_admin.scss */
.checkpoint-user-item .checkpoint-user-content .checkpoint-user-sub-title {
  margin: 0 !important;
  color: gray;
}

/* line 991, app/assets/stylesheets/active_admin.scss */
.transport-payment-breakdown table {
  width: 100% !important;
  border: 1px solid gray;
}

/* line 994, app/assets/stylesheets/active_admin.scss */
.transport-payment-breakdown table td,
.transport-payment-breakdown table th {
  border-bottom: 1px solid gray;
}

/* line 998, app/assets/stylesheets/active_admin.scss */
.transport-payment-breakdown table td {
  text-align: right;
}

/* line 1002, app/assets/stylesheets/active_admin.scss */
.transport-payment-breakdown table .row-total_fee td,
.transport-payment-breakdown table .row-total_fee th {
  font-weight: bold;
}

/* line 1010, app/assets/stylesheets/active_admin.scss */
.index-image {
  width: 40px !important;
  height: 20px !important;
  object-fit: contain;
}

@media print {
  /* line 1017, app/assets/stylesheets/active_admin.scss */
  .printable-qrcode {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* line 1026, app/assets/stylesheets/active_admin.scss */
.table_image {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* line 1033, app/assets/stylesheets/active_admin.scss */
.custom-form input[type="submit"] {
  line-height: 43px;
  width: auto !important;
}

/* line 1037, app/assets/stylesheets/active_admin.scss */
.custom-form select,
.custom-form .select2 {
  display: block;
  width: calc(100% - 20px);
}

/* line 1044, app/assets/stylesheets/active_admin.scss */
.report-balancer-cards {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 1049, app/assets/stylesheets/active_admin.scss */
.report-balancer-cards .summary-card {
  flex: 1;
  max-width: 300px;
  min-width: 300px;
}

/* line 1056, app/assets/stylesheets/active_admin.scss */
.summary-card {
  background-color: white;
  box-shadow: 1px 1px 5px #00000026;
  padding: 12px;
  margin-bottom: 12px;
}

/* line 1061, app/assets/stylesheets/active_admin.scss */
.summary-card .summary-card-title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

/* line 1066, app/assets/stylesheets/active_admin.scss */
.summary-card .summary-card-value {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  margin-top: 12px;
}

/* line 1076, app/assets/stylesheets/active_admin.scss */
.padded-table th,
.padded-table td, .padded-table th {
  padding: 8px 12px;
}

/* line 1082, app/assets/stylesheets/active_admin.scss */
.signatories-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  padding: 20px 150px;
}

/* line 1090, app/assets/stylesheets/active_admin.scss */
.signatories-container .signatory-item .signatory-label {
  margin-bottom: 50px;
}

/* line 1094, app/assets/stylesheets/active_admin.scss */
.signatories-container .signatory-item .signatory-name {
  font-weight: bold;
}

/* line 1104, app/assets/stylesheets/active_admin.scss */
#transit_route_map {
  width: 100%;
  height: 60vh;
  border: 1px solid #e4e4e4;
  background-color: #e4e4e4;
  text-align: center;
}

/* line 1112, app/assets/stylesheets/active_admin.scss */
.account-deletion-form {
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom right, #fff7f7, #FFE3E3);
  height: 100vh;
  overflow: auto;
}

/* line 1119, app/assets/stylesheets/active_admin.scss */
.account-deletion-form .title {
  text-align: center;
  font-weight: 700;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
  color: black;
}

/* line 1127, app/assets/stylesheets/active_admin.scss */
.account-deletion-form .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 1135, app/assets/stylesheets/active_admin.scss */
.account-deletion-form .content .container {
  max-width: 692px;
  border-radius: 16px;
}

/* line 1140, app/assets/stylesheets/active_admin.scss */
.account-deletion-form .content .download-button {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 1145, app/assets/stylesheets/active_admin.scss */
.account-deletion-form .account-deletion-form-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

/* line 1154, app/assets/stylesheets/active_admin.scss */
.account-deletion-form .account-deletion-form-submit {
  width: 100% !important;
}

/* line 1157, app/assets/stylesheets/active_admin.scss */
.account-deletion-form .remove-icon {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
}

/* line 1164, app/assets/stylesheets/active_admin.scss */
.account-deletion-form .message {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

/* line 1171, app/assets/stylesheets/active_admin.scss */
.calling-card-container {
  /* .information-container {
        position: relative;
    }
    
    .front-card-background-image,
    .info-boxes,
    .icon-and-information {
        position: absolute;
    } */
  /* .information-container-two {
        position: relative;
    } */
}

/* line 1172, app/assets/stylesheets/active_admin.scss */
.calling-card-container .calling-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 1179, app/assets/stylesheets/active_admin.scss */
.calling-card-container .back-card {
  width: 520px;
  height: 304px;
  background-color: #E82F21;
}

/* line 1185, app/assets/stylesheets/active_admin.scss */
.calling-card-container .logo-white {
  width: 375.52px;
  height: 76.52px;
  display: block;
  margin: 0 auto;
  margin-top: 109.26px;
}

/* line 1193, app/assets/stylesheets/active_admin.scss */
.calling-card-container .front-card {
  width: 520px;
  height: 304px;
  background-color: #FFFFFF;
  border: 1px solid #E82F21;
  position: relative;
}

/* line 1203, app/assets/stylesheets/active_admin.scss */
.calling-card-container .name-position-and-logo {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
  margin-left: 49px;
  margin-right: 40px;
}

/* line 1211, app/assets/stylesheets/active_admin.scss */
.calling-card-container .name-and-position-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: #000000;
}

/* line 1218, app/assets/stylesheets/active_admin.scss */
.calling-card-container .name-box {
  /* width: 230px; */
  height: 30px;
  font-size: 24px;
  font-weight: 700;
}

/* line 1226, app/assets/stylesheets/active_admin.scss */
.calling-card-container .position-box {
  /* height: 11px; */
  font-size: 16px;
  font-weight: 500;
}

/* line 1232, app/assets/stylesheets/active_admin.scss */
.calling-card-container .logo-red {
  width: 168.98px;
  height: 34.4px;
}

/* line 1237, app/assets/stylesheets/active_admin.scss */
.calling-card-container .information-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 340px;
  /* justify-content: space-between; */
}

/* line 1257, app/assets/stylesheets/active_admin.scss */
.calling-card-container .information-container-one {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

/* line 1263, app/assets/stylesheets/active_admin.scss */
.calling-card-container .background-image,
.calling-card-container .information-box,
.calling-card-container .icon-and-information {
  position: absolute;
}

/* line 1271, app/assets/stylesheets/active_admin.scss */
.calling-card-container .front-card-background-image {
  width: 520px;
  height: 210.83px;
  /* margin-top: 20px; */
  margin-top: 14px;
  object-fit: contain;
  /* position: absolute; */
  /* z-index: 1; */
}

/* line 1281, app/assets/stylesheets/active_admin.scss */
.calling-card-container .info-boxes {
  width: 303.57px;
  height: 36.25px;
  padding-top: 60px;
  object-fit: contain;
  /* position: absolute; */
  /* z-index: 2; */
}

/* line 1291, app/assets/stylesheets/active_admin.scss */
.calling-card-container .icon-and-information {
  display: flex;
  flex: 1;
  flex-direction: row;
  gap: 14px;
  color: #000000;
  padding-top: 70px;
  margin-left: 49.45px;
  /* position: absolute; */
  /* z-index: 3; */
}

/* line 1304, app/assets/stylesheets/active_admin.scss */
.calling-card-container .email-icon,
.calling-card-container .phone-icon,
.calling-card-container .website-icon {
  width: 16.17px;
  height: 16.21px;
}

/* line 1311, app/assets/stylesheets/active_admin.scss */
.calling-card-container .information {
  /* width: 154px; */
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

/* line 1324, app/assets/stylesheets/active_admin.scss */
.calling-card-container .qr-container,
.calling-card-container .qr-code-sample {
  position: absolute;
  margin-top: 50px;
}

/* line 1330, app/assets/stylesheets/active_admin.scss */
.calling-card-container .qr-white-container {
  width: 136px;
  height: 136px;
  object-fit: contain;
  z-index: 2;
}

/* line 1338, app/assets/stylesheets/active_admin.scss */
.calling-card-container .qr-code {
  width: 150px;
  height: 150px;
  object-fit: contain;
  /* margin-top: 20px; */
  z-index: 3;
}

/* line 1346, app/assets/stylesheets/active_admin.scss */
.calling-card-container .qr-box,
.calling-card-container .information-container-two {
  position: relative;
}
/* line 1, app/assets/stylesheets/components/admin.scss */
.chart-container {
  margin-top: 32px;
}
/* league-spartan-100 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/league_spartan/league-spartan-v4-latin-100-c4afee9ffcf4aab5835acdd2f97f98d9a3c2e9b8466995dfeb351dfdbb7b3f21.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-100-c4afee9ffcf4aab5835acdd2f97f98d9a3c2e9b8466995dfeb351dfdbb7b3f21.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-100-6c7ddcc7c7ff11ab2864f19e1aabbc9337aeb3e6e2dbe1011bb8b78d09f54c7a.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-100-f9387a42dae03028888598f04eb59ffce7a377737e46e0afe2d3b16e89d8e62d.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-100-330a52bddc6c1e26e247da64537d62996097e38508182c536600e70d0c57d213.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-100-1fba3bb1f706d0dddd5d305667a32f1460f473a65f441748b7a1b784db1fcd07.svg#LeagueSpartan) format("svg");
}

/* league-spartan-300 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/league_spartan/league-spartan-v4-latin-300-04cac928a6ae3676009eba9acaa26caf0b6da821312ae9b15b8f7d35955fa567.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-300-04cac928a6ae3676009eba9acaa26caf0b6da821312ae9b15b8f7d35955fa567.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-300-78fe350a5f8aabf3f6118824277a7ae82512625b9a7fcaaf4e8db83f32b019f0.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-300-e5347e1abe8907794318a6df5db8c101481488e6c86b727a3a24e55d7b5f4837.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-300-6f6783e8facd5f8079aeaf17f3df2a8b41dd99cb095620986b2baefef0a0126c.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-300-5d76f7486323ab85fae3973ee1581b8f93ba3cf5773a7d07b6539fdb14510f22.svg#LeagueSpartan) format("svg");
}

/* league-spartan-regular - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/league_spartan/league-spartan-v4-latin-regular-704641eb416969aa4607b2e39673b059c1c4e73876480b71009cfc6666671671.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-regular-704641eb416969aa4607b2e39673b059c1c4e73876480b71009cfc6666671671.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-regular-240f668ddd9ec2d8fa384e1de4295186a42af83f3dac8f5b3d64c369e0c03e88.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-regular-6f1c70d043fa1398fac45a9b1d4412e4e9437bf57f4b89a0b9a97213303d7202.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-regular-effa73fc5cdaab316d0f6258d906722bfa7f69e7470dd731cfd7fa2899582a22.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-regular-2c77031a3a41a729227911067035d842843956c6c584c83eedcbb57e67f63938.svg#LeagueSpartan) format("svg");
}

/* league-spartan-200 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/league_spartan/league-spartan-v4-latin-200-382462585dcd97f85795d079f9b10fa7cea0c5e0365093889e99cb221ad147f7.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-200-382462585dcd97f85795d079f9b10fa7cea0c5e0365093889e99cb221ad147f7.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-200-13813ad82e038bd8358e8271d5f647d27cde1ae1ca37e74f339205ed2ca47597.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-200-3279a469f6c9ec3b054cf85b208d0974d60aa06a6892231679889facd9a9353e.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-200-c67a2eeef62f75165e48031356547f835b615b72bee9052ca41c3085ec6cae4e.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-200-5724e68b7f916b2c93c5c6aa4b8389919fd8ad3c3803f2a630406a9d7be8e4df.svg#LeagueSpartan) format("svg");
}

/* league-spartan-600 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/league_spartan/league-spartan-v4-latin-600-f0bd5b01f260d02270345fb58a9825bdeaaa9a31a99100b10889ea03a7ab83a6.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-600-f0bd5b01f260d02270345fb58a9825bdeaaa9a31a99100b10889ea03a7ab83a6.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-600-96c76e8ae0e698487b90a4f0db7e5abcd2ceea238c784cd2e5922c2bf3a4bae3.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-600-abcb47b7b1781aaeea1f48d06cf6df321fd889d5d1d8fd5f2bc056b66aab3558.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-600-225f04f8b888bc794dda6a61adb1296384b7814290fdd8b7ce80a6ac60d9d82c.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-600-3ddafac8a64e09f1b1ca5643bb99ba1bb8288405ebcdeb96d158dba11c3b4460.svg#LeagueSpartan) format("svg");
}

/* league-spartan-500 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/league_spartan/league-spartan-v4-latin-500-2a7fd2bf9bdb5494d225b6336c7e7b7018e0c9ca003739fdc93f176717fb3e61.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-500-2a7fd2bf9bdb5494d225b6336c7e7b7018e0c9ca003739fdc93f176717fb3e61.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-500-0ae9392e7835dc3cf83629582510e9fea3d2669ba5f94989f5cb448a706c67d6.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-500-7f276c3d5e4d3d38d10445240cc8c8907c6f6aafce0e7e8d5b6a7315a2af7484.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-500-850db6cdcbd5a8436f75458c6bafb610a84a9803ea63a9197aae3ef1b13ba64f.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-500-db631c4afa14e4812f42e31f908baa4518c8d6ed5f3544cd9a03394c5ff379d8.svg#LeagueSpartan) format("svg");
}

/* league-spartan-700 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/league_spartan/league-spartan-v4-latin-700-39da15f6b4bbbdf59fe08fe3f9751b6ac9b525886b0f4c036921ef2cfc9c2bde.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-700-39da15f6b4bbbdf59fe08fe3f9751b6ac9b525886b0f4c036921ef2cfc9c2bde.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-700-1220df6705958a56bc810b48678ee39d8c7a7bc5ddd53040009d9b641c606a75.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-700-1364ed25d98b437637326dd72d358fc5aeb0a7b586522c585717be313d2b0ea4.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-700-10c0a3d3a36a413fa1ce45cc17a2a66c7a2935d70855e0bfdf2c663d2f4b757f.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-700-a08fe419e11e352b9929e82c99ba1629e20d20da86278154bbd936aba8c4a910.svg#LeagueSpartan) format("svg");
}

/* league-spartan-800 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/league_spartan/league-spartan-v4-latin-800-3c885447a1a632007a27814d76354d9a8fd52868906fa1637f1cab06484a5afa.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-800-3c885447a1a632007a27814d76354d9a8fd52868906fa1637f1cab06484a5afa.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-800-b6b0ca4f651768a541be5959d8f4ce15d3eb68e2b3ddbc4b212d0908d8c8e12f.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-800-10bc97293674f58eed93eab538ce5ffa290aab3361489ccba463bb51c1aca00b.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-800-ab41edfeabb0686906b91cdc9771713c2a6fb30233d6b97ef530d2aca0bf3d70.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-800-1521ab2b72997e1419ecca77615396e2c6955388ce72f60aab56373fb8f6f931.svg#LeagueSpartan) format("svg");
}

/* league-spartan-900 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/league_spartan/league-spartan-v4-latin-900-5086ebd6ce0a8cf9d9ad58b8c8119829f57240b5427d7a17c5df02e429e588b2.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-900-5086ebd6ce0a8cf9d9ad58b8c8119829f57240b5427d7a17c5df02e429e588b2.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-900-7512d2ff1a2af9b8ba558d92defb8523fda91a5063446829982a44ad2a05683e.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-900-3d9dba31ea0884b1f1c84e4bea74f12b7bf734af54efb39e86e2d3bd40d6d26f.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-900-7540216b20c1cc9b17cb189601cb140d3ac2a51ccb16cf939d5233f9513ad6b5.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-900-33e1da618d2842a323e90831f0bf19407a2115cfd6d6553ef685f7d30111b86a.svg#LeagueSpartan) format("svg");
}

/* montserrat-100 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/montserrat/montserrat-v23-latin-100-c10b78720071091491942b9fc3ba0aefc681f033909d357dac3480d84cb3c3a6.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-100-c10b78720071091491942b9fc3ba0aefc681f033909d357dac3480d84cb3c3a6.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-100-c054716ebba5f5c08e94995fb1ba5bffe7811f49a7404d37b710d1bddb3b40bd.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-100-0db7c95900d7e0c8663b2233c60c2669eea623c40980ced58491e2cf403289de.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-100-5a7e028bc9c25f6aa07915e7f53411180a094e38086462f479007c421da94ed5.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-100-cfadcc0dbac39fac43850b25a25bd8c05f4f943869af914e64ca295742e73ee4.svg#Montserrat) format("svg");
}

/* montserrat-200 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/montserrat/montserrat-v23-latin-200-bc01e0f0619950252987974335fa23e05ab49ba7af3d184a88994747d44265b0.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-200-bc01e0f0619950252987974335fa23e05ab49ba7af3d184a88994747d44265b0.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-200-7d932c2298917ae5b86268fb76964131de3d62baa548a015af9e08796120c23b.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-200-a7f473d2fa7ba2355c0e450e40db6822f77f32114131bbcb159c3f9922c51dfe.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-200-4662135939ace027398066fd316d84eb519bdbc52177e59d4d28f6d1e3f4b858.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-200-59b04639900eb1d8ae29024d2718757d2b0376d7f8dc66bba5c947e47eec75ee.svg#Montserrat) format("svg");
}

/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/montserrat/montserrat-v23-latin-300-6ae8dec903c23a13bb8e0203bccd88c9291424b573a32ab28b7460e5d93e56e5.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-300-6ae8dec903c23a13bb8e0203bccd88c9291424b573a32ab28b7460e5d93e56e5.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-300-3304889c80cc7904e730f4c84290e9b4a39a9ee1408da7ee96eac385e5043301.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-300-ed4a4dc46f5fbd7b31519825f20c21f7c446de74c0ab198d8d564ed7f189ec03.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-300-f097b76e9a61acbf150587cd36813c33b5a4a1191cebe4121a7d4aa9b2cb1fee.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-300-514fa84bcdf5a02590588cbd91a1bf1674fa649af1cad1eb1dfdc261474e4c35.svg#Montserrat) format("svg");
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v23-latin-regular-fa5958291468c7cbed8d772faa1ef331d296fcdf3d65f97b8d38332dfffad7cf.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-regular-fa5958291468c7cbed8d772faa1ef331d296fcdf3d65f97b8d38332dfffad7cf.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-regular-8ae7d782677a6aa1a1843cfc459e3eb2ae3100eca20908e340f15ae22d478c5c.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-regular-6cddfdb7707a3a002498ed2ac089f1addde9c1065ae2bf4416d186daa37102ff.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-regular-28e8e8379b1cc721a0e476609e06b80cb9085147d7252684db0299cd3cb430fe.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-regular-030973530de5bb6dfb6da46e1c20e1f237c2c0be5445168577cf04b1abcd58cc.svg#Montserrat) format("svg");
}

/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/montserrat/montserrat-v23-latin-500-b865e92d27a7ab818a074bbbf81923c1470ff02cce8b85e58a95c03e8fad1b9b.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-500-b865e92d27a7ab818a074bbbf81923c1470ff02cce8b85e58a95c03e8fad1b9b.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-500-5eadd803b28383fc7b95cd45b60c2510c5d7006e4e024a1250fc8721b35872ce.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-500-343b91a687f3625d24c1a6eb205bce7ae12b7c1d3bf30c7a9430993b6b55f6ad.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-500-d939c2ac77dfd337bf5329344cfa98343c7c09d1f68749210d2435ef75520ec5.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-500-940950f16e714c04bcdc0525f974187394e5a1fd20a9fbf306857802700c08e2.svg#Montserrat) format("svg");
}

/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/montserrat/montserrat-v23-latin-600-f10590f39e588cf654c65c4d25048aa49bfcfeebe3dab72a597a29298c8a72d8.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-600-f10590f39e588cf654c65c4d25048aa49bfcfeebe3dab72a597a29298c8a72d8.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-600-c7255cf7323b790a5b14e28d6c0bb52f3d9db9fc8b25a94669cebf126b0ccbc1.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-600-0d924c802aba6025869e2191189d4d06032ac769522bc866f5ea4b5ebc7a2379.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-600-f8bee17133a156ec6ddd135ea41c71bcfa4e517ceecb0de8a98511bd06101fd3.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-600-f4ee0260a1f5c229a8c1dca37f6403137939987555f357aeb5299fe88c9892be.svg#Montserrat) format("svg");
}

/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v23-latin-700-78b6f65d6c6249056b8ab93c4a673f1056693f7be9da10f3915662d6c51017db.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-700-78b6f65d6c6249056b8ab93c4a673f1056693f7be9da10f3915662d6c51017db.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-700-1f57806654bc97b314775c4fb97f7fd4eb75a0b3663131faa022ab024d3da36e.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-700-d966dd7070e53221d1509bac7d20b90ea0a56707ad5a8e3095665d7eab137770.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-700-e5e247c130f5c1d514c2ef3870ae55ef1ef03b76fbc71f02dd43b6a668e506fa.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-700-73246fa938f3506ef67419244b8ab1eb3f5f0e333bab715c69877f077384cd12.svg#Montserrat) format("svg");
}

/* montserrat-800 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/montserrat/montserrat-v23-latin-800-751d0fd258bb48946b5ef6062abcbe6696be058a60eeb35eeaf112c14a90ffd8.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-800-751d0fd258bb48946b5ef6062abcbe6696be058a60eeb35eeaf112c14a90ffd8.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-800-3b25800ab960a070fa15e7bd7f70a7b7eb139f05fb12901f8ea9826ce09cd655.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-800-0925706b9f6e8cee55c57faa74c1d6b9fceba6ca9ff38149ec18d4e3d1d3579b.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-800-7e1b042387337c491353f4cdf81348bd24d1d92d8f5712f911ed9745681c0651.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-800-9382a84de9fda83086ac488b791b9f5982d09187006b9799d1b8ea615bbc59f2.svg#Montserrat) format("svg");
}

/* montserrat-100italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url(/assets/montserrat/montserrat-v23-latin-100italic-07a84c0f716222f8cb4225d7025b2652c70b40c1fa980ec8653db0f14b6f3b61.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-100italic-07a84c0f716222f8cb4225d7025b2652c70b40c1fa980ec8653db0f14b6f3b61.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-100italic-27226aa9d114527d01671fdd27c870138e7e125a3c04ece9bd9cf6f1ead07cba.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-100italic-8ce9064de3b1a3b84a151cb133e16c37c848dd6583f3611902e6c74b4a3a38c4.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-100italic-9e3923454d8ed9ace65b665cfc8dca39cbeeedc3bc12344f7201e588c62d8c47.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-100italic-0ac7bd0dcdda7c358d7612c78ade48dbb3eac8e4f5b210929c62238f5ed3d89f.svg#Montserrat) format("svg");
}

/* montserrat-200italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: url(/assets/montserrat/montserrat-v23-latin-200italic-fc9745977f5bbe60bbde3f1136b86f16bf0468f9c4c5a824bccc66db41271223.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-200italic-fc9745977f5bbe60bbde3f1136b86f16bf0468f9c4c5a824bccc66db41271223.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-200italic-2487d5d304548728b1d59e200768d905aaea64819c497def68e92f98c5287df3.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-200italic-d4c9186442589f5f915936d5a2fc65ced1564fd87780c27d54da86d956c2860b.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-200italic-04fab058f22e6d0b81b4c1912b36288d1aa07bebfde39b4c9589ebdb8e793ce6.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-200italic-6070bf60af0d3c02da35ab367120d869d70f0560c77900ee7c12e6dccda3dc37.svg#Montserrat) format("svg");
}

/* montserrat-300italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/montserrat/montserrat-v23-latin-300italic-1ab2c0c730d47ee6f012fc0d04fd0746f577ad352c27adf4e21cdd245d1ea25c.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-300italic-1ab2c0c730d47ee6f012fc0d04fd0746f577ad352c27adf4e21cdd245d1ea25c.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-300italic-7560f10e0b99508250b8998a1e5c879a1649c8b34a1ea56b0bffa2be800f6136.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-300italic-acd688b47efcfeda96e078fc02b0bc7a44365935ce176c8d4ab56ae5c702c535.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-300italic-252cd8546c6f86240fd9142db31457d21e1a4ea8fc3ec3aed8e7cb3d502a0142.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-300italic-21b2136dac4579a874b79ca2ce155d1ae7f568445c7a1ab4a9f371e88eb0802f.svg#Montserrat) format("svg");
}

/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v23-latin-italic-511532ac42c2996493cba4e8a5236ba2e49a1e3509385ab41d4bbd294577a6e1.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-italic-511532ac42c2996493cba4e8a5236ba2e49a1e3509385ab41d4bbd294577a6e1.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-italic-1488c644dab95844707dd285e56a95bd1b615cff6c7378e9d223a86fbd930603.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-italic-159b1df6f5cdd49151fe9683029a1858e8181afa21d4eb21a8524adad97fe0d7.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-italic-06bfdf5dc2cd6f40b65d7913c9b79fb18252481a2bcf9480d9c41804bcf2748c.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-italic-b166b17bb9cf3a055de3719c5515296fde06fa2ea62364c55f3096e738fa4bde.svg#Montserrat) format("svg");
}

/* montserrat-500italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url(/assets/montserrat/montserrat-v23-latin-500italic-95857e90208d9dfd004de2df310534460bd12655041806ba16726a4ee062354e.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-500italic-95857e90208d9dfd004de2df310534460bd12655041806ba16726a4ee062354e.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-500italic-5c1c3aa60082fc2424bbd2362ce80779119f54d2bc3aaf68a86ca29ede8f542a.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-500italic-fb6b1fbf700e35ddd7e770b58ca8036c3e6e84838feca5e0bb4bc4af2c08fd20.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-500italic-525f6a945881f41aa39ac2012ec00b8fa371b8da9def6d2771445ab22cdb6bbe.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-500italic-2990c231616ab26e9df3f5f2f1fd76d854308bd42288eaab52adb34a5ae04c33.svg#Montserrat) format("svg");
}

/* montserrat-600italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(/assets/montserrat/montserrat-v23-latin-600italic-2c5e8621e9c19263432aeba10a60270baed3efd089addfdb9a28efe74e104b6e.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-600italic-2c5e8621e9c19263432aeba10a60270baed3efd089addfdb9a28efe74e104b6e.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-600italic-51d53df291a8aa2e033a215f339ee2683ecce6a82da5be4275d6281e029362fb.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-600italic-167d8597cccb17d5e4720c07fd7a18aa73e8c00de09407feffb090bd169dcdb3.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-600italic-1c2fc5b9ec93114b91cd464eff34ca40cecaa43bc23c450121a45c6a9b1a3377.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-600italic-cd12ca277b889601f19c434e391da97ed2a1fcda36bef0c1e5926e3d20eda594.svg#Montserrat) format("svg");
}

/* montserrat-700italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v23-latin-700italic-a07430906bf27ccea8eae4edffb9bd09c9c27d1130695c16113ad1c868c92ddb.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-700italic-a07430906bf27ccea8eae4edffb9bd09c9c27d1130695c16113ad1c868c92ddb.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-700italic-c2384143b6c9d3f2f48716cc568c7c23c385826077a527593ab15833838a55f4.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-700italic-bca6c41e71334a44862fcdec751e5433eaeb9a1c1ac7048aa4ffcb4f8269ce98.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-700italic-371d4b05b44ff40506677c45410df6c957f52a6ec9b561939cc844e1b25928b2.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-700italic-3124161fb130f68dc6980237c30aaf999bbc1bcc0b7e7da4783786de7316e44f.svg#Montserrat) format("svg");
}

/* montserrat-800italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url(/assets/montserrat/montserrat-v23-latin-800italic-2c4bbd61baedb5d22c30e38b11ef9732d9eb202106d67ea59b9b414037cc8839.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-800italic-2c4bbd61baedb5d22c30e38b11ef9732d9eb202106d67ea59b9b414037cc8839.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-800italic-3fc60a1e64aedc9b74982eaa762c9abcd82a52b7a9e4b60f4144035fa2732369.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-800italic-ec77e003c2dff3ba39d4682aaa9da8301af8378d3320b6ea541945f4873c2337.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-800italic-db16995fcb155da2d44fee6f8bfad7455e06de313c5e7fcdb500246d1bef4915.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-800italic-dc01e0aff3250817a6f50cd826ea26ab0a9bde0e91134a493b11f0a9eef4c860.svg#Montserrat) format("svg");
}

/* montserrat-900italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url(/assets/montserrat/montserrat-v23-latin-900italic-af1bedc85eccdb1453f46648868c877570c3a7a3cdea15a40ec2361be9710606.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-900italic-af1bedc85eccdb1453f46648868c877570c3a7a3cdea15a40ec2361be9710606.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-900italic-a2cfc06af76639b863bc1cdffa06a3eaa93392ba7be0a49aec215aaf53582033.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-900italic-68bd697a6dac117e49b28c4c25f4668d5a3a88b08ec32c7af4cdd72cb4ceda32.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-900italic-5533024e0cdd91ca4d3b64e7263bbbb2829203d1ba20e0d8d73e2c07886eae88.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-900italic-45a3d36b0275c9b11e834318931c226607f8e4f50127214630cc7665e945a629.svg#Montserrat) format("svg");
}

@font-face {
  font-family: "Open Sans";
  src: url(/assets/OpenSans-VariableFont_wdth,wght-ca6012045e97049dd0da9d2e8fbc50173b48f1e1fa387784c92eff8b1c755569.ttf);
}
/* league-spartan-100 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/league_spartan/league-spartan-v4-latin-100-c4afee9ffcf4aab5835acdd2f97f98d9a3c2e9b8466995dfeb351dfdbb7b3f21.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-100-c4afee9ffcf4aab5835acdd2f97f98d9a3c2e9b8466995dfeb351dfdbb7b3f21.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-100-6c7ddcc7c7ff11ab2864f19e1aabbc9337aeb3e6e2dbe1011bb8b78d09f54c7a.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-100-f9387a42dae03028888598f04eb59ffce7a377737e46e0afe2d3b16e89d8e62d.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-100-330a52bddc6c1e26e247da64537d62996097e38508182c536600e70d0c57d213.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-100-1fba3bb1f706d0dddd5d305667a32f1460f473a65f441748b7a1b784db1fcd07.svg#LeagueSpartan) format("svg");
}

/* league-spartan-300 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/league_spartan/league-spartan-v4-latin-300-04cac928a6ae3676009eba9acaa26caf0b6da821312ae9b15b8f7d35955fa567.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-300-04cac928a6ae3676009eba9acaa26caf0b6da821312ae9b15b8f7d35955fa567.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-300-78fe350a5f8aabf3f6118824277a7ae82512625b9a7fcaaf4e8db83f32b019f0.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-300-e5347e1abe8907794318a6df5db8c101481488e6c86b727a3a24e55d7b5f4837.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-300-6f6783e8facd5f8079aeaf17f3df2a8b41dd99cb095620986b2baefef0a0126c.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-300-5d76f7486323ab85fae3973ee1581b8f93ba3cf5773a7d07b6539fdb14510f22.svg#LeagueSpartan) format("svg");
}

/* league-spartan-regular - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/league_spartan/league-spartan-v4-latin-regular-704641eb416969aa4607b2e39673b059c1c4e73876480b71009cfc6666671671.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-regular-704641eb416969aa4607b2e39673b059c1c4e73876480b71009cfc6666671671.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-regular-240f668ddd9ec2d8fa384e1de4295186a42af83f3dac8f5b3d64c369e0c03e88.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-regular-6f1c70d043fa1398fac45a9b1d4412e4e9437bf57f4b89a0b9a97213303d7202.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-regular-effa73fc5cdaab316d0f6258d906722bfa7f69e7470dd731cfd7fa2899582a22.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-regular-2c77031a3a41a729227911067035d842843956c6c584c83eedcbb57e67f63938.svg#LeagueSpartan) format("svg");
}

/* league-spartan-200 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/league_spartan/league-spartan-v4-latin-200-382462585dcd97f85795d079f9b10fa7cea0c5e0365093889e99cb221ad147f7.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-200-382462585dcd97f85795d079f9b10fa7cea0c5e0365093889e99cb221ad147f7.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-200-13813ad82e038bd8358e8271d5f647d27cde1ae1ca37e74f339205ed2ca47597.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-200-3279a469f6c9ec3b054cf85b208d0974d60aa06a6892231679889facd9a9353e.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-200-c67a2eeef62f75165e48031356547f835b615b72bee9052ca41c3085ec6cae4e.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-200-5724e68b7f916b2c93c5c6aa4b8389919fd8ad3c3803f2a630406a9d7be8e4df.svg#LeagueSpartan) format("svg");
}

/* league-spartan-600 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/league_spartan/league-spartan-v4-latin-600-f0bd5b01f260d02270345fb58a9825bdeaaa9a31a99100b10889ea03a7ab83a6.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-600-f0bd5b01f260d02270345fb58a9825bdeaaa9a31a99100b10889ea03a7ab83a6.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-600-96c76e8ae0e698487b90a4f0db7e5abcd2ceea238c784cd2e5922c2bf3a4bae3.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-600-abcb47b7b1781aaeea1f48d06cf6df321fd889d5d1d8fd5f2bc056b66aab3558.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-600-225f04f8b888bc794dda6a61adb1296384b7814290fdd8b7ce80a6ac60d9d82c.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-600-3ddafac8a64e09f1b1ca5643bb99ba1bb8288405ebcdeb96d158dba11c3b4460.svg#LeagueSpartan) format("svg");
}

/* league-spartan-500 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/league_spartan/league-spartan-v4-latin-500-2a7fd2bf9bdb5494d225b6336c7e7b7018e0c9ca003739fdc93f176717fb3e61.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-500-2a7fd2bf9bdb5494d225b6336c7e7b7018e0c9ca003739fdc93f176717fb3e61.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-500-0ae9392e7835dc3cf83629582510e9fea3d2669ba5f94989f5cb448a706c67d6.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-500-7f276c3d5e4d3d38d10445240cc8c8907c6f6aafce0e7e8d5b6a7315a2af7484.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-500-850db6cdcbd5a8436f75458c6bafb610a84a9803ea63a9197aae3ef1b13ba64f.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-500-db631c4afa14e4812f42e31f908baa4518c8d6ed5f3544cd9a03394c5ff379d8.svg#LeagueSpartan) format("svg");
}

/* league-spartan-700 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/league_spartan/league-spartan-v4-latin-700-39da15f6b4bbbdf59fe08fe3f9751b6ac9b525886b0f4c036921ef2cfc9c2bde.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-700-39da15f6b4bbbdf59fe08fe3f9751b6ac9b525886b0f4c036921ef2cfc9c2bde.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-700-1220df6705958a56bc810b48678ee39d8c7a7bc5ddd53040009d9b641c606a75.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-700-1364ed25d98b437637326dd72d358fc5aeb0a7b586522c585717be313d2b0ea4.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-700-10c0a3d3a36a413fa1ce45cc17a2a66c7a2935d70855e0bfdf2c663d2f4b757f.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-700-a08fe419e11e352b9929e82c99ba1629e20d20da86278154bbd936aba8c4a910.svg#LeagueSpartan) format("svg");
}

/* league-spartan-800 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/league_spartan/league-spartan-v4-latin-800-3c885447a1a632007a27814d76354d9a8fd52868906fa1637f1cab06484a5afa.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-800-3c885447a1a632007a27814d76354d9a8fd52868906fa1637f1cab06484a5afa.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-800-b6b0ca4f651768a541be5959d8f4ce15d3eb68e2b3ddbc4b212d0908d8c8e12f.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-800-10bc97293674f58eed93eab538ce5ffa290aab3361489ccba463bb51c1aca00b.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-800-ab41edfeabb0686906b91cdc9771713c2a6fb30233d6b97ef530d2aca0bf3d70.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-800-1521ab2b72997e1419ecca77615396e2c6955388ce72f60aab56373fb8f6f931.svg#LeagueSpartan) format("svg");
}

/* league-spartan-900 - latin */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/league_spartan/league-spartan-v4-latin-900-5086ebd6ce0a8cf9d9ad58b8c8119829f57240b5427d7a17c5df02e429e588b2.eot);
  src: local(""), url(/assets/league_spartan/league-spartan-v4-latin-900-5086ebd6ce0a8cf9d9ad58b8c8119829f57240b5427d7a17c5df02e429e588b2.eot?#iefix) format("embedded-opentype"), url(/assets/league_spartan/league-spartan-v4-latin-900-7512d2ff1a2af9b8ba558d92defb8523fda91a5063446829982a44ad2a05683e.woff2) format("woff2"), url(/assets/league_spartan/league-spartan-v4-latin-900-3d9dba31ea0884b1f1c84e4bea74f12b7bf734af54efb39e86e2d3bd40d6d26f.woff) format("woff"), url(/assets/league_spartan/league-spartan-v4-latin-900-7540216b20c1cc9b17cb189601cb140d3ac2a51ccb16cf939d5233f9513ad6b5.ttf) format("truetype"), url(/assets/league_spartan/league-spartan-v4-latin-900-33e1da618d2842a323e90831f0bf19407a2115cfd6d6553ef685f7d30111b86a.svg#LeagueSpartan) format("svg");
}
/* montserrat-100 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/montserrat/montserrat-v23-latin-100-c10b78720071091491942b9fc3ba0aefc681f033909d357dac3480d84cb3c3a6.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-100-c10b78720071091491942b9fc3ba0aefc681f033909d357dac3480d84cb3c3a6.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-100-c054716ebba5f5c08e94995fb1ba5bffe7811f49a7404d37b710d1bddb3b40bd.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-100-0db7c95900d7e0c8663b2233c60c2669eea623c40980ced58491e2cf403289de.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-100-5a7e028bc9c25f6aa07915e7f53411180a094e38086462f479007c421da94ed5.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-100-cfadcc0dbac39fac43850b25a25bd8c05f4f943869af914e64ca295742e73ee4.svg#Montserrat) format("svg");
}

/* montserrat-200 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/montserrat/montserrat-v23-latin-200-bc01e0f0619950252987974335fa23e05ab49ba7af3d184a88994747d44265b0.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-200-bc01e0f0619950252987974335fa23e05ab49ba7af3d184a88994747d44265b0.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-200-7d932c2298917ae5b86268fb76964131de3d62baa548a015af9e08796120c23b.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-200-a7f473d2fa7ba2355c0e450e40db6822f77f32114131bbcb159c3f9922c51dfe.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-200-4662135939ace027398066fd316d84eb519bdbc52177e59d4d28f6d1e3f4b858.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-200-59b04639900eb1d8ae29024d2718757d2b0376d7f8dc66bba5c947e47eec75ee.svg#Montserrat) format("svg");
}

/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/montserrat/montserrat-v23-latin-300-6ae8dec903c23a13bb8e0203bccd88c9291424b573a32ab28b7460e5d93e56e5.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-300-6ae8dec903c23a13bb8e0203bccd88c9291424b573a32ab28b7460e5d93e56e5.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-300-3304889c80cc7904e730f4c84290e9b4a39a9ee1408da7ee96eac385e5043301.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-300-ed4a4dc46f5fbd7b31519825f20c21f7c446de74c0ab198d8d564ed7f189ec03.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-300-f097b76e9a61acbf150587cd36813c33b5a4a1191cebe4121a7d4aa9b2cb1fee.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-300-514fa84bcdf5a02590588cbd91a1bf1674fa649af1cad1eb1dfdc261474e4c35.svg#Montserrat) format("svg");
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v23-latin-regular-fa5958291468c7cbed8d772faa1ef331d296fcdf3d65f97b8d38332dfffad7cf.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-regular-fa5958291468c7cbed8d772faa1ef331d296fcdf3d65f97b8d38332dfffad7cf.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-regular-8ae7d782677a6aa1a1843cfc459e3eb2ae3100eca20908e340f15ae22d478c5c.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-regular-6cddfdb7707a3a002498ed2ac089f1addde9c1065ae2bf4416d186daa37102ff.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-regular-28e8e8379b1cc721a0e476609e06b80cb9085147d7252684db0299cd3cb430fe.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-regular-030973530de5bb6dfb6da46e1c20e1f237c2c0be5445168577cf04b1abcd58cc.svg#Montserrat) format("svg");
}

/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/montserrat/montserrat-v23-latin-500-b865e92d27a7ab818a074bbbf81923c1470ff02cce8b85e58a95c03e8fad1b9b.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-500-b865e92d27a7ab818a074bbbf81923c1470ff02cce8b85e58a95c03e8fad1b9b.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-500-5eadd803b28383fc7b95cd45b60c2510c5d7006e4e024a1250fc8721b35872ce.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-500-343b91a687f3625d24c1a6eb205bce7ae12b7c1d3bf30c7a9430993b6b55f6ad.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-500-d939c2ac77dfd337bf5329344cfa98343c7c09d1f68749210d2435ef75520ec5.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-500-940950f16e714c04bcdc0525f974187394e5a1fd20a9fbf306857802700c08e2.svg#Montserrat) format("svg");
}

/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/montserrat/montserrat-v23-latin-600-f10590f39e588cf654c65c4d25048aa49bfcfeebe3dab72a597a29298c8a72d8.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-600-f10590f39e588cf654c65c4d25048aa49bfcfeebe3dab72a597a29298c8a72d8.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-600-c7255cf7323b790a5b14e28d6c0bb52f3d9db9fc8b25a94669cebf126b0ccbc1.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-600-0d924c802aba6025869e2191189d4d06032ac769522bc866f5ea4b5ebc7a2379.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-600-f8bee17133a156ec6ddd135ea41c71bcfa4e517ceecb0de8a98511bd06101fd3.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-600-f4ee0260a1f5c229a8c1dca37f6403137939987555f357aeb5299fe88c9892be.svg#Montserrat) format("svg");
}

/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v23-latin-700-78b6f65d6c6249056b8ab93c4a673f1056693f7be9da10f3915662d6c51017db.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-700-78b6f65d6c6249056b8ab93c4a673f1056693f7be9da10f3915662d6c51017db.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-700-1f57806654bc97b314775c4fb97f7fd4eb75a0b3663131faa022ab024d3da36e.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-700-d966dd7070e53221d1509bac7d20b90ea0a56707ad5a8e3095665d7eab137770.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-700-e5e247c130f5c1d514c2ef3870ae55ef1ef03b76fbc71f02dd43b6a668e506fa.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-700-73246fa938f3506ef67419244b8ab1eb3f5f0e333bab715c69877f077384cd12.svg#Montserrat) format("svg");
}

/* montserrat-800 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/montserrat/montserrat-v23-latin-800-751d0fd258bb48946b5ef6062abcbe6696be058a60eeb35eeaf112c14a90ffd8.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-800-751d0fd258bb48946b5ef6062abcbe6696be058a60eeb35eeaf112c14a90ffd8.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-800-3b25800ab960a070fa15e7bd7f70a7b7eb139f05fb12901f8ea9826ce09cd655.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-800-0925706b9f6e8cee55c57faa74c1d6b9fceba6ca9ff38149ec18d4e3d1d3579b.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-800-7e1b042387337c491353f4cdf81348bd24d1d92d8f5712f911ed9745681c0651.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-800-9382a84de9fda83086ac488b791b9f5982d09187006b9799d1b8ea615bbc59f2.svg#Montserrat) format("svg");
}

/* montserrat-100italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url(/assets/montserrat/montserrat-v23-latin-100italic-07a84c0f716222f8cb4225d7025b2652c70b40c1fa980ec8653db0f14b6f3b61.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-100italic-07a84c0f716222f8cb4225d7025b2652c70b40c1fa980ec8653db0f14b6f3b61.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-100italic-27226aa9d114527d01671fdd27c870138e7e125a3c04ece9bd9cf6f1ead07cba.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-100italic-8ce9064de3b1a3b84a151cb133e16c37c848dd6583f3611902e6c74b4a3a38c4.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-100italic-9e3923454d8ed9ace65b665cfc8dca39cbeeedc3bc12344f7201e588c62d8c47.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-100italic-0ac7bd0dcdda7c358d7612c78ade48dbb3eac8e4f5b210929c62238f5ed3d89f.svg#Montserrat) format("svg");
}

/* montserrat-200italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: url(/assets/montserrat/montserrat-v23-latin-200italic-fc9745977f5bbe60bbde3f1136b86f16bf0468f9c4c5a824bccc66db41271223.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-200italic-fc9745977f5bbe60bbde3f1136b86f16bf0468f9c4c5a824bccc66db41271223.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-200italic-2487d5d304548728b1d59e200768d905aaea64819c497def68e92f98c5287df3.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-200italic-d4c9186442589f5f915936d5a2fc65ced1564fd87780c27d54da86d956c2860b.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-200italic-04fab058f22e6d0b81b4c1912b36288d1aa07bebfde39b4c9589ebdb8e793ce6.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-200italic-6070bf60af0d3c02da35ab367120d869d70f0560c77900ee7c12e6dccda3dc37.svg#Montserrat) format("svg");
}

/* montserrat-300italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/montserrat/montserrat-v23-latin-300italic-1ab2c0c730d47ee6f012fc0d04fd0746f577ad352c27adf4e21cdd245d1ea25c.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-300italic-1ab2c0c730d47ee6f012fc0d04fd0746f577ad352c27adf4e21cdd245d1ea25c.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-300italic-7560f10e0b99508250b8998a1e5c879a1649c8b34a1ea56b0bffa2be800f6136.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-300italic-acd688b47efcfeda96e078fc02b0bc7a44365935ce176c8d4ab56ae5c702c535.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-300italic-252cd8546c6f86240fd9142db31457d21e1a4ea8fc3ec3aed8e7cb3d502a0142.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-300italic-21b2136dac4579a874b79ca2ce155d1ae7f568445c7a1ab4a9f371e88eb0802f.svg#Montserrat) format("svg");
}

/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v23-latin-italic-511532ac42c2996493cba4e8a5236ba2e49a1e3509385ab41d4bbd294577a6e1.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-italic-511532ac42c2996493cba4e8a5236ba2e49a1e3509385ab41d4bbd294577a6e1.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-italic-1488c644dab95844707dd285e56a95bd1b615cff6c7378e9d223a86fbd930603.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-italic-159b1df6f5cdd49151fe9683029a1858e8181afa21d4eb21a8524adad97fe0d7.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-italic-06bfdf5dc2cd6f40b65d7913c9b79fb18252481a2bcf9480d9c41804bcf2748c.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-italic-b166b17bb9cf3a055de3719c5515296fde06fa2ea62364c55f3096e738fa4bde.svg#Montserrat) format("svg");
}

/* montserrat-500italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url(/assets/montserrat/montserrat-v23-latin-500italic-95857e90208d9dfd004de2df310534460bd12655041806ba16726a4ee062354e.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-500italic-95857e90208d9dfd004de2df310534460bd12655041806ba16726a4ee062354e.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-500italic-5c1c3aa60082fc2424bbd2362ce80779119f54d2bc3aaf68a86ca29ede8f542a.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-500italic-fb6b1fbf700e35ddd7e770b58ca8036c3e6e84838feca5e0bb4bc4af2c08fd20.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-500italic-525f6a945881f41aa39ac2012ec00b8fa371b8da9def6d2771445ab22cdb6bbe.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-500italic-2990c231616ab26e9df3f5f2f1fd76d854308bd42288eaab52adb34a5ae04c33.svg#Montserrat) format("svg");
}

/* montserrat-600italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(/assets/montserrat/montserrat-v23-latin-600italic-2c5e8621e9c19263432aeba10a60270baed3efd089addfdb9a28efe74e104b6e.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-600italic-2c5e8621e9c19263432aeba10a60270baed3efd089addfdb9a28efe74e104b6e.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-600italic-51d53df291a8aa2e033a215f339ee2683ecce6a82da5be4275d6281e029362fb.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-600italic-167d8597cccb17d5e4720c07fd7a18aa73e8c00de09407feffb090bd169dcdb3.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-600italic-1c2fc5b9ec93114b91cd464eff34ca40cecaa43bc23c450121a45c6a9b1a3377.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-600italic-cd12ca277b889601f19c434e391da97ed2a1fcda36bef0c1e5926e3d20eda594.svg#Montserrat) format("svg");
}

/* montserrat-700italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v23-latin-700italic-a07430906bf27ccea8eae4edffb9bd09c9c27d1130695c16113ad1c868c92ddb.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-700italic-a07430906bf27ccea8eae4edffb9bd09c9c27d1130695c16113ad1c868c92ddb.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-700italic-c2384143b6c9d3f2f48716cc568c7c23c385826077a527593ab15833838a55f4.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-700italic-bca6c41e71334a44862fcdec751e5433eaeb9a1c1ac7048aa4ffcb4f8269ce98.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-700italic-371d4b05b44ff40506677c45410df6c957f52a6ec9b561939cc844e1b25928b2.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-700italic-3124161fb130f68dc6980237c30aaf999bbc1bcc0b7e7da4783786de7316e44f.svg#Montserrat) format("svg");
}

/* montserrat-800italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url(/assets/montserrat/montserrat-v23-latin-800italic-2c4bbd61baedb5d22c30e38b11ef9732d9eb202106d67ea59b9b414037cc8839.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-800italic-2c4bbd61baedb5d22c30e38b11ef9732d9eb202106d67ea59b9b414037cc8839.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-800italic-3fc60a1e64aedc9b74982eaa762c9abcd82a52b7a9e4b60f4144035fa2732369.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-800italic-ec77e003c2dff3ba39d4682aaa9da8301af8378d3320b6ea541945f4873c2337.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-800italic-db16995fcb155da2d44fee6f8bfad7455e06de313c5e7fcdb500246d1bef4915.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-800italic-dc01e0aff3250817a6f50cd826ea26ab0a9bde0e91134a493b11f0a9eef4c860.svg#Montserrat) format("svg");
}

/* montserrat-900italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url(/assets/montserrat/montserrat-v23-latin-900italic-af1bedc85eccdb1453f46648868c877570c3a7a3cdea15a40ec2361be9710606.eot);
  src: local(""), url(/assets/montserrat/montserrat-v23-latin-900italic-af1bedc85eccdb1453f46648868c877570c3a7a3cdea15a40ec2361be9710606.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-900italic-a2cfc06af76639b863bc1cdffa06a3eaa93392ba7be0a49aec215aaf53582033.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-900italic-68bd697a6dac117e49b28c4c25f4668d5a3a88b08ec32c7af4cdd72cb4ceda32.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-900italic-5533024e0cdd91ca4d3b64e7263bbbb2829203d1ba20e0d8d73e2c07886eae88.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-900italic-45a3d36b0275c9b11e834318931c226607f8e4f50127214630cc7665e945a629.svg#Montserrat) format("svg");
}
/* line 2, app/assets/stylesheets/components/reusables.scss */
.text-center {
  text-align: center;
}

/* line 6, app/assets/stylesheets/components/reusables.scss */
.m-0 {
  margin: 0 !important;
}

/* line 10, app/assets/stylesheets/components/reusables.scss */
.container .row {
  display: flex;
}

/* line 12, app/assets/stylesheets/components/reusables.scss */
.container .row .col-sm-3 {
  flex: 1;
  margin-right: 12px;
}

/* line 16, app/assets/stylesheets/components/reusables.scss */
.container .row .col-sm-9 {
  flex: 4;
}

/* line 21, app/assets/stylesheets/components/reusables.scss */
.border {
  border: 1px solid gainsboro;
}

/* line 25, app/assets/stylesheets/components/reusables.scss */
.d-flex {
  display: flex;
}

/* line 29, app/assets/stylesheets/components/reusables.scss */
.align-items-center {
  align-items: center;
}

/* line 33, app/assets/stylesheets/components/reusables.scss */
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 38, app/assets/stylesheets/components/reusables.scss */
.py-3 {
  padding-bottom: 12px;
  padding-top: 12px;
}

/* line 43, app/assets/stylesheets/components/reusables.scss */
.mb-2 {
  margin-bottom: 8px;
}

/* line 47, app/assets/stylesheets/components/reusables.scss */
.rounded {
  border-radius: 4px;
}

/* line 51, app/assets/stylesheets/components/reusables.scss */
.p-3 {
  padding: 12px;
}

/* line 54, app/assets/stylesheets/components/reusables.scss */
.mt-3 {
  margin-top: 12px;
}

/* line 57, app/assets/stylesheets/components/reusables.scss */
.ml-3 {
  margin-left: 12px;
}

/* line 61, app/assets/stylesheets/components/reusables.scss */
.file.optional {
  display: block;
}

/* line 65, app/assets/stylesheets/components/reusables.scss */
.align-item-center {
  align-items: center;
}

/* line 69, app/assets/stylesheets/components/reusables.scss */
.btn.btn-primary {
  background-color: #f2211d;
  color: white;
  outline: none !important;
  border-radius: 4px;
  border: none !important;
  padding: 10px !important;
  font-size: 12px;
}
/* The switch - the box around the slider */
/* line 3, app/assets/stylesheets/components/switch.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

/* Hide default HTML checkbox */
/* line 11, app/assets/stylesheets/components/switch.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* line 18, app/assets/stylesheets/components/switch.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 30, app/assets/stylesheets/components/switch.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 42, app/assets/stylesheets/components/switch.scss */
input:checked + .slider {
  background-color: #2196F3;
}

/* line 46, app/assets/stylesheets/components/switch.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 50, app/assets/stylesheets/components/switch.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
/* line 57, app/assets/stylesheets/components/switch.scss */
.slider.round {
  border-radius: 16px;
}

/* line 61, app/assets/stylesheets/components/switch.scss */
.slider.round:before {
  border-radius: 50%;
}
/* line 1, app/assets/stylesheets/home.scss */
html {
  scroll-behavior: smooth;
}

/* line 5, app/assets/stylesheets/home.scss */
.landing-page {
  background-color: white;
}

/* line 9, app/assets/stylesheets/home.scss */
.navbar {
  padding: 30px 70px;
}

/* line 12, app/assets/stylesheets/home.scss */
.navbar a.navbar-brand {
  padding: 0;
}

/* line 16, app/assets/stylesheets/home.scss */
.navbar .header-logo {
  height: 52px;
}

/* line 20, app/assets/stylesheets/home.scss */
.navbar .header-link {
  font-family: "League Spartan";
  font-weight: bold !important;
  font-size: 22px !important;
  letter-spacing: 0px;
  color: #023951 !important;
  opacity: 1;
}

/* line 29, app/assets/stylesheets/home.scss */
.navbar .header-items {
  margin-left: calc(230px);
  margin-right: calc(150px);
  justify-content: space-between;
  flex: 1;
}

/* line 37, app/assets/stylesheets/home.scss */
#hero {
  margin-bottom: 160px;
  width: 100vw;
  position: relative;
  background-color: white;
  overflow: hidden;
}

/* line 43, app/assets/stylesheets/home.scss */
#hero img {
  z-index: 1;
  width: 100vw;
  height: calc(100vh - 100px);
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

/* line 53, app/assets/stylesheets/home.scss */
#hero .hero-content {
  position: relative;
  width: 100vw;
  overflow: auto;
  z-index: 999;
}

/* line 58, app/assets/stylesheets/home.scss */
#hero .hero-content h1.hero-title,
#hero .hero-content h2.hero-sub-title {
  color: white;
  text-align: center;
  font-family: "Montserrat";
  padding: 0 80px;
}

/* line 66, app/assets/stylesheets/home.scss */
#hero .hero-content h1.hero-title {
  font-size: 100px;
  font-weight: bold;
  padding-top: 300px;
}

/* line 72, app/assets/stylesheets/home.scss */
#hero .hero-content h2.hero-sub-title {
  margin-bottom: 120px;
  font-size: 55px;
}

/* line 79, app/assets/stylesheets/home.scss */
#company {
  background-color: white;
  padding-bottom: 160px;
}

/* line 82, app/assets/stylesheets/home.scss */
#company img {
  width: 100%;
}

/* line 85, app/assets/stylesheets/home.scss */
#company h2 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 60px;
  color: #023951;
  margin-bottom: 0 !important;
}

/* line 92, app/assets/stylesheets/home.scss */
#company h3 {
  font-family: "Montserrat";
  color: #023951;
  font-size: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* line 104, app/assets/stylesheets/home.scss */
#sell-your-house-fast {
  position: relative;
  overflow: hidden;
  background-color: white;
}

/* line 108, app/assets/stylesheets/home.scss */
#sell-your-house-fast .sell-your-house-fast-bg {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  overflow: hidden;
  object-fit: cover;
}

/* line 117, app/assets/stylesheets/home.scss */
#sell-your-house-fast .sell-your-house-content {
  background-color: #023951;
  padding: 50px;
  border-radius: 12px;
}

/* line 121, app/assets/stylesheets/home.scss */
#sell-your-house-fast .sell-your-house-content h2 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 60px;
  color: white;
  margin-bottom: 0 !important;
}

/* line 128, app/assets/stylesheets/home.scss */
#sell-your-house-fast .sell-your-house-content h4 {
  margin-top: 48px;
  font-family: "Montserrat";
  font-size: 30px;
  color: white;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  margin-left: 60px;
}

/* line 137, app/assets/stylesheets/home.scss */
#sell-your-house-fast .sell-your-house-content h4 .circle {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 30px;
  background-color: white;
}

/* line 144, app/assets/stylesheets/home.scss */
#sell-your-house-fast .sell-your-house-content h4 p {
  flex: 1;
}

/* line 151, app/assets/stylesheets/home.scss */
.main-form {
  max-width: 1327px;
  background-color: #023951;
  margin: 0 auto;
  width: 100%;
  padding: 56px 72px;
  border-radius: 12px;
}

/* line 158, app/assets/stylesheets/home.scss */
.main-form label {
  font-family: "Montserrat";
  color: white;
  font-size: 42px;
  margin-bottom: 20px;
}

/* line 164, app/assets/stylesheets/home.scss */
.main-form input {
  font-size: 42px;
  padding: 40px 34px !important;
  margin-bottom: 20px;
  font-family: "Montserrat";
  border-radius: 13px;
}

/* line 171, app/assets/stylesheets/home.scss */
.main-form select {
  font-size: 42px;
  margin-bottom: 20px;
  font-family: "Montserrat";
  border-radius: 13px;
}

/* line 178, app/assets/stylesheets/home.scss */
.main-form .form-btn {
  margin-top: 30px !important;
  font-size: 42px;
  padding: 15px 90px !important;
  border-radius: 18px;
  display: block;
  margin: 0 auto;
}

/* line 188, app/assets/stylesheets/home.scss */
.section-container {
  width: 100%;
  padding: 0 100px;
  background-color: white;
}

/* line 194, app/assets/stylesheets/home.scss */
.btn.btn-primary.show-btn {
  border-radius: 18px;
  font-size: 30px !important;
  padding: 16px 60px !important;
}

/* line 200, app/assets/stylesheets/home.scss */
.review-item {
  background-color: #023951;
  border-radius: 12px;
  text-align: center;
  padding: 80px 40px;
  border-bottom: 30px solid #5397c9;
}

/* line 206, app/assets/stylesheets/home.scss */
.review-item img {
  width: 60% !important;
  margin-bottom: 40px;
}

/* line 210, app/assets/stylesheets/home.scss */
.review-item .star-container {
  color: #e0da49;
  font-size: 26px;
  margin-bottom: 20px;
}

/* line 216, app/assets/stylesheets/home.scss */
.review-item h3 {
  color: white !important;
}

/* line 219, app/assets/stylesheets/home.scss */
.review-item p {
  color: white !important;
}

/* line 224, app/assets/stylesheets/home.scss */
#how-it-works {
  margin-top: 160px;
  position: relative;
  overflow: hidden;
  background-color: white;
}

/* line 229, app/assets/stylesheets/home.scss */
#how-it-works .how-it-works-bg {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  overflow: hidden;
  object-fit: cover;
}

/* line 238, app/assets/stylesheets/home.scss */
#how-it-works .sub-content {
  background: url(/images/banner2.webp) 0% 0% no-repeat;
}

/* line 241, app/assets/stylesheets/home.scss */
#how-it-works .how-it-works-sub-content {
  margin-top: 100px;
  background-color: #023951da;
  padding: 50px 50px;
  border-radius: 12px;
}

/* line 246, app/assets/stylesheets/home.scss */
#how-it-works .how-it-works-sub-content h2 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 54px;
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}

/* line 255, app/assets/stylesheets/home.scss */
#how-it-works .how-it-works-content {
  background-color: #2f72a3;
  padding: 50px;
  border-radius: 12px;
}

/* line 259, app/assets/stylesheets/home.scss */
#how-it-works .how-it-works-content h2 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 54px;
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}

/* line 269, app/assets/stylesheets/home.scss */
#how-it-works .how-it-work-item h3 {
  color: #71bff8;
  font-size: 34px;
  text-align: center;
  font-weight: 800;
  margin-top: 30px;
}

/* line 276, app/assets/stylesheets/home.scss */
#how-it-works .how-it-work-item .sub-title {
  font-size: 24px;
  color: white;
  text-align: center;
  font-weight: lighter;
}

/* line 282, app/assets/stylesheets/home.scss */
#how-it-works .how-it-work-item .title {
  color: white;
  font-weight: 800;
  font-size: 26px;
  text-align: center;
}

/* line 291, app/assets/stylesheets/home.scss */
.border-right-light {
  border-right: 1px solid white;
}

/* line 296, app/assets/stylesheets/home.scss */
.offer_form h3 {
  color: #023951;
  font-size: 55px;
  font-weight: bold;
}

/* line 301, app/assets/stylesheets/home.scss */
.offer_form p {
  font-size: 20px;
}

/* line 304, app/assets/stylesheets/home.scss */
.offer_form h4 {
  font-size: 32px;
}

/* line 309, app/assets/stylesheets/home.scss */
.logo-home {
  width: 100%;
  max-width: 500px;
}

/* line 314, app/assets/stylesheets/home.scss */
.footer {
  text-align: center;
  width: 100%;
}

/* line 317, app/assets/stylesheets/home.scss */
.footer .footer-logo {
  width: 300px;
}

/* line 320, app/assets/stylesheets/home.scss */
.footer h1 {
  font-size: 36px;
  font-weight: bold;
  color: #023951;
  margin-top: 30px;
}

/* line 326, app/assets/stylesheets/home.scss */
.footer .footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* line 331, app/assets/stylesheets/home.scss */
.footer .footer-link .footer-link-item {
  font-size: 20px;
  font-weight: bold;
  color: #023951 !important;
  text-decoration: none !important;
  margin: 12px 17px;
}

/* line 340, app/assets/stylesheets/home.scss */
.footer .footer-social img {
  width: 60px;
  margin: 20px 12px;
}

/* line 345, app/assets/stylesheets/home.scss */
.footer h2 {
  font-size: 20px;
  color: #023951 !important;
  font-weight: bold;
}

/* line 352, app/assets/stylesheets/home.scss */
.front-and-back-id-container {
  display: flex;
  gap: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 357, app/assets/stylesheets/home.scss */
.front-and-back-id-container.center {
  justify-content: center;
  margin-top: 12px;
}

/* line 362, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container {
  background-color: #C90101;
  width: 306px;
  height: 506px;
  position: relative;
}

/* line 368, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .logo {
  width: 204px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 51px;
  margin-right: 51px;
}

/* line 377, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .id-image-and-id-number-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding-left: 28px;
  position: absolute;
  z-index: 1;
}

/* line 386, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .id-image-and-id-number-container .id-image {
  width: 236px;
  height: 368px;
  z-index: 0;
  margin-top: 10px;
}

/* line 394, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .id-image-and-id-number-container .id-number {
  color: white;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  margin-top: 85px;
  margin-left: 20px;
}

/* line 406, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .front-id-background {
  width: 306px;
  height: 270px;
  object-fit: contain;
  position: absolute;
  z-index: 0;
  bottom: 0;
}

/* line 415, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .name-and-position-container {
  background-color: white;
  width: 306px;
  height: 80px;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

/* line 424, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .name-and-position-container .name {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding-top: 8px;
  margin-bottom: -4px;
  color: black;
}

/* line 433, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .name-and-position-container .position {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #E81F1E;
}

/* line 441, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .name-and-position-back {
  color: white;
  margin-top: 16px;
  margin-bottom: 30px;
}

/* line 446, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .name-and-position-back .name {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding-top: 14px;
  margin-bottom: -4px;
}

/* line 454, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .name-and-position-back .position {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

/* line 461, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .employee-information {
  display: flex;
  flex-direction: row;
  height: 124.03px !important;
}

/* line 466, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .employee-information .email-phone-address-box {
  font-size: 14px;
  font-weight: 700;
  color: white;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 44px;
}

/* line 475, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .employee-information .email-phone-address-information-box {
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-right: 30px;
  padding-bottom: 40px;
}

/* line 484, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .emergency-contact-box {
  background-color: red;
  padding-top: 20px;
  padding-bottom: 32px;
}

/* line 489, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .emergency-contact-box .emergency-contact {
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 12px;
}

/* line 497, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .emergency-contact-box .emergency-contact-person-information {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  gap: 44px;
  color: white;
  margin-left: 30px;
  margin-right: 30px;
}

/* line 507, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .emergency-contact-box .emergency-contact-person-information .name-phone-box {
  font-size: 14px;
  font-weight: 700;
  color: white;
}

/* line 513, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .emergency-contact-box .emergency-contact-person-information .name-phone {
  margin-bottom: 0px;
}

/* line 518, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .emergency-contact-box .name-phone-information-box {
  font-size: 14px;
  font-weight: 500;
  color: white;
}

/* line 525, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .signature-qr-code-box {
  background-color: white;
  height: 144px;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 26px;
  padding-right: 20px;
}

/* line 535, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .signature-qr-code-box .signature-box {
  width: 156px;
  font-size: 12px;
  position: relative;
  color: black;
}

/* line 541, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .signature-qr-code-box .signature-box p {
  font-weight: 700;
  border-top: 1px solid black;
  text-align: center;
  margin-top: 60px;
  padding-top: 8px;
}

/* line 549, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .signature-qr-code-box .signature-box img {
  position: absolute;
  width: 156px;
  height: 80px;
  object-fit: contain;
}

/* line 557, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .signature-qr-code-box .qr-code {
  flex: 1;
  padding-left: 20px;
  width: 80px;
  height: 80px;
}

/* line 563, app/assets/stylesheets/home.scss */
.front-and-back-id-container .id-container .signature-qr-code-box .qr-code img {
  position: absolute;
  width: 81px;
  height: 81px;
  object-fit: contain;
}

/* line 574, app/assets/stylesheets/home.scss */
.sample-id {
  background-color: #8d7f7f;
  width: 306px;
  height: 506px;
  margin-top: 0px;
}
.report-container{
  background-color: white;
}

.filter-form, .daterangepicker, .header, .title_bar{
  display: none !important;
}

#active_admin_content{
  border-top: none;
  clear: both;
  margin-top: 0px;
  padding-top: 3em;
}

.report-table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
  
}

.report-table th{
  font-weight: bold !important;
}

.report-table th, .report-table td{
  border: 1px solid gray;
}

body.active_admin.logged_in{
  padding: 0 !important
}
@media only screen and (max-width: 1440px) {
  /* line 5, app/assets/stylesheets/responsive.scss */
  .navbar .header-logo {
    height: 40px;
  }
  /* line 9, app/assets/stylesheets/responsive.scss */
  .navbar .header-items {
    margin-left: calc(150px);
    margin-right: calc(70px);
  }
  /* line 14, app/assets/stylesheets/responsive.scss */
  .navbar .header-link {
    font-size: 15px !important;
  }
  /* line 19, app/assets/stylesheets/responsive.scss */
  #hero {
    margin-bottom: 100px;
  }
  /* line 22, app/assets/stylesheets/responsive.scss */
  #hero .hero-content h1.hero-title {
    font-size: 80px;
    font-weight: bold;
    padding-top: 120px;
  }
  /* line 28, app/assets/stylesheets/responsive.scss */
  #hero .hero-content h2.hero-sub-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  /* line 35, app/assets/stylesheets/responsive.scss */
  #company {
    background-color: white;
    padding-bottom: 100px;
  }
  /* line 38, app/assets/stylesheets/responsive.scss */
  #company h2 {
    font-size: 40px;
  }
  /* line 41, app/assets/stylesheets/responsive.scss */
  #company h3 {
    font-size: 20px;
    -webkit-line-clamp: 7;
  }
  /* line 47, app/assets/stylesheets/responsive.scss */
  .main-form {
    max-width: 927px;
    padding: 42px 60px;
  }
  /* line 50, app/assets/stylesheets/responsive.scss */
  .main-form label {
    font-family: "Montserrat";
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 56, app/assets/stylesheets/responsive.scss */
  .main-form input,
.main-form select {
    font-size: 24px;
    padding: 30px 18px !important;
    margin-bottom: 20px;
    font-family: "Montserrat";
    border-radius: 13px;
  }
  /* line 64, app/assets/stylesheets/responsive.scss */
  .main-form .form-btn {
    margin-top: 30px !important;
    font-size: 24px;
    padding: 10px 90px !important;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
  }
  /* line 73, app/assets/stylesheets/responsive.scss */
  .section-container {
    width: 100%;
    padding: 0 80px;
  }
  /* line 78, app/assets/stylesheets/responsive.scss */
  .btn.btn-primary.show-btn {
    border-radius: 18px;
    font-size: 20px !important;
    padding: 8px 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 86, app/assets/stylesheets/responsive.scss */
  .navbar {
    padding: 10px 20px;
  }
  /* line 89, app/assets/stylesheets/responsive.scss */
  .navbar .header-logo {
    height: 40px;
  }
  /* line 93, app/assets/stylesheets/responsive.scss */
  .navbar .header-items {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 98, app/assets/stylesheets/responsive.scss */
  .navbar .header-items {
    margin-top: 12px;
  }
  /* line 104, app/assets/stylesheets/responsive.scss */
  #hero img {
    height: calc(100vh - 60px);
  }
  /* line 108, app/assets/stylesheets/responsive.scss */
  #hero .hero-content h1.hero-title,
#hero .hero-content h2.hero-sub-title {
    color: white;
    text-align: center;
    font-family: "Montserrat";
    padding: 0 20px;
  }
  /* line 116, app/assets/stylesheets/responsive.scss */
  #hero .hero-content h1.hero-title {
    font-size: 40px;
    font-weight: bold;
    padding-top: 40px;
  }
  /* line 122, app/assets/stylesheets/responsive.scss */
  #hero .hero-content h2.hero-sub-title {
    font-size: 16px;
    margin-bottom: 32px;
  }
  /* line 129, app/assets/stylesheets/responsive.scss */
  #company {
    background-color: white;
    padding-bottom: 100px;
  }
  /* line 132, app/assets/stylesheets/responsive.scss */
  #company h2 {
    font-size: 30px;
    text-align: center;
  }
  /* line 136, app/assets/stylesheets/responsive.scss */
  #company h3 {
    font-size: 16px;
    -webkit-line-clamp: 10;
  }
  /* line 142, app/assets/stylesheets/responsive.scss */
  .main-form {
    width: 90%;
    padding: 22px 30px;
  }
  /* line 145, app/assets/stylesheets/responsive.scss */
  .main-form label {
    font-family: "Montserrat";
    color: white;
    font-size: 16px;
    margin-bottom: 12px;
  }
  /* line 151, app/assets/stylesheets/responsive.scss */
  .main-form input,
.main-form select {
    font-size: 16px;
    padding: 12px 12px !important;
    margin-bottom: 12px;
    font-family: "Montserrat";
    border-radius: 13px;
  }
  /* line 159, app/assets/stylesheets/responsive.scss */
  .main-form .form-btn {
    margin-top: 12px !important;
    font-size: 16px;
    padding: 8px 60px !important;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 171, app/assets/stylesheets/responsive.scss */
  .section-container {
    width: 100%;
    padding: 0 40px;
  }
  /* line 176, app/assets/stylesheets/responsive.scss */
  .btn.btn-primary.show-btn {
    border-radius: 18px;
    font-size: 16px !important;
    padding: 8px 30px !important;
  }
  /* line 182, app/assets/stylesheets/responsive.scss */
  .footer {
    display: block !important;
  }
  /* line 184, app/assets/stylesheets/responsive.scss */
  .footer .footer-link {
    display: none !important;
  }
  /* line 189, app/assets/stylesheets/responsive.scss */
  .article-item {
    margin-bottom: 24px;
  }
  /* line 193, app/assets/stylesheets/responsive.scss */
  #how-it-works {
    margin: 0;
    padding: 0;
  }
  /* line 200, app/assets/stylesheets/responsive.scss */
  .how-it-works-content h2,
.how-it-works-sub-content h2 {
    font-size: 24px !important;
  }
  /* line 205, app/assets/stylesheets/responsive.scss */
  .how-it-work-item h3 {
    font-size: 24px !important;
  }
  /* line 208, app/assets/stylesheets/responsive.scss */
  .how-it-work-item .title {
    font-size: 18px !important;
  }
  /* line 211, app/assets/stylesheets/responsive.scss */
  .how-it-work-item .sub-title {
    font-size: 18px !important;
  }
  /* line 217, app/assets/stylesheets/responsive.scss */
  #sell-your-house-fast .sell-your-house-content h4 {
    margin-top: 12px;
    margin-left: 8px !important;
    font-size: 16px !important;
  }
  /* line 222, app/assets/stylesheets/responsive.scss */
  #sell-your-house-fast .sell-your-house-content h2 {
    font-size: 24px !important;
  }
  /* line 225, app/assets/stylesheets/responsive.scss */
  #sell-your-house-fast .sell-your-house-content .circle {
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px;
    margin-right: 8px;
  }
  /* line 234, app/assets/stylesheets/responsive.scss */
  .company h2 {
    font-size: 20px !important;
  }
  /* line 237, app/assets/stylesheets/responsive.scss */
  .company h3 {
    font-size: 16px;
    margin-top: 12px !important;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

/*# sourceMappingURL=application.css-89ebc72449bc2479e6413062a62ef2769f0e8ab344a92052d0b90dc2f4f66efc.map */
