/* Active Admin CSS */
@media screen {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* line 11, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 64, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  b,
strong {
    font-weight: bolder;
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 105, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  small {
    font-size: 80%;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* line 125, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /* line 176, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input {
    /* 1 */
    overflow: visible;
  }
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /* line 186, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /* line 218, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
 * Correct the padding in Firefox.
 */
  /* line 229, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /* line 240, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  textarea {
    overflow: auto;
  }
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /* line 270, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /* line 280, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /* line 290, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* line 308, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #5E6469;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header {
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    text-shadow: #000 0 1px 0;
    display: table;
    height: 20px;
    width: 100%;
    overflow: visible;
    position: inherit;
    padding: 5px 0;
    z-index: 900;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    color: #cdcdcd;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 3px 30px 0 30px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2;
  }
  /* line 26, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a {
    text-decoration: none;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a:hover {
    color: #fff;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 img {
    position: relative;
    top: -2px;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header a, #header a:link {
    color: #cdcdcd;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header .header-item {
    top: 2px;
    position: relative;
    height: 20px;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 55, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li {
    /* Hover on li, display the ul */
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li:hover > ul {
    display: block;
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.0em;
    position: relative;
    /* Drop down menus */
  }
  /* line 68, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li a {
    text-decoration: none;
    padding: 6px 10px 4px 10px;
    position: relative;
    border-radius: 10px;
  }
  /* line 75, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.current > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 80, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested > a {
    background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 85, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested.current > a {
    background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 90, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li:hover > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 95, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested:hover > a {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 5px solid #7b8389;
    background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    z-index: 1020;
  }
  /* line 104, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul {
    background: #7b8389;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 1px 3px #444;
    position: absolute;
    width: 120%;
    min-width: 175px;
    max-width: calc(100% + 20px);
    margin-top: 5px;
    float: left;
    display: none;
    padding: 3px 0px 5px 0;
    list-style: none;
    z-index: 1010;
  }
  /* line 119, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li {
    position: relative;
    margin: 0px;
  }
  /* line 122, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a {
    background: none;
    display: block;
  }
  /* line 125, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a:hover {
    color: #fff;
    background: none;
  }
  /* line 129, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.current a {
    border-radius: 0;
  }
  /* line 132, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%;
    padding-right: 20px;
  }
  /* line 137, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested:hover > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%;
    color: #fff;
  }
  /* line 142, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
    top: -3px;
    left: 100%;
    /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu
               that maintains the hover. This makes it much easier to navigate to submenus in
               particular without losing hover accientally, especially near rounded corners. */
  }
  /* line 151, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    z-index: -2;
  }
  /* line 167, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header #tabs {
    width: 100%;
  }
  /* line 171, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav {
    color: #aaa;
    display: table-cell;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    padding-right: 26px;
    text-align: right;
  }
  /* line 180, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a {
    text-decoration: none;
  }
  /* line 181, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a:hover {
    color: #fff;
  }
  /* line 183, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav li {
    display: inline;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form {
    /* Reset margins & Padding */
    /* Nested Fieldsets and Legends */
    /* Text Fields */
    /* semantic_errors */
    /* Buttons */
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
    margin: 0;
    padding: 0;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form ol, form ul {
    list-style: none;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset {
    border: 0;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.inputs {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend {
    width: 100%;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend span {
    display: block;
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li {
    padding: 10px;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label {
    display: block;
    width: 20%;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    color: #5E6469;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label abbr {
    border: none;
    color: #aaa;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container {
    padding: 20px 10px;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container h3 {
    font-size: 12px;
    font-weight: bold;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container .has_many_fields {
    margin: 10px 0;
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label {
    line-height: 100%;
    padding-top: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em;
  }
  /* line 56, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_fields {
    position: relative;
  }
  /* line 59, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container .handle {
    position: absolute;
    top: calc(50% - 3em / 2);
    right: 2px;
    padding: 0;
    cursor: move;
  }
  /* line 68, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container.ui-sortable .has_many_container {
    margin-right: 2em;
  }
  /* line 75, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {
    width: calc(80% - 22px - 2em - 1px);
  }
  /* line 83, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 88, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0 0 0 20%;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol li {
    padding: 0;
    border: 0;
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset.inputs ol {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 109, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=date],
form input[type=time],
form textarea {
    width: calc(80% - 22px);
    border: 1px solid #c9d0d6;
    border-radius: 3px;
    font-size: 0.95em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    outline: none;
    padding: 8px 10px 7px;
  }
  /* line 126, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form textarea:focus {
    border: 1px solid #99a2aa;
    box-shadow: 0 0 4px #99a2aa;
  }
  /* line 132, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=date] {
    width: calc(100% - 22px);
  }
  /* line 136, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li {
    /* Hints */
    /* Date and Time Fields */
    /* Check Boxes or Radio fields */
    /* Boolean Field */
    /* Hidden fields */
    /* Errors */
  }
  /* line 139, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li p.inline-hints {
    font-size: 0.95em;
    font-style: italic;
    color: #666;
    margin: 0.5em 0 0 20%;
  }
  /* line 148, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
    float: left;
    width: auto;
    margin: 0 0.5em 0 0;
  }
  /* line 150, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
    display: none;
  }
  /* line 151, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
    display: inline;
    margin: 0;
    padding: 0;
  }
  /* line 157, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
    margin-bottom: -0.6em;
  }
  /* line 159, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
    margin: 0.1em 0 0.5em 0;
  }
  /* line 161, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
    float: none;
    width: 100%;
  }
  /* line 164, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
    margin-right: 0.2em;
  }
  /* line 171, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean {
    min-height: 1.1em;
  }
  /* line 173, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label {
    width: 80%;
    padding-left: 20%;
    padding-right: 10px;
    text-transform: none !important;
    font-weight: normal;
  }
  /* line 179, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label input {
    margin: 0 0.5em 0 0.2em;
  }
  /* line 184, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.hidden {
    padding: 0;
  }
  /* line 189, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li p.inline-errors {
    color: #932419;
    font-weight: bold;
    margin: 0.3em 0 0 20%;
  }
  /* line 194, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors {
    color: #932419;
    margin: 0.5em 0 0 20%;
    list-style: square;
  }
  /* line 198, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors li {
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 202, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
    border: 1px solid #932419;
  }
  /* line 209, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors {
    background: #fae6e4;
    border-radius: 4px;
    color: #932419;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    list-style: square;
  }
  /* line 217, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors li {
    margin-left: 15px;
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 222, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=submit], form input[type=button], form button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    cursor: pointer;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input.disabled[type=submit], form input.disabled[type=button], form button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 228, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons, form .actions {
    margin-top: 15px;
  }
  /* line 230, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {
    margin-right: 10px;
  }
  /* line 233, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another {
    float: none;
    margin-bottom: 10px;
  }
  /* line 237, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another label {
    float: none;
    display: inline;
  }
  /* line 243, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li, form fieldset.actions li {
    float: left;
    padding: 0;
  }
  /* line 247, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 255, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section label {
    display: block;
    text-transform: uppercase;
    color: #5E6469;
    font-size: 0.9em;
    font-weight: bold;
  }
  /* line 263, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section select {
    width: 240px;
  }
  /* line 267, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
    width: 220px;
  }
  /* line 276, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field {
    margin-bottom: 10px;
    clear: both;
  }
  /* line 281, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search input[type=text] {
    margin-left: 16px;
    width: 88px;
  }
  /* line 285, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search select {
    width: 108px;
  }
  /* line 291, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes label {
    margin-bottom: 3px;
  }
  /* line 292, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes fieldset {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /* line 296, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
    font-weight: normal;
    margin-bottom: 3px;
    text-transform: none;
    font-size: 1.0em;
  }
  /* line 301, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
    vertical-align: baseline;
  }
  /* line 306, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] {
    width: 114px;
  }
  /* line 309, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
    margin-left: 6px;
  }
  /* line 315, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form a.clear_filters_btn {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 700px;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .comments .active_admin_comment:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_meta {
    width: 130px;
    float: left;
    overflow: hidden;
    font-size: 0.9em;
    color: #767e84;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #5E6469;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    margin-left: 150px;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment {
    margin: 0;
    padding: 0;
    margin-left: 150px;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.inputs {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment li {
    padding: 0;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.buttons {
    padding: 0;
    margin-top: 5px;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash {
    background-color: #f7f1d3;
    background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
    text-shadow: #fafafa 0 1px 0;
    border-bottom: 1px solid #eee098;
    color: #cb9810;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.0em;
    padding: 13px 30px 11px;
    position: relative;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash.flash_notice {
    background-color: #dce9dd;
    background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
    border-bottom: 1px solid #adcbaf;
    color: #416347;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash.flash_error {
    background-color: #f5e4e4;
    background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);
    border-bottom: 1px solid #e0c2c0;
    color: #b33c33;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_out .flash {
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    background: none;
    color: #666;
    font-weight: bold;
    line-height: 1.0em;
    padding: 0;
    margin-bottom: 8px;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker {
    background: #fff;
    background-clip: padding-box;
    color: #fff;
    display: none;
    margin-top: 2px;
    padding: 0;
    text-align: center;
    width: 160px;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a {
    text-decoration: none;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a:hover {
    cursor: pointer;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header {
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    padding: 12px 5px 7px 4px;
    margin: 0px 0px 2px 2px;
    width: 156px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 2000;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header:before {
    content: "";
    position: absolute;
    right: 45%;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 8.5px solid rgba(0, 0, 0, 0);
    border-right: 8.5px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #676e73;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-shadow: #000 0 1px 0;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 0.8em;
    text-align: center;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    margin: -4px 0 0 0;
  }
  /* line 53, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    margin: -4px 0 0 0;
  }
  /* line 59, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a {
    color: #fff;
    display: block;
    height: 19px;
    margin-top: -4px;
    width: 10px;
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
    float: left;
    width: 0;
    height: 0;
    margin: 0px 0px 0px 4px;
    border-top: 5px solid transparent;
    border-right: 5px solid white;
    border-bottom: 5px solid transparent;
  }
  /* line 75, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
    float: right;
    width: 0;
    height: 0;
    margin: 0px 4px 0px 0px;
    border-top: 5px solid transparent;
    border-left: 5px solid white;
    border-bottom: 5px solid transparent;
  }
  /* line 85, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a span {
    display: none;
  }
  /* line 91, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
    background-color: #f4f4f4;
    border: solid 1px #63686e;
    left: 2px;
    margin-bottom: 0px;
    position: relative;
    top: -2px;
    width: 156px;
  }
  /* line 102, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
    padding: 0px;
    text-align: center;
  }
  /* line 107, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar thead th {
    background-color: #dbdddf;
    color: #333333;
    font-weight: normal;
    font-size: 0.8em;
    padding-top: 1px;
  }
  /* line 115, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody {
    color: #666666;
  }
  /* line 118, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td {
    border: none;
    height: 24px;
    width: 22px;
  }
  /* line 123, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a {
    border-radius: 3px;
    color: #666666;
    font-weight: bold;
    font-size: 0.85em;
    padding: 4px;
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #5a5f64;
    color: #fff;
  }
  /* line 133, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
    background-color: #5a5f64;
    color: #fff;
  }
  /* line 138, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
    background-color: #eceef0;
  }
  /* line 141, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
    background-color: #dbdddf;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr td {
    vertical-align: top;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr th {
    text-align: left;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-spacing: 0;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    border-right: none;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
    color: #5E6469;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sortable a {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px;
    padding-left: 13px;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc a {
    background-position: 0 -27px;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-desc a {
    background-position: 0 -56px;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc, table.index_table th.sorted-desc {
    background-color: #e2e2e2;
    background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th:last-child {
    border-right: solid 1px #d4d4d4;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.even td {
    background: #f4f5f5;
  }
  /* line 53, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.selected td {
    background: #d9e4ec;
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table td {
    padding: 10px 12px 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table {
    margin-top: 5px;
  }
  /* line 68, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table th {
    padding-top: 10px;
    background: none;
    color: #5E6469;
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
  }
  /* line 77, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.odd td {
    background: #ecedee;
  }
  /* line 78, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.even td {
    background: #f4f5f5;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table {
    overflow: hidden;
  }
  /* line 85, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.even {
    background: #f4f5f5;
  }
  /* line 86, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.odd {
    background: #ecedee;
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th, .attributes_table table td {
    padding: 8px 12px 6px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 92, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th {
    box-shadow: none;
    background: none;
    width: 150px;
    font-size: 0.9em;
    padding-left: 0;
    text-transform: uppercase;
    color: #5E6469;
    text-shadow: #fff 0 1px 0;
  }
  /* line 103, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table td .empty {
    color: #bbb;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  /* line 112, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .sidebar_section .attributes_table th {
    width: 50px;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #collection_selection_toggle_panel:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 3, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
  #collection_selection_toggle_panel > .resource_selection_toggle_cell {
    float: left;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-widget-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog {
    position: fixed;
    z-index: 1002;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar span {
    font-size: 1.1em;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog ul {
    list-style-type: none;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog li {
    margin: 10px 0;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog label {
    margin-right: 10px;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
    padding: 7px 15px 13px;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled:last-child {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
    display: none;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container {
    clear: both;
    text-align: center;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container .blank_slate {
    border-radius: 3px;
    border: 1px dashed #DADADA;
    color: #AAA;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 14px 25px;
    text-align: center;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container .blank_slate small {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .admin_dashboard .blank_slate_container .blank_slate {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .with_sidebar .blank_slate_container .blank_slate {
    margin-top: 80px;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.0em;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
    color: #8a949e;
    text-decoration: none;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb .breadcrumb_sep {
    margin: 0 2px;
    color: #aab2ba;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu {
    display: inline;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    position: relative;
    padding-right: 22px !important;
    cursor: pointer;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #FFF transparent;
    right: 12px;
    top: 45%;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #777 transparent;
    right: 12px;
    top: 45%;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple {
    content: "";
    position: absolute;
    top: -6px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: #545a5e transparent;
    z-index: 100;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #838a90 transparent;
    left: -5px;
    top: 1px;
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #686e74 transparent;
    left: -5px;
    top: 2px;
  }
  /* line 78, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper {
    display: inline-block;
    position: absolute;
    background-color: white;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
    background-color: #5E6469;
    background-color: #686e74;
    background-image: linear-gradient(180deg, #686e74, #52575c);
    border: solid 1px #464a4e;
    border-top-color: #545a5e;
    border-bottom-color: #35383b;
    border-radius: 4px;
    z-index: 2000;
    display: none;
  }
  /* line 93, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
    display: block;
    background-color: #FFF;
    border: solid 1px #464a4e;
    box-shadow: #6a7176 0px 1px 0px 0px;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 8px;
    list-style-type: none;
    padding: 0;
  }
  /* line 106, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
    display: block;
    border-bottom: solid 1px #ebebeb;
  }
  /* line 110, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
    display: block;
    box-sizing: padding-box;
    font-size: 0.95em;
    font-weight: bold;
    padding: 7px 16px 5px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }
  /* line 120, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
    background-color: #75a1c2;
    background-image: linear-gradient(180deg, #75a1c2, #608cb4);
    text-shadow: #5a83aa 0 1px 0;
    color: #FFF;
  }
  /* line 126, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
    background-color: #608cb4;
    background-image: linear-gradient(180deg, #608cb4, #75a1c2);
    color: #FFF;
  }
  /* line 134, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  /* line 141, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
    border: none;
  }
  /* line 142, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.member_link {
    margin-right: 7px;
    white-space: nowrap;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.button, a.button:link, a.button:visited, input[type=submit], input[type=button], button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button.disabled, a.button.disabled:link, a.button.disabled:visited, input.disabled[type=submit], input.disabled[type=button], button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):hover, a.button:link:not(.disabled):hover, a.button:visited:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):active, a.button:link:not(.disabled):active, a.button:visited:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_grid.scss */
  table.index_grid td {
    border: none;
    background: none;
    padding: 0 20px 20px 0;
    margin: 0;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns {
    clear: both;
    padding: 0;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns .column {
    float: left;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_links.scss */
  a, a:link, a:visited {
    color: #38678b;
    text-decoration: underline;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_links.scss */
  a:hover {
    text-decoration: none;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .paginated_collection_contents {
    clear: both;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination {
    float: right;
    font-size: 0.9em;
    margin-left: 10px;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination a {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination span.page.current {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination a, .pagination span.page.current {
    border-radius: 0px;
    margin-right: 4px;
    padding: 2px 5px;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information {
    float: right;
    margin-bottom: 5px;
    color: #b3bcc1;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information b {
    color: #5c6469;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .download_links {
    float: left;
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page {
    float: right;
    margin-left: 4px;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page select {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 0px;
    padding: 1px 5px;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination {
    float: left;
    margin-bottom: 30px;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination_information {
    float: left;
    color: #000;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_panels.scss */
  .section, .panel {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3, .panel > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3 .header_action, .panel > h3 .header_action {
    float: right;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > div, .panel > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section hr, .panel hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_panels.scss */
  .sidebar_section {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 .header_action {
    float: right;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_columns.scss */
  .columns {
    margin-bottom: 10px;
  }
  /* line 3, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li:first-child a {
    margin-left: 10px;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag {
    background: #cacaca;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 3px 5px 2px 5px;
    font-size: 0.8em;
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.yes {
    background: #6090DB;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.no {
    background: grey;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools {
    margin-bottom: 16px;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .table_tools:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools .dropdown_menu {
    float: left;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button, .table_tools .dropdown_menu_button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
    border-color: #d0d0d0;
    border-top-color: #d9d9d9;
    border-right-color: #d0d0d0;
    border-bottom-color: #c5c5c5;
    border-left-color: #d0d0d0;
    font-size: 0.9em;
    padding: 4px 14px 4px;
    margin: 0;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
    border-color: #c8c8c8;
    border-top-color: #d7d7d7;
    border-right-color: #c8c8c8;
    border-bottom-color: #c3c3c3;
    border-left-color: #c8c8c8;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8);
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li {
    float: left;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li a {
    border-width: 1px .5px 1px .5px;
    border-radius: 0;
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  /* line 56, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li.selected a {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    cursor: default;
  }
  /* line 61, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li.selected a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes {
    float: right;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser {
    padding: 10px 30px;
    color: #211e14;
    background-color: #fae692;
    background-color: #feefae;
    background-image: linear-gradient(180deg, #feefae, #fae692);
    border-bottom: 1px solid #b3a569;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser h1 {
    font-size: 13px;
    font-weight: bold;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser p {
    margin-bottom: 0.5em;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav {
    list-style: none;
    display: block;
    width: auto;
    margin-bottom: -12px;
    padding-left: 0;
    overflow: auto;
    margin-left: 15px;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li a {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
    border-color: #d0d0d0;
    border-top-color: #d9d9d9;
    border-right-color: #d0d0d0;
    border-bottom-color: #c5c5c5;
    border-left-color: #d0d0d0;
    text-decoration: none;
    border-radius: 0;
    border-width: 1px .5px 1px .5px;
    margin-right: 0;
    padding: 4px 14px 4px;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li.ui-tabs-active a {
    cursor: default;
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li.ui-tabs-active a a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .tab-content {
    border: 1px solid #D3D3D3;
    padding: 15px;
    padding-top: 30px;
    text-align: left;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out {
    background: #e8e9ea;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper {
    width: 500px;
    margin: 70px auto;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper #active_admin_content {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background: #fff;
    padding: 13px 30px;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out h2 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
    margin: -13px -30px 20px -30px;
  }
  /* line 24, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login {
    /* Login Form */
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset {
    box-shadow: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset li {
    padding: 10px 0;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
    width: 70%;
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset.buttons {
    margin-left: 20%;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login a {
    float: right;
    margin-top: -32px;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer {
    padding: 30px 30px;
    font-size: 0.8em;
    clear: both;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer p {
    padding-top: 10px;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #index_footer {
    padding-top: 5px;
    text-align: right;
    font-size: 0.85em;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  .index_content {
    clear: both;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #wrapper {
    width: 100%;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  .index #wrapper {
    display: table;
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content {
    margin: 0;
    padding: 30px;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper {
    float: left;
    width: 100%;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper #main_content {
    margin-right: 300px;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content.without_sidebar #main_content_wrapper #main_content {
    margin-right: 0;
  }
  /* line 24, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #sidebar {
    float: left;
    width: 270px;
    margin-left: -270px;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    display: table;
    border-bottom-color: #EEE;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 30px;
    z-index: 800;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #title_bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_left, #title_bar #titlebar_right {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_right {
    text-align: right;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar h2 {
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    line-height: 100%;
    font-weight: bold;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    padding: 12px 17px 10px;
    margin: 0px;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_base.scss */
  html {
    box-sizing: border-box;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_base.scss */
  *,
*:before,
*:after {
    box-sizing: inherit;
  }
  /* line 46, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_base.scss */
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 72%;
    background: #FFF;
    color: #323537;
  }
}

@media print {
  /* Active Admin Print Stylesheet */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* line 11, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 64, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  b,
strong {
    font-weight: bolder;
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 105, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  small {
    font-size: 80%;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* line 125, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /* line 176, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input {
    /* 1 */
    overflow: visible;
  }
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /* line 186, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /* line 218, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
 * Correct the padding in Firefox.
 */
  /* line 229, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /* line 240, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  textarea {
    overflow: auto;
  }
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /* line 270, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /* line 280, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /* line 290, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* line 308, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: black;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 150%;
    font-size: 72%;
    background: #fff;
    width: 99%;
    margin: 0;
    padding: .5%;
    color: black;
  }
  /* line 24, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  a {
    color: black;
    text-decoration: none;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  h3 {
    font-weight: bold;
    margin-bottom: .5em;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #header {
    float: left;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #header #tabs, #header .tabs, #header #utility_nav {
    display: none;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #header h1 {
    font-weight: bold;
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .flashes {
    display: none;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar {
    float: right;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar h2 {
    line-height: 2em;
    margin: 0;
  }
  /* line 59, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar .breadcrumb, #title_bar #titlebar_right {
    display: none;
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #active_admin_content {
    border-top: thick solid black;
    clear: both;
    margin-top: 2em;
    padding-top: 3em;
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #footer {
    display: none;
  }
  /* line 79, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  /* line 84, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li {
    display: none;
    padding: 0;
    margin-bottom: 1em;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected, .table_tools ul li.index.selected {
    display: block;
  }
  /* line 92, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected:before, .table_tools ul li.index.selected:before {
    content: "Showing ";
  }
  /* line 96, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected a, .table_tools ul li.index.selected a {
    font-weight: bold;
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected span, .table_tools ul li.index.selected span {
    display: inline-block;
    font-weight: normal;
    font-size: .9em;
  }
  /* line 111, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  table {
    margin-bottom: 1.5em;
    text-align: left;
    width: 100%;
  }
  /* line 116, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  table thead {
    display: table-header-group;
  }
  /* line 119, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  table thead th {
    background: none;
    border-bottom: medium solid black;
    font-weight: bold;
  }
  /* line 124, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  table thead th a {
    text-decoration: none;
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  table th, table td {
    padding: .5em 1em;
  }
  /* line 133, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  table th .member_link, table td .member_link {
    display: none;
  }
  /* line 138, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  table td {
    border-bottom: thin solid black;
  }
  /* line 142, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  table tr {
    page-break-inside: avoid;
  }
  /* line 148, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #index_footer, .pagination_information {
    display: none;
  }
  /* line 153, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td {
    border: none;
    text-align: center;
    vertical-align: middle;
  }
  /* line 158, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td img {
    max-width: 1in;
  }
  /* line 165, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .panel {
    border-bottom: thick solid #ccc;
    margin-bottom: 3em;
    padding-bottom: 2em;
    page-break-inside: avoid;
  }
  /* line 171, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .panel:last-child {
    border-bottom: none;
  }
  /* line 177, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .comments form {
    display: none;
  }
  /* line 181, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment {
    border-top: thin solid black;
    padding-top: 1em;
  }
  /* line 186, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_meta h4 {
    font-size: 1em;
    font-weight: bold;
    float: left;
    margin-right: .5em;
    margin-bottom: 0;
  }
  /* line 194, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_meta span {
    font-size: .9em;
    font-style: italic;
    vertical-align: top;
  }
  /* line 201, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    clear: both;
    margin-bottom: 1em;
  }
  /* line 210, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table {
    border-top: medium solid black;
  }
  /* line 213, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th {
    border-bottom: thin solid black;
    vertical-align: top;
  }
  /* line 217, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th:after {
    content: ':';
  }
  /* line 223, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table td img {
    max-height: 4in;
    max-width: 6in;
  }
  /* line 231, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  #filters_sidebar_section {
    display: none;
  }
  /* line 237, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset {
    border-top: thick solid #ccc;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  /* line 242, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset:last-child {
    border-bottom: none;
  }
  /* line 247, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form .buttons, form abbr {
    display: none;
  }
  /* line 250, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 255, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li {
    border-top: thin solid black;
    margin: 0;
    padding: 1em 0;
    overflow: hidden;
  }
  /* line 261, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li.password, form ol li.hidden {
    display: none;
  }
  /* line 265, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li label {
    font-weight: bold;
    float: left;
    width: 20%;
  }
  /* line 271, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input, form ol li textarea, form ol li select {
    background: none;
    border: 0;
    font: Arial, Helvetica, sans-serif;
  }
  /* line 277, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input[type=file] {
    display: none;
  }
  /* line 285, ../../shared/bundle/ruby/3.1.0/bundler/gems/activeadmin-1f34aa49c4e0/app/assets/stylesheets/active_admin/_print.scss */
  .unsupported_browser {
    display: none;
  }
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://app.finfloo.com/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot");
  src: url("https://app.finfloo.com/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot#iefix") format("embedded-opentype"), url("https://app.finfloo.com/assets/font-awesome/fa-solid-900-e546fb3c56953992a5d20c52edb9e6d1b1141184b88ae19ba20a566d2ad98dbc.woff2") format("woff2"), url("https://app.finfloo.com/assets/font-awesome/fa-solid-900-195989f30d333ecf41e0021dbb92c690f367d2672c43199079d9be4b81dc90da.woff") format("woff"), url("https://app.finfloo.com/assets/font-awesome/fa-solid-900-aa4b725084f0ad0d2d28df4191084467663b409d7272ba2f1cb6ece2d03553ec.ttf") format("truetype"), url("https://app.finfloo.com/assets/font-awesome/fa-solid-900-387bea778f72246fad5ea5b69f68cd059a942e3ab181eb2390ad089bc9cc5e06.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://app.finfloo.com/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot");
  src: url("https://app.finfloo.com/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot#iefix") format("embedded-opentype"), url("https://app.finfloo.com/assets/font-awesome/fa-regular-400-1efbec653801e7e6a8ea0cd94afd854c3d48225b52857008fe8a1d961cdfcc51.woff2") format("woff2"), url("https://app.finfloo.com/assets/font-awesome/fa-regular-400-180eef6acca110a022bb81621c04937b3d2edf09fb7644daba7f95368e73b0bd.woff") format("woff"), url("https://app.finfloo.com/assets/font-awesome/fa-regular-400-6fdc7b823f89434983845ce3435fa374af7e08912068b8955bdd6c697f1d2797.ttf") format("truetype"), url("https://app.finfloo.com/assets/font-awesome/fa-regular-400-00c96447c535a41055597d80db75302fc04fd1c909239eada694daa76cd77a20.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("https://app.finfloo.com/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot");
  src: url("https://app.finfloo.com/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot#iefix") format("embedded-opentype"), url("https://app.finfloo.com/assets/font-awesome/fa-brands-400-c40f9aba3abc6fd5b0b28b1b125daa3b7bc43063955d456ae4d529705a6c975c.woff2") format("woff2"), url("https://app.finfloo.com/assets/font-awesome/fa-brands-400-8b2dc7ace7b22f70f42c11f1606d1ee82ad46445c2f05587928e239e567ff68e.woff") format("woff"), url("https://app.finfloo.com/assets/font-awesome/fa-brands-400-070fe2507cabb066093e6912b85147f7289f5dbb5b582d5c6aea80f9c406dcc5.ttf") format("truetype"), url("https://app.finfloo.com/assets/font-awesome/fa-brands-400-b077551ebb83f7299deaa16b45877ddd3eda20c4988ac79b6def416e7d2b6b3a.svg#fontawesome") format("svg");
}

/* line 43, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 49, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 54, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/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,
:root .fa-flip-both {
  filter: none;
}

/* line 4, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/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, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/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, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1305, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1306, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1307, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1308, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1309, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1310, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1311, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1312, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1313, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1314, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1315, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1316, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1317, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1318, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1319, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1320, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1321, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1322, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1323, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1324, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1325, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1326, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1327, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1328, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1329, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1330, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1331, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1332, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1333, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1334, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1335, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1336, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1337, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1338, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1339, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1340, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1341, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1342, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1343, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1344, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1345, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1346, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1347, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1348, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1349, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1350, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1351, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1352, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1353, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1354, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1355, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1356, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1357, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1358, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1359, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1360, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1361, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1362, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1363, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1364, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1365, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1366, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1367, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1368, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1369, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1370, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1371, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1372, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1373, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1374, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1375, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1376, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1377, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1378, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1379, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1380, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1381, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1382, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1383, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1384, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1385, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1386, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1387, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1388, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1389, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1390, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1391, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1392, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1393, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1394, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1395, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1396, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1397, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1398, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1399, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1400, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1401, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1402, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1403, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1404, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1405, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1406, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1407, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1408, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1409, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1410, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1411, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1412, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1413, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1414, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1415, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1416, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1417, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1418, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1419, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1420, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1421, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1422, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1423, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1424, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1425, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1426, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1427, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1428, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1429, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1430, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1431, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1432, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1433, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1434, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1435, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1436, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1437, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1438, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1439, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1440, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1441, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1442, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1443, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1444, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1445, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1446, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1447, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1448, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1449, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1450, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1451, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1452, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1453, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1454, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1455, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1456, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1457, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1458, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1459, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1460, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1461, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1462, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 3, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container {
  width: 277px;
  z-index: 2000;
  position: absolute;
  margin-left: 20%;
  margin-top: 5px;
  border: 1px solid grey;
  justify-content: center;
  border-radius: 5px;
  background: white;
  color: #323537;
}

/* line 15, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .header {
  width: inherit;
  text-align: center;
  background: #339AF0;
  color: white;
  padding-top: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #339AF0;
  border-radius: 0px 0px 2px 2px;
  height: 26px;
  font-size: 1rem;
}

/* line 26, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .header .select-year,
.datetimepicker-container .header .select-month {
  margin: 1px;
  font-weight: bold;
}

/* line 30, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .header .select-year:hover,
.datetimepicker-container .header .select-month:hover {
  cursor: pointer;
}

/* line 38, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.datepicker table thead th {
  background: white;
  color: #323537;
}

/* line 43, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.datepicker td:not(:empty) {
  text-align: center;
}

/* line 45, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.datepicker td:not(:empty):hover {
  cursor: pointer;
}

/* line 47, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.datepicker td:not(:empty):hover:not(.selected) {
  background-color: #339AF0;
  opacity: 0.5;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

/* line 55, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.datepicker td.selected:not(:empty) {
  background: #339AF0;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}

/* line 62, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.datepicker th, .datetimepicker-container .body.datepicker td, .datetimepicker-container .body.datepicker caption {
  padding: 4px 2px 4px 2px;
}

/* line 67, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.hourpicker,
.datetimepicker-container .body.minutepicker,
.datetimepicker-container .body.yearpicker,
.datetimepicker-container .body.monthpicker {
  margin-bottom: 2px;
  font-size: 0.8rem;
  font-weight: bold;
}

/* line 74, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.hourpicker .hour-container,
.datetimepicker-container .body.hourpicker .minute-container,
.datetimepicker-container .body.hourpicker .year-container,
.datetimepicker-container .body.hourpicker .month-container,
.datetimepicker-container .body.minutepicker .hour-container,
.datetimepicker-container .body.minutepicker .minute-container,
.datetimepicker-container .body.minutepicker .year-container,
.datetimepicker-container .body.minutepicker .month-container,
.datetimepicker-container .body.yearpicker .hour-container,
.datetimepicker-container .body.yearpicker .minute-container,
.datetimepicker-container .body.yearpicker .year-container,
.datetimepicker-container .body.yearpicker .month-container,
.datetimepicker-container .body.monthpicker .hour-container,
.datetimepicker-container .body.monthpicker .minute-container,
.datetimepicker-container .body.monthpicker .year-container,
.datetimepicker-container .body.monthpicker .month-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

/* line 82, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.hourpicker .hour-container div,
.datetimepicker-container .body.hourpicker .minute-container div,
.datetimepicker-container .body.hourpicker .year-container div,
.datetimepicker-container .body.hourpicker .month-container div,
.datetimepicker-container .body.minutepicker .hour-container div,
.datetimepicker-container .body.minutepicker .minute-container div,
.datetimepicker-container .body.minutepicker .year-container div,
.datetimepicker-container .body.minutepicker .month-container div,
.datetimepicker-container .body.yearpicker .hour-container div,
.datetimepicker-container .body.yearpicker .minute-container div,
.datetimepicker-container .body.yearpicker .year-container div,
.datetimepicker-container .body.yearpicker .month-container div,
.datetimepicker-container .body.monthpicker .hour-container div,
.datetimepicker-container .body.monthpicker .minute-container div,
.datetimepicker-container .body.monthpicker .year-container div,
.datetimepicker-container .body.monthpicker .month-container div {
  font-size: 0.8rem;
  width: 66px;
  height: 65px;
  text-align: center;
  line-height: 5rem;
}

/* line 88, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.hourpicker .hour-container div:hover,
.datetimepicker-container .body.hourpicker .minute-container div:hover,
.datetimepicker-container .body.hourpicker .year-container div:hover,
.datetimepicker-container .body.hourpicker .month-container div:hover,
.datetimepicker-container .body.minutepicker .hour-container div:hover,
.datetimepicker-container .body.minutepicker .minute-container div:hover,
.datetimepicker-container .body.minutepicker .year-container div:hover,
.datetimepicker-container .body.minutepicker .month-container div:hover,
.datetimepicker-container .body.yearpicker .hour-container div:hover,
.datetimepicker-container .body.yearpicker .minute-container div:hover,
.datetimepicker-container .body.yearpicker .year-container div:hover,
.datetimepicker-container .body.yearpicker .month-container div:hover,
.datetimepicker-container .body.monthpicker .hour-container div:hover,
.datetimepicker-container .body.monthpicker .minute-container div:hover,
.datetimepicker-container .body.monthpicker .year-container div:hover,
.datetimepicker-container .body.monthpicker .month-container div:hover {
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  background: #339AF0;
  color: white;
  opacity: 0.5;
}

/* line 101, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.timepicker .time-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2px 0px 2px 0px;
  font-size: 1.4rem;
}

/* line 108, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.timepicker .time-container .hour-container,
.datetimepicker-container .body.timepicker .time-container .minute-container,
.datetimepicker-container .body.timepicker .time-container .separator-container {
  display: inline-block;
  text-align: center;
}

/* line 113, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.timepicker .time-container .hour-container .hour,
.datetimepicker-container .body.timepicker .time-container .hour-container .minute,
.datetimepicker-container .body.timepicker .time-container .minute-container .hour,
.datetimepicker-container .body.timepicker .time-container .minute-container .minute,
.datetimepicker-container .body.timepicker .time-container .separator-container .hour,
.datetimepicker-container .body.timepicker .time-container .separator-container .minute {
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid lightgrey;
  padding: 2px;
}

/* line 119, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.timepicker .time-container .hour-container .hour:hover,
.datetimepicker-container .body.timepicker .time-container .hour-container .minute:hover,
.datetimepicker-container .body.timepicker .time-container .minute-container .hour:hover,
.datetimepicker-container .body.timepicker .time-container .minute-container .minute:hover,
.datetimepicker-container .body.timepicker .time-container .separator-container .hour:hover,
.datetimepicker-container .body.timepicker .time-container .separator-container .minute:hover {
  cursor: pointer;
}

/* line 122, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.timepicker .time-container .hour-container .hour:active,
.datetimepicker-container .body.timepicker .time-container .hour-container .minute:active,
.datetimepicker-container .body.timepicker .time-container .minute-container .hour:active,
.datetimepicker-container .body.timepicker .time-container .minute-container .minute:active,
.datetimepicker-container .body.timepicker .time-container .separator-container .hour:active,
.datetimepicker-container .body.timepicker .time-container .separator-container .minute:active {
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  background: #339AF0;
  color: white;
  opacity: 0.5;
}

/* line 132, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .body.timepicker .time-container .toggle-am-pm {
  font-size: 0.8rem;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  background: #339AF0;
  color: white;
  opacity: 0.5;
  height: fit-content;
  padding: 5px;
}

/* line 148, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .footer {
  text-align: center;
  font-size: 1rem;
  border-radius: 5px;
}

/* line 152, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .footer div {
  margin: 11px;
}

/* line 154, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .footer div i {
  color: #339AF0;
}

/* line 158, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .footer:hover {
  cursor: pointer;
}

/* line 159, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .footer:hover div {
  background-color: #339AF0;
  opacity: 0.5;
  border-radius: 5px;
}

/* line 163, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .footer:hover div i {
  color: white;
}

/* line 182, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .previous-dozen-years i,
.datetimepicker-container .next-dozen-years i,
.datetimepicker-container .previous-year i,
.datetimepicker-container .previous-month i,
.datetimepicker-container .previous-hour i,
.datetimepicker-container .previous-minute i,
.datetimepicker-container .next-year i,
.datetimepicker-container .next-month i,
.datetimepicker-container .next-minute i,
.datetimepicker-container .next-hour i {
  font-size: 0.9rem;
  margin: 0 8px;
}

/* line 185, ../../shared/bundle/ruby/3.1.0/gems/date_n_time_picker_activeadmin-0.1.2/vendor/assets/stylesheets/datetimepicker.scss */
.datetimepicker-container .previous-dozen-years i:hover,
.datetimepicker-container .next-dozen-years i:hover,
.datetimepicker-container .previous-year i:hover,
.datetimepicker-container .previous-month i:hover,
.datetimepicker-container .previous-hour i:hover,
.datetimepicker-container .previous-minute i:hover,
.datetimepicker-container .next-year i:hover,
.datetimepicker-container .next-month i:hover,
.datetimepicker-container .next-minute i:hover,
.datetimepicker-container .next-hour i:hover {
  cursor: pointer;
  font-size: 1rem;
}

/* line 15, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset > ol > li.billing_subitems {
  padding: 0;
  margin: 0;
}

/* line 17, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset > ol {
  padding: 0px;
  margin: 0px;
}

/* line 19, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol > li > label {
  display: none;
}

/* line 20, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields:first-child ol > li > label {
  display: block;
}

/* line 21, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields:first-child ol > li {
  display: flex;
  flex-direction: column;
  align-content: center;
}

/* line 22, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol > li:nth-child(3) {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol > li:nth-child(3) > a.has_many_remove {
  width: auto;
}

/* line 25, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin: 0px;
}

/* line 26, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol > li {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-content: center;
  margin: 0px;
}

/* line 27, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol > li.has_many_delete {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
}

/* line 28, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol > li > label {
  width: auto;
  padding-right: 10px;
}

/* line 29, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol > li > div > label.label {
  width: auto;
  padding-right: 10px;
}

/* line 30, app/assets/stylesheets/active_admin.scss */
form.billing_item fieldset.has_many_fields ol > li > a.has_many_remove
form.billing_item fieldset.has_many_fields ol > li > p.inline-errors {
  margin: 0.3em 0 0 0;
}
