/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700'); */
/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 316, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 497, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 524, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 555, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 561, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 569, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 576, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 582, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 590, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 600, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 609, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

/* line 42, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 59, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 86, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 98, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 121, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 131, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 141, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 166, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 47, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 66, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 70, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 87, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 141, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 152, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* line 14, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 43, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 87, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 91, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 136, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 136, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 132, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 158, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 158, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 158, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 158, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 158, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 158, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 158, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 158, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 170, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 194, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 46, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

/* line 133, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 138, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 72, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 77, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 85, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 128, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 180, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 41, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 63, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 113, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 215, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 222, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 230, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 31, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 46, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 51, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 58, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 58, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 70, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 81, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 85, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 93, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 98, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 103, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 107, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 112, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 118, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 128, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 133, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 134, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 138, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

/* line 145, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

/* line 153, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 80, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 6, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 184, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 6, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 133, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 140, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 147, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 156, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 170, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 177, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 183, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 189, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 195, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 202, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 213, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 219, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 230, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 213, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 213, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 213, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 213, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 213, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 135, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

/* line 138, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

/* line 147, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 161, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 161, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 181, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 191, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 205, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 205, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, .carousel[data-bs-theme="dark"] .carousel-control-prev-icon,
.carousel[data-bs-theme="dark"] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 128, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

/* line 134, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 139, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 19, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 9, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 19, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 23, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

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

/* line 4, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 4, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-0::before {
  content: "\30";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-1::before {
  content: "\31";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-2::before {
  content: "\32";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-3::before {
  content: "\33";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-4::before {
  content: "\34";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-5::before {
  content: "\35";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-6::before {
  content: "\36";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-7::before {
  content: "\37";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-8::before {
  content: "\38";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-9::before {
  content: "\39";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-at::before {
  content: "\40";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info::before {
  content: "\f129";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion::before {
  content: "\e4e9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check::before {
  content: "\e4aa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check::before {
  content: "\e4c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "\e56c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line::before {
  content: "\e534";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person::before {
  content: "\f183";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-male::before {
  content: "\f183";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-w::before {
  content: "\57";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-film::before {
  content: "\f008";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "\f252";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "\f252";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-om::before {
  content: "\f679";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm::before {
  content: "\e599";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check::before {
  content: "\e564";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i::before {
  content: "\49";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-v::before {
  content: "\56";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school::before {
  content: "\f549";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-q::before {
  content: "\51";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-g::before {
  content: "\47";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank::before {
  content: "\f07b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-e::before {
  content: "\45";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user::before {
  content: "\f007";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check::before {
  content: "\e56b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-key::before {
  content: "\f084";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-c::before {
  content: "\43";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star::before {
  content: "\f005";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box::before {
  content: "\f466";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-random::before {
  content: "\f074";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "\e556";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-server::before {
  content: "\f233";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "\4c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "\e50a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check::before {
  content: "\e4d2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train::before {
  content: "\f238";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket::before {
  content: "\e4cf";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow::before {
  content: "\f6c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano::before {
  content: "\f770";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst::before {
  content: "\e4dc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry::before {
  content: "\e4ea";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm::before {
  content: "\f76c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-children::before {
  content: "\e4e1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check::before {
  content: "\e4e8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check::before {
  content: "\e4fd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-column-lock::before {
  content: "\e678";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-a::before {
  content: "\41";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "\e03f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-p::before {
  content: "\50";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust::before {
  content: "\e520";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\3f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code::before {
  content: "\f121";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won::before {
  content: "\f159";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-f::before {
  content: "\46";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road::before {
  content: "\f018";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check::before {
  content: "\e555";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h::before {
  content: "\48";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp::before {
  content: "\e57b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-r::before {
  content: "\52";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs::before {
  content: "\e4d0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge::before {
  content: "\e4c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "\e5aa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location::before {
  content: "\f601";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging::before {
  content: "\f85e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-female::before {
  content: "\f182";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh::before {
  content: "\f827";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh::before {
  content: "\f827";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f254";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water::before {
  content: "\f773";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent::before {
  content: "\e57d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check::before {
  content: "\e55c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito::before {
  content: "\e52b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-u::before {
  content: "\55";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-s::before {
  content: "\53";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-images::before {
  content: "\f302";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car::before {
  content: "\f7da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-download::before {
  content: "\f019";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check::before {
  content: "\e5a0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house::before {
  content: "\f015";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home::before {
  content: "\f015";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-b::before {
  content: "\42";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane::before {
  content: "\f751";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound::before {
  content: "\e52d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "\e5a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand::before {
  content: "\e4f7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e5a1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "\e040";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-section::before {
  content: "\e447";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-row-lock::before {
  content: "\e67a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant::before {
  content: "\e4e0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef::before {
  content: "\e1fe";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal::before {
  content: "\f666";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e494";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "\e5b4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler::before {
  content: "\e5af";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-370bba3c04d5d177f9af8bcb796011e21509808f9a5369289328f89870dba0a0.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-3c7bf1859e32a508e8a6c4750a2e195eb283b77bba013bef0b93a44b11630e2f.ttf) format("truetype");
}

/* line 23, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-f5930dd8a4e66926250f45d051ff86566a4237b8c45d28e3abdc937e0a58aa7f.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-60054ca3c188db05e091d3185a2ad284dd321587b06676bab96797a2764d10f0.ttf) format("truetype");
}

/* line 23, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-4f44a163fb44be54c1a2d02d4637b7a6a39722e313b6569cb81f88a72d879663.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-03e2d94838db33a68d48642e65b9a0c20389c97e7eca5e1d3c5b9b1b6fce4e07.ttf) format("truetype");
}

/* line 23, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pixiv:before {
  content: "\e640";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js:before {
  content: "\f3b9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jxl:before {
  content: "\e67b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit:before {
  content: "\f1a2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave:before {
  content: "\e63c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram:before {
  content: "\e055";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-threads:before {
  content: "\e618";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo:before {
  content: "\f2aa";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opensuse:before {
  content: "\e62b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble:before {
  content: "\f397";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-debian:before {
  content: "\e60b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter:before {
  content: "\f081";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-kickstarter:before {
  content: "\f3bb";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube:before {
  content: "\f431";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta:before {
  content: "\e49b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-letterboxd:before {
  content: "\e62e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shoelace:before {
  content: "\e60c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam:before {
  content: "\f1b7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo:before {
  content: "\f194";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github:before {
  content: "\f092";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-threads:before {
  content: "\e619";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-scholar:before {
  content: "\e63b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square:before {
  content: "\e5ae";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-signal-messenger:before {
  content: "\e663";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mintbit:before {
  content: "\e62f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave-reverse:before {
  content: "\e63d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-web-awesome:before {
  content: "\e682";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing:before {
  content: "\f169";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-letterboxd:before {
  content: "\e62d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-x-twitter:before {
  content: "\e61b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook:before {
  content: "\f082";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm:before {
  content: "\f203";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-upwork:before {
  content: "\e641";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-upwork:before {
  content: "\e67c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome:before {
  content: "\e683";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluesky:before {
  content: "\e671";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance:before {
  content: "\f1b5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-webflow:before {
  content: "\e65c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git:before {
  content: "\f1d2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr:before {
  content: "\f174";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber:before {
  content: "\e5c7";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee:before {
  content: "\e5c6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp:before {
  content: "\f40c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-x-twitter:before {
  content: "\e61a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 28, ../../../usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}
/* line 1, ../../../usr/local/bundle/gems/active_scaffold_sortable-3.5.0/app/assets/stylesheets/active_scaffold_sortable.css.scss */
.sortable-handle {
  cursor: move;
}

/* line 2, ../../../usr/local/bundle/gems/active_scaffold_sortable-3.5.0/app/assets/stylesheets/active_scaffold_sortable.css.scss */
.active-scaffold .sub-form table td.sortable-handle {
  display: table-cell;
  visibility: visible;
}

/* line 3, ../../../usr/local/bundle/gems/active_scaffold_sortable-3.5.0/app/assets/stylesheets/active_scaffold_sortable.css.scss */
td.sortable-handle, .active-scaffold .sub-form table td.sortable-handle {
  background: url(/assets/active_scaffold/sortable-ecaa9d2923891578e24126a92106e4ae2d37da0f5b71012e2af36cc3c88cbb29.png) no-repeat center center;
  width: 16px;
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/thin/Roboto-Thin-d6fba64f473c0de78a2f1e16a5a665e9a0a67c31a30a8d57b5f68b7822d17d31.ttf) format("truetype"), url(/assets/roboto/thin/Roboto-Thin-e5f5add994c5221734a35e4c6d5bbe5c06adc1abe0c2a4e70df90d559afa18f9.woff) format("woff"), url(/assets/roboto/thin/Roboto-Thin-1a0e06b49393a21534ec1f708e1be8053e54ff6559661e000413c41239f10318.woff2) format("woff2");
  /* Modern Browsers */
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/light/Roboto-Light-eb584627c8451dd4ba834d0dbea4fa0c9446e11cfb553046a0d001dcbffda31b.ttf) format("truetype"), url(/assets/roboto/light/Roboto-Light-4afde802627c1986da676da055a178877378fa717f0d3c26258b654991af3dec.woff) format("woff"), url(/assets/roboto/light/Roboto-Light-ca420b8b5bd1505901751b07a738765cb20f71892de755ad8cf25524bc3e0ae2.woff2) format("woff2");
  /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/medium/Roboto-Medium-e8fe6ced3b343de14883a07cdfeca411a1078313fbba615af2b643ebaf16965f.ttf) format("truetype"), url(/assets/roboto/medium/Roboto-Medium-13711097d30e0b60d02231bc170c38a677c85b3bcc5c30f0e2e93500c8fa12ec.woff) format("woff"), url(/assets/roboto/medium/Roboto-Medium-6c0d3e330b8c664c3471adc99de37ba9126cd3615a8550afefc7d73aad069e6d.woff2) format("woff2");
  /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/bold/Roboto-Bold-71084df465f677d7bbd9f72431ee129e7e07cf3c58c788d350c0359f556827cc.ttf) format("truetype"), url(/assets/roboto/bold/Roboto-Bold-3e2009cd4497249874c7cb9ad5bed2350e77873841574387f944ae7672f8ab46.woff) format("woff"), url(/assets/roboto/bold/Roboto-Bold-c924dbe92c0cec29e8bed946207bfb71b0644f158f7d25369cca41575e08423e.woff2) format("woff2");
  /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}

/* Font awesome 5 Pro */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fontawesome-pro/fa-light-300-efd846673e5a37a2f5a0ecb12e3ec378f07be5be50dd7ba99a6693b9fbe98538.eot);
  src: url(/assets/fontawesome-pro/fa-light-300-efd846673e5a37a2f5a0ecb12e3ec378f07be5be50dd7ba99a6693b9fbe98538.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-pro/fa-light-300-f0598bbffdbe5fd0bb003d426cc6bf8a7979e8cb87746a525d717a0d0d1a02d8.woff2) format("woff2"), url(/assets/fontawesome-pro/fa-light-300-223408bb7117748bf83c14ae9eebbd5ad2dbf3a377d2755731c1039229879e1b.woff) format("woff"), url(/assets/fontawesome-pro/fa-light-300-63852a6eeae372a2eb9665c6e43ab219521e7db8fa39608b0ebe2d3d0918ad78.ttf) format("truetype"), url(/assets/fontawesome-pro/fa-light-300-aecd9cf1541c7cdc764b7df019e8f898d4994e578537bd7ab51bad8d6b9d76de.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/material/MaterialIcons-Regular.woff2) format("woff2"), url(/material/MaterialIcons-Regular.woff) format("woff"), url(/material/MaterialIcons-Regular.ttf) format("truetype");
}

/* line 62, app/assets/stylesheets/theme/fonts.css.scss */
.fal {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
}
@charset "UTF-8";
/* THEME */
/* line 10, app/assets/stylesheets/theme/theme.scss.erb */
body {
  margin: 0;
  font-family: "Roboto";
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

/* line 21, app/assets/stylesheets/theme/theme.scss.erb */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, app/assets/stylesheets/theme/theme.scss.erb */
a:focus {
  box-shadow: none !important;
}

/* line 29, app/assets/stylesheets/theme/theme.scss.erb */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 34, app/assets/stylesheets/theme/theme.scss.erb */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 41, app/assets/stylesheets/theme/theme.scss.erb */
ol,
ul {
  list-style: none;
}

/* line 46, app/assets/stylesheets/theme/theme.scss.erb */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 53, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-header a.btn {
  color: #007bff;
}

/* line 57, app/assets/stylesheets/theme/theme.scss.erb */
a:not(.btn):not(.as_cancel):not(.label):not(.dropdown-item):not(.alert_item):not(.as_create_another):hover,
div.hover,
td span.hover {
  /* text-decoration: underline; */
  text-decoration: none;
  background: transparent;
}

/* line 65, app/assets/stylesheets/theme/theme.scss.erb */
a.invalid:after {
  color: white;
  width: 12px;
  height: 12px;
  background-color: #ffc107;
  border-radius: 100%;
  content: "!";
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  margin-left: 5px;
  vertical-align: top;
}

/* line 80, app/assets/stylesheets/theme/theme.scss.erb */
button,
input {
  overflow: visible;
}

/* line 85, app/assets/stylesheets/theme/theme.scss.erb */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 96, app/assets/stylesheets/theme/theme.scss.erb */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 109, app/assets/stylesheets/theme/theme.scss.erb */
h1,
.h1 {
  font-size: 2.5rem;
}

/* line 114, app/assets/stylesheets/theme/theme.scss.erb */
h2,
.h2 {
  font-size: 2rem;
}

/* line 119, app/assets/stylesheets/theme/theme.scss.erb */
h3,
.h3 {
  font-size: 1.75rem;
}

/* line 124, app/assets/stylesheets/theme/theme.scss.erb */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 143, app/assets/stylesheets/theme/theme.scss.erb */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 153, app/assets/stylesheets/theme/theme.scss.erb */
h6 {
  font-size: 20px;
}

/* line 157, app/assets/stylesheets/theme/theme.scss.erb */
a > code {
  color: inherit;
}

/* line 161, app/assets/stylesheets/theme/theme.scss.erb */
code {
  color: #666;
}

/* line 165, app/assets/stylesheets/theme/theme.scss.erb */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 171, app/assets/stylesheets/theme/theme.scss.erb */
th {
  text-align: left;
}

/* line 175, app/assets/stylesheets/theme/theme.scss.erb */
td,
th {
  padding: 0;
}

/* line 180, app/assets/stylesheets/theme/theme.scss.erb */
hr {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

/* line 185, app/assets/stylesheets/theme/theme.scss.erb */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 191, app/assets/stylesheets/theme/theme.scss.erb */
.login-block #new_user #error_explanation {
  margin-bottom: 15px;
}

/* line 195, app/assets/stylesheets/theme/theme.scss.erb */
.login-block #new_user .input-group.mb-3 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

/* line 201, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login #scroller {
  padding: 0;
}

/* line 205, app/assets/stylesheets/theme/theme.scss.erb */
.max-960 {
  max-width: 960px;
  margin: auto;
}

/* line 210, app/assets/stylesheets/theme/theme.scss.erb */
span.red_text {
  color: #dc3145 !important;
}

/* line 211, app/assets/stylesheets/theme/theme.scss.erb */
span.green_text {
  color: #28a745 !important;
}

/* line 213, app/assets/stylesheets/theme/theme.scss.erb */
#scroller {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 56px;
  bottom: 0;
  width: 100%;
  padding-bottom: 80px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 226, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login #main-wrapper {
  margin-left: 0 !important;
}

/* line 230, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper {
  display: flex;
  align-items: stretch;
  transition: margin 0.2s ease-in-out;
}

/* line 236, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper {
  padding: 16px;
  flex-grow: 1;
}

/* line 241, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login #content-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 248, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login .login-block {
  max-width: 550px;
  padding: 25px 50px;
  background: #f7f7f7;
  border-radius: 24px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* line 261, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login h1 {
  font-weight: 200;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
}

/* line 270, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

/* line 276, app/assets/stylesheets/theme/theme.scss.erb */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 284, app/assets/stylesheets/theme/theme.scss.erb */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 289, app/assets/stylesheets/theme/theme.scss.erb */
.input-group-prepend {
  margin-right: -1px;
}

/* line 293, app/assets/stylesheets/theme/theme.scss.erb */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 298, app/assets/stylesheets/theme/theme.scss.erb */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
> .input-group-append:last-child
> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
> .input-group-append:last-child
> .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 312, app/assets/stylesheets/theme/theme.scss.erb */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 328, app/assets/stylesheets/theme/theme.scss.erb */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 343, app/assets/stylesheets/theme/theme.scss.erb */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 352, app/assets/stylesheets/theme/theme.scss.erb */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 358, app/assets/stylesheets/theme/theme.scss.erb */
.fa,
.fas {
  font-weight: 900;
}

/* line 363, app/assets/stylesheets/theme/theme.scss.erb */
.fa,
.fas,
.far,
.fal,
.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 377, app/assets/stylesheets/theme/theme.scss.erb */
.fa,
.fab,
.fal,
.far,
.fas {
  -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 391, app/assets/stylesheets/theme/theme.scss.erb */
.fa-key:before {
  content: "\f084";
}

/* line 395, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login form footer {
  text-align: center;
}

/* line 399, app/assets/stylesheets/theme/theme.scss.erb */
.btn, .as_create_another {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Arial;
}

/* line 419, app/assets/stylesheets/theme/theme.scss.erb */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 423, app/assets/stylesheets/theme/theme.scss.erb */
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 431, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 439, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group .left-separator:before {
  content: "";
  display: inline-block;
  height: 20px;
  background-color: #bebebe;
  width: 1px;
  left: 0px;
  top: 8px;
  position: absolute;
}

/* line 450, app/assets/stylesheets/theme/theme.scss.erb */
.btn-outline-primary {
  background-color: transparent;
  background-image: none;
}

/* line 455, app/assets/stylesheets/theme/theme.scss.erb */
.btn.custom_background:hover {
  opacity: 0.8;
}

/* line 457, app/assets/stylesheets/theme/theme.scss.erb */
.btn.custom_background {
  color: #fff;
}

/* line 461, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .actions .btn-outline-primary {
  line-height: 1;
}

/* line 465, app/assets/stylesheets/theme/theme.scss.erb */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 472, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  text-decoration: none;
}

/* line 479, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-red {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 480, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-yellow {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 481, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-green {
  color: #28a745;
  border-color: #28a745;
}

/* line 482, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-orange {
  color: #f19442;
  border-color: #f19442;
}

/* line 483, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-blue {
  color: #007bff;
  border-color: #007bff;
}

/* line 485, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-red,
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-yellow,
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-green,
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-orange,
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-blue {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 497, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 498, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-yellow:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 499, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-green:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 500, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-orange:hover {
  color: #fff;
  background-color: #f19442;
  border-color: #f19442;
}

/* line 501, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-blue:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 503, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold a.btn.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  text-decoration: none;
}

/* line 510, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn-danger:hover {
  color: #fff;
  background-color: #c82333 !important;
  border-color: #bd2130;
  text-decoration: none;
}

/* line 517, app/assets/stylesheets/theme/theme.scss.erb */
a.hover_link {
  opacity: 0;
}

/* line 518, app/assets/stylesheets/theme/theme.scss.erb */
:hover > a.hover_link {
  opacity: 1;
}

/* line 520, app/assets/stylesheets/theme/theme.scss.erb */
a.btn.btn-link:hover {
  text-decoration: none;
}

/* line 524, app/assets/stylesheets/theme/theme.scss.erb */
.btn i:first-child {
  margin-right: 10px;
}

/* line 528, app/assets/stylesheets/theme/theme.scss.erb */
.text-center {
  text-align: center !important;
}

/* line 532, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login form footer a {
  display: block;
  margin-top: 30px;
  font-size: 12px;
}

/* line 538, app/assets/stylesheets/theme/theme.scss.erb */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

/* line 544, app/assets/stylesheets/theme/theme.scss.erb */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 552, app/assets/stylesheets/theme/theme.scss.erb */
body.app-login .alert {
  margin-bottom: 40px;
}

/* line 556, app/assets/stylesheets/theme/theme.scss.erb */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 565, app/assets/stylesheets/theme/theme.scss.erb */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 571, app/assets/stylesheets/theme/theme.scss.erb */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 577, app/assets/stylesheets/theme/theme.scss.erb */
.alert > :last-child {
  margin-bottom: 0;
}

/* line 581, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .mark_all_alerts_as_readed-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  float: left;
}

/* line 585, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .mark_all_alerts_as_readed-filter_btn.filter-btn.nav.navbar-nav.btn-group a {
  border: none;
}

/* line 589, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .mark_all_alerts_as_readed-filter_btn.filter-btn.nav.navbar-nav.btn-group a:hover {
  background: transparent;
}

/* line 593, app/assets/stylesheets/theme/theme.scss.erb */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
}

/* line 603, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar {
  position: fixed;
  z-index: 9910;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  flex-wrap: nowrap;
}

/* line 613, app/assets/stylesheets/theme/theme.scss.erb */
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 618, app/assets/stylesheets/theme/theme.scss.erb */
.text-white {
  color: #fff !important;
}

/* line 622, app/assets/stylesheets/theme/theme.scss.erb */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 632, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .app-name {
  margin-right: 8px;
  min-width: 240px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1000;
}

/* line 640, app/assets/stylesheets/theme/theme.scss.erb */
a.current-app {
  display: flex;
  align-items: center;
}

/* line 645, app/assets/stylesheets/theme/theme.scss.erb */
a.current-app:not(.btn):not(.as_cancel):not(.label):hover:not(.dropdown-item) {
  text-decoration: none !important;
}

/* line 649, app/assets/stylesheets/theme/theme.scss.erb */
a.current-app:not(.btn):not(.as_cancel):not(.label):hover:not(.dropdown-item) span {
  opacity: 0.6;
}

/* line 653, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .app-name #app-logo {
  margin-right: 10px;
}

/* line 657, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .app-name #app-logo,
#header.navbar .app-name #app-logo svg,
#header.navbar .app-name #app-logo img {
  width: 25px;
  height: auto;
  display: inline-flex;
}

/* line 665, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .app-name .app_version {
  font-size: 10px;
  width: 100%;
  opacity: 0.6;
  margin-left: 46px;
  height: 5px;
  margin-top: -8px;
  color: #fff !important;
}

/* line 675, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar {
  position: fixed;
  overflow: auto;
  width: 256px;
  height: 100%;
  font-size: 0.825em;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
}

/* line 685, app/assets/stylesheets/theme/theme.scss.erb */
div#sidebar {
  transition: transform 0.2s ease-in-out;
}

/* line 689, app/assets/stylesheets/theme/theme.scss.erb */
.text-dark {
  color: #343a40 !important;
}

/* line 693, app/assets/stylesheets/theme/theme.scss.erb */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 697, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar + #content-wrapper {
  padding-left: 272px;
}

/* line 701, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul {
  list-style: none;
  padding: 0;
}

/* line 706, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li a:hover {
  background-color: rgba(0, 0, 0, 0.035);
  text-decoration: none;
}

/* line 711, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar > ul > li:first-child > a {
  padding-top: 16px;
}

/* line 715, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li a {
  display: flex;
  font-weight: 500;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #444;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

/* line 726, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold th a,
#content-wrapper .active-scaffold th p,
#content-wrapper .active-scaffold #content-wrapper .show-view th,
#content-wrapper .active-scaffold-header h2,
#content-wrapper .active-scaffold tr.record td {
  font-family: "Roboto";
}

/* line 734, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .input_group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-inline: 20px;
}

/* line 743, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .input_group #general_search {
  flex-grow: 1;
  width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none !important;
}

/* line 751, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .input_group #general_search::-moz-placeholder {
  color: lightgray;
}
#header.navbar .input_group #general_search::placeholder {
  color: lightgray;
}

/* line 755, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .input_group #general_search:focus {
  border-color: white;
}

/* line 759, app/assets/stylesheets/theme/theme.scss.erb */
#header a.custom_header_new_button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

/* line 764, app/assets/stylesheets/theme/theme.scss.erb */
span.general_search_icon.fal.fa-search {
  position: absolute;
  color: #666;
  right: 15px;
  top: 12px;
}

/* line 771, app/assets/stylesheets/theme/theme.scss.erb */
td.inline-adapter-cell .show_search-view .as_cancel {
  margin-top: 0 !important;
}

/* line 775, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar li.active a span {
  font-weight: bold;
}

/* line 779, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  bottom: 16px;
  left: 16px;
  width: 42px;
  padding: 8px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  text-align: center;
}

/* line 795, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle {
  color: black;
  text-decoration: none;
}

/* line 800, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle .icon.open {
  display: inline;
}

/* line 804, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle .icon.closed {
  display: none;
}

/* line 808, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #main-wrapper {
  margin-left: -256px;
}

/* line 812, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle .icon.open {
  display: inline;
}

/* line 816, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle .icon.closed {
  display: none;
}

/* line 820, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5 > a.as-js-button.visibility-toggle {
  display: inline-block !important;
  float: right;
  width: 100%;
  position: absolute;
  left: 0;
  height: 27px;
}

/* line 829, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5 > a.as-js-button.visibility-toggle span.hide-section-icon {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 835, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5 {
  position: relative;
}

/* line 839, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5:hover, .collapse_task_block_icon:hover {
  background: #f2f6fb4f;
}

/* line 843, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5:hover, .sub-section > h5:hover .hide-section-icon, .collapse_task_block_icon:hover {
  color: #214a94 !important;
}

/* line 845, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .sub-section .active-scaffold-header .actions {
  width: auto;
}

/* line 849, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5:hover, .sub-section > h5:hover .hide-section-icon {
  color: #d20e11 !important;
}

/* line 854, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 {
  margin-bottom: 0;
}

/* line 856, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form .associated-record, li.sub-section > ol.form {
  display: flex;
  flex-wrap: wrap;
  border-left: 6px solid #ececec;
  /*padding-top: 10px;*/
}

/* line 863, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .header_progress_bar {
  width: 150px;
  display: inline-block;
  border-radius: 10px;
}

/* line 869, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .header_progress_bar .progress {
  background-color: #ffffff;
}

/* line 871, app/assets/stylesheets/theme/theme.scss.erb */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 880, app/assets/stylesheets/theme/theme.scss.erb */
span.progress.subtitle_progress {
  background-color: #fff;
  position: relative;
  min-width: 150px;
  display: inline-flex;
  border-radius: 4px;
  margin-left: 10px;
}

/* line 889, app/assets/stylesheets/theme/theme.scss.erb */
span.progress.subtitle_progress .progress-bar {
  height: 25px;
  position: absolute;
  left: 0;
  display: inline-block;
  z-index: 1000;
}

/* line 897, app/assets/stylesheets/theme/theme.scss.erb */
span.progress.subtitle_progress .progress-label {
  z-index: 1001;
  color: #fff;
  margin-left: 5px;
  font-weight: 400;
}

/* line 904, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable + .sub-form-record {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s max-height ease-out;
  margin-left: 100px;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  background: #f2f6fb;
}

/* line 913, app/assets/stylesheets/theme/theme.scss.erb */
.color_icon_tag_block,
.content_icons_block {
  display: inline-flex;
  align-items: baseline;
}

/* line 919, app/assets/stylesheets/theme/theme.scss.erb */
.label-column_heading a.show_featured {
  position: relative;
  left: 3px;
  bottom: 1px;
}

/* line 925, app/assets/stylesheets/theme/theme.scss.erb */
.color_icon_tag_block span.flex-spacer {
  margin-inline: 3px;
}

/*CUSTOM FIELD*/
/* line 931, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element_actions a.mini_button.delete_model_link {
  position: relative;
  bottom: 2px;
}

/* line 936, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* line 943, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container ol.form li.form-element.half_width.ccf_element {
  width: 49% !important;
  float: left;
  margin-right: 10px;
}

/* line 949, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .open_in_overlay_div {
  transform: scale(0.9);
  position: relative;
  top: 2px;
}

/* line 955, app/assets/stylesheets/theme/theme.scss.erb */
.content-width.parent_custom_fields_custom_form > form > ol.form label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.98rem;
  font-weight: 400;
  text-align: right;
  margin-left: 0;
  width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

/* line 970, app/assets/stylesheets/theme/theme.scss.erb */
#add_new_customer_custom_field {
  line-height: 1;
  padding-block: 5px !important;
}

/* line 975, app/assets/stylesheets/theme/theme.scss.erb */
.content-width.parent_custom_fields_custom_form > form > ol.form dl {
  align-items: baseline;
}

/* line 979, app/assets/stylesheets/theme/theme.scss.erb */
.content-width.parent_custom_fields_custom_form > form > ol.form dd {
  width: 100%;
}

/* line 983, app/assets/stylesheets/theme/theme.scss.erb */
span.ccf_group_title {
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  margin-block: 10px;
  font-size: 18px;
  width: 100%;
  display: block;
  float: left;
}

/* line 993, app/assets/stylesheets/theme/theme.scss.erb */
.parent_custom_fields_group span.ccf_group_title {
  padding-left: 10px;
}

/* line 997, app/assets/stylesheets/theme/theme.scss.erb */
.content-width.parent_custom_fields_custom_form > form > ol.form {
  padding: 10px 30px !important;
  min-height: 450px;
}

/* line 1002, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-form.horizontal-sub-form.parent_custom_fields-sub-form {
  padding-left: 0;
}

/* line 1006, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dl {
  width: 95%;
}

/* line 1010, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dt {
  flex-basis: 150px;
  min-width: 150px;
  text-align: right;
}

/* line 1016, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dt label {
  width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

/* line 1024, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dd {
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

/* line 1033, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dd span {
  box-sizing: border-box;
  background: #fafafa;
  padding: 0px 5px;
  color: #5c5c5c;
  display: block;
}

/* line 1041, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element {
  width: 49%;
  margin-bottom: 5px;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}

/* line 1049, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element .ccf_element_actions {
  display: none;
  float: right;
  background-color: #fafafa;
  height: 24px;
  position: relative;
  right: 26px;
  z-index: 100;
}

/* line 1059, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element:hover .ccf_element_actions {
  display: flex;
}

/* line 1064, app/assets/stylesheets/theme/theme.scss.erb */
ol.association-record ol.form.custom_field_as_block {
  width: 100%;
}

/* line 1068, app/assets/stylesheets/theme/theme.scss.erb */
ol.form.custom_field_as_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1074, app/assets/stylesheets/theme/theme.scss.erb */
ol.form.custom_field_as_block .form-element {
  width: 50%;
}

/* line 1078, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold > .view > div > ol.form > li.sub-section:not(.data_info_a_group) > ol.custom_field_as_block, #content-wrapper .active-scaffold .view ol.form li.sub-section:not(.data_info_a_group) > ol.custom_field_as_block {
  padding-block: 10px;
  margin-bottom: 20px;
  background-color: #0056b30d;
}

/* line 1084, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold > .view > div > ol.form > li.sub-section:not(.data_info_a_group) > ol.custom_field_as_block > li.form-element > dl > dd,
#content-wrapper .active-scaffold .view ol.form li.sub-section:not(.data_info_a_group) > ol.custom_field_as_block > li.form-element > dl > dd {
  margin-right: 20px;
}

/* LABEL LIST VIEW */
/* line 1091, app/assets/stylesheets/theme/theme.scss.erb */
#label_list_view_block .label_list_view_record {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 1097, app/assets/stylesheets/theme/theme.scss.erb */
#label_list_view_block .label_list_view_record .left_border.general_label {
  width: 98%;
  margin-block: 2px;
  padding: 2px 5px;
}

/* line 1103, app/assets/stylesheets/theme/theme.scss.erb */
#label_list_view_block .label_list_view_record span.general_label_icon.general_label_model_icon {
  margin-left: 5px;
  font-size: 15px;
  color: #5f6368;
}

/* line 1109, app/assets/stylesheets/theme/theme.scss.erb */
#label_list_view_block .label_list_view_record .filter_dropdown.action_group, #label_list_view_block .label_list_view_record .hover_list_action.action_group {
  margin: 0;
  text-align: center;
  padding-block: 6px;
}

@media screen and (max-width: 1200px) {
  /* line 1090, app/assets/stylesheets/theme/theme.scss.erb */
  #label_list_view_block {
    padding-inline: 15px;
  }
}

/* FEATURED MODEL */
/* line 1123, app/assets/stylesheets/theme/theme.scss.erb */
a.toggle_featured_model {
  margin-right: 0 !important;
  text-align: center;
}

/* line 1128, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .color_icon_tag_block i:before {
  font-size: 22px;
}

/* line 1132, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .color_icon_tag_block i.fa-star:before {
  position: relative;
  bottom: 3px;
}

/* line 1137, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > h5 {
  display: none;
}

/* line 1141, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form {
  border-left-color: transparent;
}

/* line 1145, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .messages-container .message {
  max-width: auto;
  margin: 0 auto;
}

/* line 1150, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper.show_action .messages-container .message {
  max-width: 1200px;
}

/* line 1154, app/assets/stylesheets/theme/theme.scss.erb */
.warn-message.message {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 13px 20px;
}

/* line 1161, app/assets/stylesheets/theme/theme.scss.erb */
.messages-container .message {
  position: relative;
}

/* line 1163, app/assets/stylesheets/theme/theme.scss.erb */
.messages-container .info-message:after {
  content: "×";
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0.5;
  font-size: 20px;
  font-weight: bold;
}

/* line 1174, app/assets/stylesheets/theme/theme.scss.erb */
.messages-container .info-message:hover:after {
  opacity: 1;
}

/* line 1178, app/assets/stylesheets/theme/theme.scss.erb */
.messages-container .info-message {
  cursor: pointer;
}

/*MODIFICADAS DE ACTIVE-SCAFFOLD*/
/* line 1184, app/assets/stylesheets/theme/theme.scss.erb */
.as_content table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

/* line 1193, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > tbody > tr > td,
#content-wrapper .active-scaffold table > tbody > tr > th,
#content-wrapper .active-scaffold table > tfoot > tr > td,
#content-wrapper .active-scaffold table > tfoot > tr > th,
#content-wrapper .active-scaffold table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1205, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > caption + thead > tr:first-child > td,
#content-wrapper .active-scaffold table > caption + thead > tr:first-child > th,
#content-wrapper
.active-scaffold
table
> colgroup
+ thead
> tr:first-child
> td,
#content-wrapper
.active-scaffold
table
> colgroup
+ thead
> tr:first-child
> th,
#content-wrapper
.active-scaffold
table
> thead:first-child
> tr:first-child
> td,
#content-wrapper
.active-scaffold
table
> thead:first-child
> tr:first-child
> th {
  border-top: 0;
}

/* line 1236, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table tr th,
#content-wrapper .active-scaffold table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
}

/* line 1243, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 1248, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > tbody > tr > td,
#content-wrapper .active-scaffold table > tbody > tr > th,
#content-wrapper .active-scaffold table > tfoot > tr > td,
#content-wrapper .active-scaffold table > tfoot > tr > th,
#content-wrapper .active-scaffold table > thead > tr > td,
#content-wrapper .active-scaffold table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1260, app/assets/stylesheets/theme/theme.scss.erb */
.flex-spacer {
  flex-grow: 1;
}

/* line 1264, app/assets/stylesheets/theme/theme.scss.erb */
ul.plain {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1270, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.numeric {
  white-space: nowrap;
}

/* line 1272, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table tbody tr.as_adapter {
  padding: 5px 10px;
}

/* line 1274, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions tr {
  background-color: transparent;
}

/* line 1278, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold th,
#content-wrapper .active-scaffold th a,
#content-wrapper .active-scaffold th p {
  background-color: transparent;
  color: #333;
  font-size: 13px;
}

/* line 1286, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold th a:hover {
  opacity: 0.7;
}

/* line 1290, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tbody.records td.empty {
  text-align: left;
}

/* line 1294, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > tbody.before-header > tr > td {
  padding: inherit;
  line-height: inherit;
  vertical-align: inherit;
  border-top: inherit;
  border-color: inherit;
}

/* line 1302, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td {
  padding: 11px 15px;
  vertical-align: top;
  font-size: 0.98rem;
  border: none;
  color: #212529;
}

/* line 1310, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record th {
  font-size: 0.98rem;
}

/* line 1314, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions {
  width: 50px;
  padding-left: 0 !important;
}

/* line 1319, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record {
  background-color: white;
}

/* line 1323, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td,
#content-wrapper .active-scaffold .show-view td {
  padding: 15px;
}

/* line 1328, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.hidden,
#content-wrapper .active-scaffold .show-view td.hidden {
  padding: 0;
  margin: 0;
}

/* line 1334, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td {
  padding-inline: 15px !important;
  padding-block: 0px !important;
  vertical-align: middle;
}

/* line 1340, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .view {
  background-color: transparent;
  border: none;
}

/* line 1345, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form {
  max-width: 1200px;
}

/* line 1349, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold h4,
#content-wrapper .active-scaffold h5 {
  color: black;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.5rem;
}

/* line 1357, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .field_with_errors {
  width: 100%;
}

/* line 1359, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.text-input,
#content-wrapper .active-scaffold select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-width: 250px;
}

/* line 1375, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form input.text-input,
#content-wrapper .active-scaffold .horizontal-sub-form select {
  min-width: 0;
}

/* line 1380, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.text-input, #content-wrapper .active-scaffold select {
  height: 24px;
  line-height: 1;
  font-weight: 300;
  color: #666;
  padding: 0 5px;
}

/* line 1388, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.98rem;
  font-weight: 400;
  text-align: right;
  margin-left: 0;
}

/* line 1398, app/assets/stylesheets/theme/theme.scss.erb */
.update-view li.form-element,
.create-view li.form-element {
  margin-bottom: 6px;
}

/* line 1403, app/assets/stylesheets/theme/theme.scss.erb */
.update-view li.form-element.textarea,
.create-view li.form-element.textarea {
  height: auto !important;
}

/*
.create-view li.form-element.textarea.full_width,
.update-view li.form-element.textarea.full_width{
    margin-top: 12px;
}
*/
/* line 1414, app/assets/stylesheets/theme/theme.scss.erb */
.hide_in_high_res {
  display: none !important;
}

/* line 1418, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.row_radio_options dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1424, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.row_radio_options dl dd label {
  margin-inline: 10px;
}

/* line 1428, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.row_radio_options dl dd label:first-child {
  margin-left: 0;
}

/* line 1432, app/assets/stylesheets/theme/theme.scss.erb */
dl.hide_label > dt {
  display: none;
}

/* line 1436, app/assets/stylesheets/theme/theme.scss.erb */
.column_subform .view_show_columns {
  display: flex;
  flex-direction: column;
}

/* line 1441, app/assets/stylesheets/theme/theme.scss.erb */
.show-view li.form-element {
  padding: 0 5px !important;
  margin-bottom: 5px;
}

/* line 1446, app/assets/stylesheets/theme/theme.scss.erb */
.update-view dl dt,
.create-view dl dt {
  flex-basis: 150px;
  line-height: 1.2;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  margin-right: 24px;
}

/* line 1456, app/assets/stylesheets/theme/theme.scss.erb */
.update-view .form .form-element dl,
.update-view .sub-section .form-element dl,
.create-view .form .form-element dl,
.create-view .sub-section .form-element dl,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
  align-items: baseline;
}

/* line 1464, app/assets/stylesheets/theme/theme.scss.erb */
.update-view .sub-section li.form-element.checkbox > dl,
.create-view .sub-section li.form-element.checkbox > dl {
  align-items: center;
}

/* line 1469, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.vertical-sub-form .footer-wrapper {
  max-width: 1075px;
}

/* line 1470, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.vertical-sub-form .footer-wrapper .footer {
  text-align: left;
}

/* line 1471, app/assets/stylesheets/theme/theme.scss.erb */
.vertical-sub-form .sub-form-record {
  clear: both;
  position: relative;
}

/* line 1476, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-form {
  padding-left: 20px;
}

/* line 1480, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-form.vertical-sub-form {
  width: 100%;
  display: flex;
  position: relative;
}

/* line 1486, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-form.vertical-sub-form .sub-form-record li.form-element dd {
  margin-right: 20px;
}

/* line 1489, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.vertical-sub-form .sub-form-record li.actions {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1491, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form.vertical-sub-form .footer-wrapper {
  max-width: 800px;
}

/* line 1493, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.sub-form.horizontal-sub-form .form-element dl {
  align-items: baseline;
}

/* line 1497, app/assets/stylesheets/theme/theme.scss.erb */
.update-view dl dt,
.create-view dl dt {
  line-height: 1;
}

/* line 1502, app/assets/stylesheets/theme/theme.scss.erb */
ol.form,
.sub-form ol {
  list-style: none;
  padding: 0;
}

/* line 1508, app/assets/stylesheets/theme/theme.scss.erb */
.form-element dt,
.sub-section .sub-form td:first-child,
.sub-section.sub-form td:first-child,
.sub-section .sub-form > h5,
.sub-section .sub-form .level-sub-form > h5,
.sub-section .sub-form .relation_box > h5,
.sub-form.horizontal-sub-form dt {
  display: inline-block;
  margin-bottom: 0;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  margin-right: 24px;
  font-weight: 300;
  color: #212529;
}

/* line 1526, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5,
.sub-form.horizontal-sub-form.comments-sub-form h5,
.sub-form.horizontal-sub-form.logs-sub-form h5 {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  margin-top: 60px;
  font-size: 1.5rem;
}

/* line 1535, app/assets/stylesheets/theme/theme.scss.erb */
.text-secondary {
  color: #6c757d !important;
}

/* line 1539, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element dd,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dd {
  float: left;
  /* max-width: 800px; */
  margin-right: 20px;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

/* line 1551, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view li.form-element dd span,
#content-wrapper .active-scaffold .show-view .view_show_columns dl:not(.column_subform) dd > span {
  box-sizing: border-box;
  background: #fdfdfd;
  padding: 0px 5px;
  color: #5c5c5c;
  display: block;
}

/* line 1560, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view li.form-element.dragonfly dd > span {
  background: transparent;
}

/* line 1564, app/assets/stylesheets/theme/theme.scss.erb */
.form-element dd .loading-indicator {
  display: none;
}

/* line 1568, app/assets/stylesheets/theme/theme.scss.erb */
.form-actions .loading_overlay_icon {
  width: 10px;
  height: 10px;
  position: relative;
  right: 50px;
  bottom: 10px;
}

/* line 1576, app/assets/stylesheets/theme/theme.scss.erb */
.form-actions {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

/* line 1582, app/assets/stylesheets/theme/theme.scss.erb */
.form-actions > * {
  margin-right: 5px;
}

/* line 1586, app/assets/stylesheets/theme/theme.scss.erb */
.as_cancel_button {
  float: left;
}

/* line 1590, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.hidden {
  display: none;
}

/* line 1594, app/assets/stylesheets/theme/theme.scss.erb */
.mce-wordcount {
  display: none;
}

/* line 1598, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper p.form-footer .submit,
#content-wrapper p.form-footer .as_cancel,
.submit,
.as_cancel.reset {
  display: inline-block;
  font-weight: 400 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 10px !important;
}

/* line 1621, app/assets/stylesheets/theme/theme.scss.erb */
.form-element input,
.form-element textarea,
.form-element select,
.sub-form-record input,
.sub-form-record textarea,
.sub-form-record select {
  width: 100%;
  position: relative;
  display: block;
  /*padding: 0.375rem 0.75rem;*/
  padding: 0 5px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 300;
}

/* line 1643, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .submit, .quick_calendar_event .submit {
  cursor: pointer;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 1650, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .files-sub-form a.as_create_another:not(.btn):not(.as_cancel):not(.label):not(.dropdown-item):hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  text-decoration: none;
}

/* line 1657, app/assets/stylesheets/theme/theme.scss.erb */
#sending_parent_file_list {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 50px;
}

/* line 1663, app/assets/stylesheets/theme/theme.scss.erb */
#sending_parent_file_list p {
  border-bottom: 1px solid lightgray;
  font-weight: bold;
}

/* line 1668, app/assets/stylesheets/theme/theme.scss.erb */
#sending_parent_file_list > ul {
  max-height: 200px;
  overflow-y: scroll;
}

/* line 1673, app/assets/stylesheets/theme/theme.scss.erb */
#sending_parent_file_list li dl {
  width: 100%;
  display: contents;
}

/* line 1678, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sendings-sub-form {
  margin-left: 0;
}

/* line 1682, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .submit:hover, .quick_calendar_event .submit:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 1688, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold a.as_cancel, #content-wrapper .quick_calendar_event p.form-footer .as_cancel {
  cursor: pointer;
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 1696, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold a.as_cancel:hover, #content-wrapper .quick_calendar_event p.form-footer .as_cancel:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  text-decoration: none;
}

/* line 1703, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .errorExplanation h2 {
  font-weight: bolder;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 0.98rem;
}

/* line 1711, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .errorExplanation p {
  font-size: 90%;
}

/* line 1715, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .errorExplanation li {
  font-size: 90%;
}

/* line 1719, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .errorExplanation {
  margin-bottom: 20px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.98rem;
}

/* line 1732, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions a,
#content-wrapper .active-scaffold tr.record td.actions div {
  text-decoration: none;
  background-color: transparent;
  font-size: 100%;
}

/* line 1738, app/assets/stylesheets/theme/theme.scss.erb */
a.destroy {
  color: #e44141 !important;
}

/* line 1741, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .actions a.destroy:hover,
a.destroy:hover {
  color: #bd1717 !important;
}

/* line 1746, app/assets/stylesheets/theme/theme.scss.erb */
.destroy-filter_btn.filter-btn.nav.navbar-nav.btn-group > a.disabled.destroy.btn {
  border-color: transparent;
}

/* line 1750, app/assets/stylesheets/theme/theme.scss.erb */
.form_action_delete_footer {
  width: 300px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #f8f9fa;
  border-top: 1px solid lightgrey;
}

/* line 1760, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside aside div.form_action_delete_footer .destroy.as_action {
  text-align: right;
  width: auto;
  float: right;
}

/* line 1766, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden .has-aside + #aside-toggle .fal.fa-cog
.general_label:hover a.mini_button.delete_model_link {
  display: inline-block;
  width: auto;
  margin: 0;
  position: relative;
  height: 24px;
}

/* line 1775, app/assets/stylesheets/theme/theme.scss.erb */
.delete_model_link:before {
  color: #dc3545 !important;
}

/* line 1779, app/assets/stylesheets/theme/theme.scss.erb */
.delete_model_link:before,
.sub-form .actions > .destroy:before {
  content: "\f1f8";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
  text-indent: 0;
  float: left;
}

/* line 1794, app/assets/stylesheets/theme/theme.scss.erb */
.delete_model_link,
.sub-form .actions > .destroy {
  color: #dc3545 !important;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  text-decoration: none;
}

/* line 1805, app/assets/stylesheets/theme/theme.scss.erb */
a.mini_button.delete_model_link {
  display: inline-block;
  margin: 0;
}

/* line 1816, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .actions a:hover {
  color: #0056b3 !important;
}

/* line 1820, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold-found {
  margin-top: 10px;
}

/* line 1824, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold td.numeric {
  text-align: right;
}

/* line 1828, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold td .numeric-input {
  text-align: right;
  padding-right: 0;
}

/* line 1830, app/assets/stylesheets/theme/theme.scss.erb */
.loading-indicator {
  width: 20px;
  height: 20px;
  margin-top: 18px;
}

/* line 1836, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .loading-indicator {
  margin: 0;
}

/* ICONOS */
/* line 1842, app/assets/stylesheets/theme/theme.scss.erb */
.fal.nil {
  display: none;
}

/* line 1846, app/assets/stylesheets/theme/theme.scss.erb */
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 1852, app/assets/stylesheets/theme/theme.scss.erb */
.key_icon {
  width: 15px;
  height: 15px;
  background-image: url(/assets/key_icon-e53d44e31fc3f8757765c271d7b89852164d867ececad8e61ce210cadaed10ba.png);
}

/* RADIO */
/* line 1860, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio label {
  width: auto;
  text-align: left;
}

/* line 1865, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input {
  padding: inherit !important;
  width: 1em !important;
  height: 1em !important;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 1883, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input[type=radio] {
  border-radius: 50%;
}

/* line 1887, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input {
  float: left;
  margin-right: 10px;
}

/* line 1892, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 1896, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd;
}

/* line 1901, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form.as_form.search li.form-element dl dd label {
  min-width: 100px;
  text-align: left;
}

/* line 1906, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form.as_form.search li.form-element dl dd label input {
  min-width: 10px !important;
  display: inline-block;
  float: left;
  width: 20px;
  margin-right: 5px;
  margin-top: 5px;
}

/* line 1915, app/assets/stylesheets/theme/theme.scss.erb */
.radio_reset_button {
  margin-left: 15px;
}

/* CALENDAR */
/* line 1918, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-event-container {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}

/* line 1925, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-event-container .calendar_tag {
  width: 100% !important;
  margin-top: 1px;
  position: relative;
  overflow: visible;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: sub;
  cursor: pointer;
}

/* line 1936, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-event-container .calendar_tag label {
  cursor: pointer;
  display: inline;
}

/* line 1941, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-event-container .calendar_tag code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* line 1948, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event,
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active,
div.miniature_more_info_content.active,
#add-new-file.active,
#add-new-email_notification.active,
#update_email_notification_permissions.active {
  position: fixed;
  z-index: 10000;
  border-radius: 5px;
  width: 100%;
  max-width: 1200px;
  background-color: white;
  border: 1px solid #cfd0d2;
  max-height: 800px;
  overflow-y: auto;
}

/* line 1965, app/assets/stylesheets/theme/theme.scss.erb */
.active.active_sm {
  max-width: 800px;
}

/* line 1969, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active .messages-container {
  display: none;
}

/* line 1973, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active {
  padding-bottom: 15px;
}

/* line 1977, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active li.sub-section > ol.form {
  padding-top: 45px;
}

/* line 1981, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #overlay-container #content-wrapper .active-scaffold #auto_insert_buttons {
  display: none;
}

/* line 1985, app/assets/stylesheets/theme/theme.scss.erb */
#auto_insert_buttons span.open_in_overlay_icon {
  margin-right: 10px;
}

/* line 1989, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active li.sub-section > h5,
div.miniature_more_info_content.active .miniature_more_info_head,
#add-new-file.active p.title-p,
#add-new-email_notification.active p.title-p,
#update_email_notification_permissions.active #email_notification-permission-project-user-title {
  background: #a5a5a5;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #cfd0d2;
  color: white;
  padding: 15px;
  margin: 0;
  font-size: 1em;
}

/* line 2003, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-file.active p.form-footer,
#add-new-email_notification.active p.form-footer {
  margin-bottom: 35px;
}

/* line 2008, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold div.quick_calendar_event li.form-element dd input.recordselect {
  background-color: #fff;
}

/* line 2012, app/assets/stylesheets/theme/theme.scss.erb */
.color_picker dl dd label {
  display: none !important;
}

/* line 2016, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.color-input {
  padding: 0;
}

/* line 2020, app/assets/stylesheets/theme/theme.scss.erb */
#update_email_notification_permissions.active #email_notification-permission-project-user-title {
  margin-bottom: 35px;
}

/* line 2024, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event .quick_calendar_event_head {
  background: #a5a5a5;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #cfd0d2;
  color: white;
  margin: 0;
  font-size: 1em;
}

/* line 2033, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event .quick_calendar_event_head p {
  padding: 15px;
  margin-bottom: 0;
}

/* line 2038, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event div.quick_calendar_event_body {
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 24px;
}

/* line 2044, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event p.form-footer {
  text-align: right;
  margin-right: 60px;
}

/* line 2049, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_checkbox {
  white-space: break-spaces;
  font-size: 14px;
}

/* line 2054, app/assets/stylesheets/theme/theme.scss.erb */
td.fc-day.fc-past {
  background-color: #fbfbfb;
}

/* line 2058, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_action li.form-element:not(.date) dd {
  max-width: 800px;
  width: 100%;
}

/* line 2063, app/assets/stylesheets/theme/theme.scss.erb */
span.category_color {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  right: 10px;
  border-radius: 100%;
  z-index: 1;
}

/* line 2074, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn.calendar_checkbox {
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2081, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn {
  margin: 0;
  padding: 3px;
  color: #333;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 500;
  color: #444;
  font-size: 14px;
}

/* line 2092, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside {
  padding-bottom: 115px;
}

/* line 2096, app/assets/stylesheets/theme/theme.scss.erb */
.eq_type_filter.nav.navbar-nav.btn-group.full-group {
  position: relative;
  left: 200px;
}

/* line 2101, app/assets/stylesheets/theme/theme.scss.erb */
.projects_filter > ul,
.event_filter > ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 2108, app/assets/stylesheets/theme/theme.scss.erb */
.event_filter > div > ul {
  padding-left: 10px;
  margin-top: 30px;
}

/* line 2113, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_container a.checked {
  color: #095751 !important;
  font-weight: 600;
}

/* line 2118, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_container a.checked span.category_color {
  border: 2px solid #095751;
}

/* line 2122, app/assets/stylesheets/theme/theme.scss.erb */
.event_filter > div > ul li .btn i {
  display: none;
  margin-right: 10px;
}

/* line 2127, app/assets/stylesheets/theme/theme.scss.erb */
.projects_filter > ul > li > ul,
.event_filter > div > ul > li > ul {
  padding-left: 25px;
  margin-top: 30px;
}

/* line 2133, app/assets/stylesheets/theme/theme.scss.erb */
.quick_calendar_event .notification_time-input,
.quick_calendar_event .finish_date-input,
.quick_calendar_event .start_date-input {
  width: 240px;
}

/* line 2139, app/assets/stylesheets/theme/theme.scss.erb */
.quick_calendar_event .event_notifications-sub-form .as_create_another:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2145, app/assets/stylesheets/theme/theme.scss.erb */
.quick_calendar_event .event_notifications-sub-form .as_create_another {
  display: inline-block !important;
  margin-left: 275px;
}

/* line 2150, app/assets/stylesheets/theme/theme.scss.erb */
.quick_calendar_event dt {
  margin-top: 5px;
}

/* line 2154, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form ol.association-record {
  display: flex;
  flex-direction: row;
  width: 96%;
}

/* line 2160, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form > div > div .sub-form-record {
  width: 48%;
}

/* line 2164, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form h5 {
  display: none;
}

/* line 2168, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form > div > div {
  display: flex;
  flex-wrap: wrap;
}

/* line 2173, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form ol.association-record li.form-element {
  width: 98%;
}

/* line 2177, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form ol.association-record li.actions {
  width: 3%;
}

/* line 2181, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form ol.association-record li.actions a {
  margin-top: 10px;
}

/* line 2185, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.inline_element {
  width: 48.5%;
  display: inline-flex;
}

/* line 2190, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn.toggle_efilter {
  display: inline-block;
  width: 90%;
}

/* line 2195, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_container {
  max-height: 700px;
  overflow-y: scroll;
}

/* line 2200, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_container span.fal {
  float: right;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

/* line 2207, app/assets/stylesheets/theme/theme.scss.erb */
.hide_calendar_container.calendar_filter_container {
  max-height: 30px;
  overflow: hidden;
}

/* line 2212, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_title {
  position: fixed;
  width: 250px;
  background-color: #f8f9fa;
  z-index: 2;
}

/* line 2219, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_title a {
  display: inline;
}

/* line 2223, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_list_label {
  padding: 5px;
}

/* line 2227, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_list_label i {
  padding: 5px;
  margin-right: 5px;
  border-radius: 5px;
}

/* line 2233, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-heading-alt {
  display: none;
}

/* line 2237, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-heading {
  display: inline-table;
  width: 100%;
}

/* line 2242, app/assets/stylesheets/theme/theme.scss.erb */
.fc-view.fc-list-view.card .label code .separator {
  margin-right: 0;
  padding-right: 4px;
}

/* line 2247, app/assets/stylesheets/theme/theme.scss.erb */
.fc-view.fc-list-view.card.card-primary {
  border: none;
}

/* line 2251, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag {
  margin-bottom: 5px;
  cursor: pointer;
  display: table-caption;
  margin-right: 0;
  display: grid;
}

/* line 2259, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag label {
  cursor: pointer;
}

/* line 2263, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag code {
  min-width: 300px;
}

/* API */
/* line 2268, app/assets/stylesheets/theme/theme.scss.erb */
.api_form_column_block {
  display: flex;
  align-items: center;
  min-height: 30px;
}

/* line 2274, app/assets/stylesheets/theme/theme.scss.erb */
.api_form_column_block .toggle_api {
  margin-right: 10px;
  cursor: pointer;
}

/* line 2279, app/assets/stylesheets/theme/theme.scss.erb */
.api_form_column_block .update_platform_api {
  display: none;
  transition: display 0.2s ease-in;
}

/* CHECKBOX */
/* line 2286, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox {
  white-space: nowrap;
}

/* line 2288, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox .switch {
  margin-left: 10px;
}

/* line 2292, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox.reverse_label .switch {
  margin-right: 10px;
  margin-left: 0;
}

/* line 2297, app/assets/stylesheets/theme/theme.scss.erb */
span.switch {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0;
}

/* line 2305, app/assets/stylesheets/theme/theme.scss.erb */
span.switch input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  outline: none;
}

/* line 2316, app/assets/stylesheets/theme/theme.scss.erb */
span.switch input {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* line 2322, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox label {
  cursor: pointer;
  vertical-align: top;
  color: #666;
}

/* line 2328, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold span.switch span,
span.switch span {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 999px;
  background-color: rgba(108, 117, 125, 0.5);
  transition: background-color 0.2s ease-in-out;
  position: relative;
}

/* line 2340, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .hover span.switch span {
  background: #9c9c9c;
}

/* line 2344, app/assets/stylesheets/theme/theme.scss.erb */
span.switch span:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease-in-out;
}

/* line 2359, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold span.switch input:checked + span,
span.switch input:checked + span {
  background-color: #007bff;
}

/* line 2364, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .hover span.switch input:checked + span {
  background-color: #0c61bb;
}

/* line 2368, app/assets/stylesheets/theme/theme.scss.erb */
span.switch input:checked + span:after {
  transform: translateX(25px);
}

/* line 2373, app/assets/stylesheets/theme/theme.scss.erb */
span.switch input[disabled] + span {
  opacity: 0.5;
}

/* line 2377, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .switch.two-states .slide {
  background-color: #4caf50;
}

/* line 2380, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .switch.two-states input:checked + span {
  background-color: #f44336;
}

/* line 2384, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .left_label {
  margin-right: 10px;
}

/* line 2387, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .right_label {
  margin-left: 10px;
}

/* line 2390, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .right_label,
.two-states_checkbox .left_label {
  vertical-align: top;
}

/* line 2395, app/assets/stylesheets/theme/theme.scss.erb */
.form-check input.form-check-input {
  padding: 0 !important;
  margin-left: -18px;
  -webkit-appearance: checkbox;
  -moz-appearance: none;
  appearance: checkbox;
}

/* line 2402, app/assets/stylesheets/theme/theme.scss.erb */
.form-check .form-check-label {
  margin-left: 8px;
  cursor: pointer;
}

/* DROPDOWN */
/* line 2409, app/assets/stylesheets/theme/theme.scss.erb */
.group-transparent:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* line 2413, app/assets/stylesheets/theme/theme.scss.erb */
.btn-transparent {
  background: transparent;
  color: white;
  border: 1px solid white !important;
}

/* line 2419, app/assets/stylesheets/theme/theme.scss.erb */
.btn-transparent:focus {
  box-shadow: none !important;
}

/* line 2423, app/assets/stylesheets/theme/theme.scss.erb */
.open ul.dropdown-menu {
  display: block;
}

/* line 2427, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  right: 0;
  left: auto;
  float: left;
  min-width: 10rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.98rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 2448, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu.right-position {
  left: unset;
  right: 0;
}

/* line 2453, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2465, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 2472, app/assets/stylesheets/theme/theme.scss.erb */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* SIMPLE SUBFORM */
/* line 2491, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element {
  width: 100%;
}

/* line 2495, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record {
  max-width: none;
  margin-left: 0 !important;
}

/* line 2500, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record dt {
  display: none;
}

/* line 2501, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record dd {
  margin-left: 275px;
}

/* line 2503, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record:first-child dt {
  display: block;
}

/* line 2504, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record:first-child dd {
  margin-left: 0px;
}

/* SUBFORM HORIZONTAL LAYOUT */
/* line 2509, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form td > dl > dt label {
  display: none;
}

/* line 2513, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form table > tbody > tr {
  background-color: transparent;
}

/* line 2517, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 2523, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper.show_action .active-scaffold .horizontal-sub-form {
  margin-bottom: 0;
}

/* line 2527, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form table {
  width: 100%;
}

/* line 2531, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form h5 {
  color: black;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

/* line 2542, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form h5 {
  display: none;
}

/* line 2546, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form .sub-section h5 {
  font-weight: normal;
  margin-bottom: 10px;
}

/* line 2551, app/assets/stylesheets/theme/theme.scss.erb */
td.actions .hover_list_action.action_group {
  cursor: pointer;
  margin: 0;
  position: relative;
  background: #e7e7e7;
  padding: 5px;
  border-radius: 4px;
  margin-block: 5px;
}

/* line 2561, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions .hover_list_action.action_group > ul > div > li a.destroy {
  border-top: 1px solid #e1e1e1;
}

/* line 2563, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form .sub-section .sub-section-original-content h2,
#content-wrapper .active-scaffold .horizontal-sub-form .sub-section .sub-section-original-content h5 {
  display: none;
}

/* line 2566, app/assets/stylesheets/theme/theme.scss.erb */
.form .form-element dl,
.sub-section .form-element dl,
.sub-section .sub-form tr,
.sub-section.sub-form tr,
.sub-section .sub-form .level-sub-form,
.sub-section .sub-form .relation_box,
.sub-form.horizontal-sub-form dl,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
  display: flex;
  margin-bottom: 0;
}

/* line 2578, app/assets/stylesheets/theme/theme.scss.erb */
.form .form-element.textarea dl {
  align-items: start;
}

/* line 2582, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table thead {
  display: table-header-group;
}

/* line 2583, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table tr {
  display: table-row;
}

/* line 2584, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table th {
  display: table-cell;
  background: #0056b30d;
}

/* line 2588, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table th.hidden {
  padding: 0;
}

/* line 2590, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table th label {
  text-align: left;
}

/* line 2591, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td {
  display: table-cell;
  padding: 0;
}

/* line 2595, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold.show_action .sub-section .horizontal-sub-form table td dl {
  height: 30px;
}

/* line 2598, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td dl {
  display: block;
}

/* line 2601, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td dl input {
  border-right: none;
  border-radius: 0;
}

/* line 2606, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td:first-child input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2610, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td:nth-last-child(2) input {
  border-right: 1px solid #ced4da;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 2616, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar div#icons_bar {
  display: flex;
}

/* line 2620, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar div#icons_bar > div > .dropdown-toggle::after {
  display: none;
}

/* HEADER DROPDOWN MENU */
/* line 2626, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar > *.btn-group {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

/* line 2631, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar > * {
  position: relative;
  z-index: 1;
}

/* line 2636, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar > *.btn-group .btn {
  margin-left: 0 !important;
  border: transparent !important;
}

/* line 2641, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2647, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2651, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 2657, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2668, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2674, app/assets/stylesheets/theme/theme.scss.erb */
.show-menu-group-li {
  max-height: 100% !important;
  transition: max-height 0.15s ease-in;
}

/* line 2679, app/assets/stylesheets/theme/theme.scss.erb */
.menu-group-li {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

/* line 2685, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li.developer-menu a {
  color: #9f2d2d;
}

/* line 2689, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul li.developer-menu a.active {
  color: #e44141 !important;
}

/* line 2693, app/assets/stylesheets/theme/theme.scss.erb */
.sidebar_menu_icon {
  float: right;
}

/* COLOR COLUMN */
/* line 2699, app/assets/stylesheets/theme/theme.scss.erb */
.color-column {
  width: 16%;
}

/* line 2703, app/assets/stylesheets/theme/theme.scss.erb */
span.color_tag {
  width: 25px;
  display: block;
  height: 25px;
  border-radius: 5px;
}

/* line 2710, app/assets/stylesheets/theme/theme.scss.erb */
input[type="color"] {
  padding: 0;
  border: none;
  height: 50px;
  width: 50px;
  vertical-align: middle;
}

/* USER MENU SECTION */
/* line 2720, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .user-menu .img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

/* line 2728, app/assets/stylesheets/theme/theme.scss.erb */
.user-menu .dropdown-toggle::after {
  display: none;
}

/* line 2730, app/assets/stylesheets/theme/theme.scss.erb */
.user-menu .avatar-noname {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

/* line 2737, app/assets/stylesheets/theme/theme.scss.erb */
.avatar-noname {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 100%;
  border: 1px solid white;
  font-weight: bold;
  color: white;
  display: inline-block;
}

/* line 2750, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .user-menu img {
  height: 38px;
  width: 38px;
  border-radius: 999px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 2759, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2772, app/assets/stylesheets/theme/theme.scss.erb */
.logout_user_button {
  cursor: pointer;
}

/* TINYMCE */
/* line 2778, app/assets/stylesheets/theme/theme.scss.erb */
.tox-tinymce-aux {
  z-index: 99999999 !important;
}

/* line 2782, app/assets/stylesheets/theme/theme.scss.erb */
.tox .tox-statusbar {
  display: none !important;
}

/* line 2786, app/assets/stylesheets/theme/theme.scss.erb */
.projects_controller:not(.show_action) li.form-element.textarea.tinymce {
  margin-bottom: 15px;
}

/* line 2790, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view li.form-element dd .tox-toolbar-overlord span {
  background: inherit;
}

/* TABLES */
/* line 2796, app/assets/stylesheets/theme/theme.scss.erb */
.content-width {
  max-width: 1200px;
  margin: 0 auto;
}

/* TABLES */
/* line 2803, app/assets/stylesheets/theme/theme.scss.erb */
.content-width {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 2808, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions {
  float: right;
  width: 100%;
  position: relative;
  /*display: flex;*/
  display: initial;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}

/* line 2819, app/assets/stylesheets/theme/theme.scss.erb */
.upgraded_show_list .active-scaffold .active-scaffold-header .actions {
  flex-direction: row-reverse;
  position: relative;
  right: 20px;
}

/* line 2825, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .active:hover {
  opacity: 0.7;
}

/* line 2827, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .full-group ul {
  margin-bottom: 0;
}

/* line 2830, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .full-group {
  float: right;
  right: 9px;
  top: -40px;
  position: absolute;
}

/* line 2837, app/assets/stylesheets/theme/theme.scss.erb */
.upgraded_show_list .active-scaffold .active-scaffold-header .actions .full-group {
  float: right;
  right: -10px;
  top: -40px;
}

/* line 2843, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .full-group + .btn-group:not(.full-group) {
  clear: both;
}

/* line 2847, app/assets/stylesheets/theme/theme.scss.erb */
.show_log-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  position: relative;
  bottom: 5px;
}

/* line 2851, app/assets/stylesheets/theme/theme.scss.erb */
.show_log-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  float: left;
}

/* line 2854, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold.users-view .active-scaffold-header .actions .btn:focus {
  box-shadow: none;
}

/* line 2858, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold.users-view #as_users-avatar-column {
  width: 50px;
}

/* line 2860, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold.users-view
.active-scaffold-header
.actions
> div.btn-group
a.active {
  color: black;
}

/* line 2868, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .actions .nav.navbar-nav.btn-group + table {
  width: auto;
}

/* line 2872, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .show_search.disabled {
  display: none;
}

/* line 2875, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
}

/* line 2879, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table .inline-adapter td {
  padding: 3px 10px;
}

/* line 2882, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table .show_search-view .as_cancel {
  float: right;
}

/* line 2885, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter-cell form.as_form aside .flex-row {
  display: none;
}

/* line 2888, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter-cell form.as_form {
  max-width: 100%;
}

/* line 2889, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffoldv .inline-adapter-cell aside.bg-light.text-dark.actions_bar.form-footer.flex-aside > div > .flex-row {
  display: none;
}

/* line 2890, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter-cell aside.bg-light.text-dark.actions_bar.form-footer.flex-aside > div {
  display: inline-flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* line 2897, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold
.active-scaffold-header
+ table
.show_search-view
input.btn-default {
  line-height: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2909, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold
.active-scaffold-header
+ table
.show_search-view
input.btn-default:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2918, app/assets/stylesheets/theme/theme.scss.erb */
.table th a {
  color: #212529;
}

/* line 2921, app/assets/stylesheets/theme/theme.scss.erb */
.table th p {
  margin-bottom: 0;
  opacity: 0.65;
}

/* line 2926, app/assets/stylesheets/theme/theme.scss.erb */
.table td.actions > * {
  float: right;
}

/* line 2929, app/assets/stylesheets/theme/theme.scss.erb */
.table td.actions a.destroy, .table td.actions a.reject {
  color: #dc3545 !important;
}

/* line 2932, app/assets/stylesheets/theme/theme.scss.erb */
.table td.actions a.destroy:hover {
  color: #c82333;
}

/* line 2935, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record .hover_list_action.action_group > ul > div > li a.reject:hover {
  color: #c82333 !important;
}

/* line 2938, app/assets/stylesheets/theme/theme.scss.erb */
.table td td {
  border: none;
}

/* line 2942, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold th.sorted a {
  position: relative;
}

/* line 2945, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold th.sorted a:after {
  font-size: 14px;
  vertical-align: middle;
  margin: 0 8px 0 4px;
  position: absolute;
  bottom: -2px;
  right: -25px;
}

/* line 2954, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold th.desc a::after {
  content: "▼";
}

/* line 2957, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold th.asc a::after {
  content: "▲";
}

/* line 2961, app/assets/stylesheets/theme/theme.scss.erb */
.table td.messages-container {
  padding: 0;
}

/* line 2965, app/assets/stylesheets/theme/theme.scss.erb */
.info-message.message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 13px 20px;
}

/* line 2972, app/assets/stylesheets/theme/theme.scss.erb */
.error-message.message,
.external_access_messages .error_message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 13px 20px;
}

/* line 2980, app/assets/stylesheets/theme/theme.scss.erb */
.warning-message.message {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 2986, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .message {
  padding: 3px 20px;
}

/* line 2990, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .message .close {
  display: none;
}

/* line 2994, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .error-message.message .close,
.error-message.message .close {
  box-shadow: none !important;
  padding: 0;
  color: inherit;
  font-weight: 700;
  opacity: 0.5;
  font-size: 15px;
  overflow: hidden;
  text-indent: 9999999px;
  float: right;
  width: 20px;
  position: relative;
  top: -11px;
}

/* line 3010, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .error-message.message .close:after,
.error-message.message .close:after {
  content: "×";
  display: block;
  height: 30px;
  text-indent: 0;
  left: 0;
  top: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.9;
  color: #721c24;
  text-shadow: 0 1px 0 #fff;
}

/* line 3026, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 3px 20px;
}

/* line 3033, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset {
  float: right;
}

/* line 3036, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset a {
  padding: 0;
  color: #0c5460;
  font-weight: 700;
  opacity: 0.5;
  font-size: 13px;
  box-shadow: none !important;
}

/* line 3045, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset a:hover {
  text-decoration: underline;
}

/* line 3049, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record.even-record {
  background-color: #f2f6fb;
}

/* line 3052, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record {
  transition: background-color 0.5s linear;
}

/* LISTS */
/* line 3058, app/assets/stylesheets/theme/theme.scss.erb */
.index_action .content-width {
  max-width: none;
  padding-inline: 50px;
}

/* line 3063, app/assets/stylesheets/theme/theme.scss.erb */
#scroller.index_scroller_action {
  padding-bottom: 0;
}

/* line 3067, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions {
  float: right;
  width: 100%;
  position: relative;
  text-align: right;
}

/* line 3074, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_block_td {
  display: flex;
  transition: max-height 0.2s ease-in-out;
}

/* line 3079, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_block_td.collapsed {
  max-height: 42px;
  overflow: hidden;
}

/* line 3084, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record.deployed_td td {
  vertical-align: top;
  padding-top: 9px !important;
}

/* line 3089, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_block_td .toggle_td {
  cursor: pointer;
  font-size: 14px;
  padding-top: 13px;
}

/* line 3095, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_block_td .toggle_td:hover {
  opacity: 0.5;
}

/* line 3099, app/assets/stylesheets/theme/theme.scss.erb */
ul.elements_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

/* line 3107, app/assets/stylesheets/theme/theme.scss.erb */
ul.elements_list li {
  width: 100%;
  margin-right: 10px;
}

/* line 3112, app/assets/stylesheets/theme/theme.scss.erb */
.rs_multiple ul.elements_list li {
  margin-right: 10px;
}

/* line 3116, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .filter-btn .active {
  border: none;
  margin: 1px;
}

/* line 3121, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .filter-btn .btn:active {
  border: none;
}

/* line 3125, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .btn-group, .active-scaffold .active-scaffold-header .actions .btn-group.custom .btn-group {
  display: inline-block;
}

/* line 3129, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  left: 10px;
  bottom: 5px;
}

/* line 3134, app/assets/stylesheets/theme/theme.scss.erb */
.index-filter_btn.filter-btn.nav.navbar-nav.btn-group, .upload_xls-filter_btn.filter-btn.nav.navbar-nav.btn-group,
.upload_document-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  float: left;
}

/* line 3139, app/assets/stylesheets/theme/theme.scss.erb */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3147, app/assets/stylesheets/theme/theme.scss.erb */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3155, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
}

/* line 3160, app/assets/stylesheets/theme/theme.scss.erb */
.table-responsive {
  display: block;
  width: 100%;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 100px;
}

/* line 3169, app/assets/stylesheets/theme/theme.scss.erb */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 3175, app/assets/stylesheets/theme/theme.scss.erb */
.table thead th {
  border-bottom: none;
  vertical-align: bottom;
}

/* line 3180, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table.table > thead > tr > th,
#content-wrapper .active-scaffold table.table > thead > tr > td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 0.98rem;
  /*width: 500px;*/
}

/* line 3190, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table.table > thead > tr > th > p,
#content-wrapper .active-scaffold table.table > thead > tr > th > a {
  font-size: 0.98rem;
}

/* line 3196, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content {
  display: none;
  background: #f7f8f9;
  padding: 20px;
}

/* line 3201, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content #close_field_search {
  cursor: pointer;
  float: right;
  background: #ededed;
  border-radius: 100% !important;
  padding: 5px 8px;
  font-size: 14px;
  opacity: 1 !important;
  color: #333 !important;
  text-shadow: none;
  transition: all 0.3s ease;
}

/* line 3218, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content #close_field_search:hover {
  opacity: 0.7;
}

/* line 3222, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content ol.form {
  display: flex;
}

/* line 3226, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content .form-element {
  width: 45%;
}

/* line 3230, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content p.form-footer {
  text-align: right;
}

/* line 3235, app/assets/stylesheets/theme/theme.scss.erb */
.flex-row {
  display: flex;
}

/* line 3239, app/assets/stylesheets/theme/theme.scss.erb */
.in_place_editor_field span.handle {
  display: none;
}

/* ASIDE */
/* line 3246, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #main-wrapper {
  margin-left: -256px;
}

/* line 3249, app/assets/stylesheets/theme/theme.scss.erb */
div#sidebar {
  transition: transform 0.2s ease-in-out;
}

/* line 3252, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper {
  display: flex;
  align-items: stretch;
  transition: margin 0.2s ease-in-out;
}

@media screen and (max-width: 1799px) {
  /* line 3258, app/assets/stylesheets/theme/theme.scss.erb */
  html.sidebar-hidden #main-wrapper {
    margin-left: -256px;
  }
}

/* line 3262, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar {
  position: fixed;
  overflow: auto;
  width: 256px;
  height: 100%;
  font-size: 0.825em;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
}

/* line 3271, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul {
  list-style: none;
  padding: 0;
}

/* line 3275, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li a {
  display: block;
  font-weight: 500;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #444;
}

/* line 3282, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li a:hover {
  background-color: rgba(0, 0, 0, 0.035);
  text-decoration: none;
}

/* line 3286, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar > ul > li:last-child a {
  border-bottom: 0;
}

/* line 3289, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul ul li a {
  padding-left: 32px;
  font-weight: 300;
}

/* line 3293, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar > ul > li:first-child > a {
  padding-top: 16px;
}

/* line 3297, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul ul li div.menu_category {
  font-weight: 600;
  padding-left: 32px;
  color: #444;
}

/* line 3302, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul ul li a.menu_category_element {
  padding-left: 42px;
}

/* line 3305, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper {
  padding: 16px;
  flex-grow: 1;
}

/* line 3309, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside {
  padding-right: 316px;
}

@media screen and (max-width: 1199px) {
  /* line 3313, app/assets/stylesheets/theme/theme.scss.erb */
  #main-wrapper #content-wrapper.has-aside aside .btn, #content-wrapper .active-scaffold input[name*='dont_close'] {
    font-size: 0.875em !important;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/* line 3319, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside aside {
  position: fixed;
  z-index: 900;
  overflow: auto;
  width: 300px;
  transition: transform 0.2s ease-in-out;
  height: 100%;
  top: 56px;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px;
  padding-bottom: 115px;
}

@media screen and (max-width: 1199px) {
  /* line 3335, app/assets/stylesheets/theme/theme.scss.erb */
  #main-wrapper #content-wrapper.has-aside aside {
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  /* line 3340, app/assets/stylesheets/theme/theme.scss.erb */
  .aside-hidden #main-wrapper #content-wrapper.has-aside {
    padding-right: 15px;
  }
  /* line 3343, app/assets/stylesheets/theme/theme.scss.erb */
  .aside-hidden div#content-wrapper.kanban_action.has-aside {
    padding-right: 250px;
  }
}

/* line 3347, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside aside .btn {
  width: 100%;
  margin: 5px 0;
}

@media screen and (max-width: 1199px) {
  /* line 3352, app/assets/stylesheets/theme/theme.scss.erb */
  #main-wrapper #content-wrapper.has-aside aside .btn {
    font-size: 0.875em;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/* line 3358, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside aside .btn.btn-link {
  text-align: left;
}

/* line 3361, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar + #content-wrapper {
  padding-left: 272px;
}

/* line 3365, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  text-align: center;
  left: 205px;
  bottom: 8px;
  border-radius: 6px;
  padding: 5px;
  width: 38px;
  background-color: #e5e7e9;
  transition: left 0.15s ease-in-out;
}

/* line 3382, app/assets/stylesheets/theme/theme.scss.erb */
div#content-wrapper.has-aside + #aside-toggle {
  right: 250px;
  bottom: 8px;
  border-radius: 6px;
  padding: 5px;
  width: 38px;
  background-color: #e5e7e9;
  transition: right 0.15s ease-in-out;
}

/* line 3392, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle {
  left: 15px;
}

/* line 3396, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden div#content-wrapper.has-aside + #aside-toggle {
  right: 15px;
}

/* line 3402, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle .icon.closed {
  display: inline;
}

/* line 3405, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle .icon.closed {
  display: none;
}

/* line 3409, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle:hover i, .has-aside + #aside-toggle:hover i, .folder-controls {
  color: #93b9e2 !important;
}

/* line 3412, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle .icon.open {
  color: #93b9e2;
  display: none;
}

/* line 3416, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle .icon.open {
  display: inline;
}

/* line 3420, app/assets/stylesheets/theme/theme.scss.erb */
#aside-toggle {
  display: none;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  bottom: 16px;
  right: 32px;
  width: 42px;
  padding: 8px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  text-align: center;
}

/* line 3437, app/assets/stylesheets/theme/theme.scss.erb */
.has-aside + #aside-toggle {
  display: block;
}

/* line 3441, app/assets/stylesheets/theme/theme.scss.erb */
#aside-toggle .fal.fa-cog {
  color: #93b9e2;
  display: none;
}

/* line 3446, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden .has-aside + #aside-toggle .fal.fa-cog {
  display: inline;
}

/* line 3450, app/assets/stylesheets/theme/theme.scss.erb */
#aside-toggle .fal.fa-chevron-right {
  display: none;
}

/* line 3454, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden #aside-toggle .fal.fa-chevron-right {
  display: none;
}

/* line 3458, app/assets/stylesheets/theme/theme.scss.erb */
div#content-wrapper.has-aside + #aside-toggle {
  display: inline;
}

/* line 3462, app/assets/stylesheets/theme/theme.scss.erb */
.has-aside + #aside-toggle {
  display: inline;
}

/* line 3466, app/assets/stylesheets/theme/theme.scss.erb */
.has-aside + #aside-toggle .fal.fa-chevron-right {
  display: inline;
}

/* line 3470, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden #main-wrapper #content-wrapper.has-aside aside {
  transform: translateX(100%);
}

/* line 3475, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden #main-wrapper.has-aside {
  margin-right: -250px;
}

/* line 3479, app/assets/stylesheets/theme/theme.scss.erb */
.aside-hidden #main-wrapper #content-wrapper.has-aside {
  padding-right: 20px;
}

/* line 3483, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside {
  transition: all 0.2s ease-in-out;
}

/* line 3487, app/assets/stylesheets/theme/theme.scss.erb */
.flex-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* BREADCRUMB */
/* line 3495, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb {
  font-size: 0.8em;
  padding: 0;
  background: none;
  margin-bottom: 10px;
}

/* line 3502, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 3506, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}

/* line 3512, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb .breadcrumb-item:not(:first-child):before {
  content: "›";
  transform: scale(1.2);
  position: relative;
  top: -1px;
}

/* LABELS */
/* line 3521, app/assets/stylesheets/theme/theme.scss.erb */
.records li:not(.form-element),
.sub-section .form li:not(.draggable-list-element) li:not(.form-element) {
  /*margin-bottom: 32px;*/
}

/* line 3526, app/assets/stylesheets/theme/theme.scss.erb */
.label-link {
  display: flex;
  align-items: baseline;
}

/* line 3530, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown:first-child {
  margin: 0 8px 0 0;
  cursor: pointer;
  width: 28px;
  height: 25px;
}

/* line 3537, app/assets/stylesheets/theme/theme.scss.erb */
.label {
  display: block;
  margin-right: 8px;
}

/* line 3540, app/assets/stylesheets/theme/theme.scss.erb */
.label code {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 5px;
  border-radius: 3px;
  color: inherit;
}

/* line 3554, app/assets/stylesheets/theme/theme.scss.erb */
.label code .status {
  font-size: 0.7em;
  position: relative;
  top: 0;
}

/* line 3560, app/assets/stylesheets/theme/theme.scss.erb */
.label code .separator {
  height: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 5px;
}

/* line 3566, app/assets/stylesheets/theme/theme.scss.erb */
.label code .progress-digits {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.7em;
  position: relative;
  top: 0;
  position: relative;
  display: inline-block;
  margin: 0 -5px;
  padding: 0 5px;
  width: 50px;
  text-align: center;
}

/* line 3579, app/assets/stylesheets/theme/theme.scss.erb */
.label code .progress-digits .progress {
  position: absolute;
  height: 3px;
  bottom: -0.3em;
  left: -1px;
  background: #000;
  opacity: 0.3;
  border-radius: 0;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
}

/* line 3593, app/assets/stylesheets/theme/theme.scss.erb */
.label code .progress-digits:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -0.3em;
  left: 0;
  background: #000;
  opacity: 0.05;
  border-radius: 0;
}

/* line 3607, app/assets/stylesheets/theme/theme.scss.erb */
.label > code > label {
  margin-bottom: 0;
}

/* line 3611, app/assets/stylesheets/theme/theme.scss.erb */
.ui-tooltip {
  white-space: break-spaces;
}

/* line 3615, app/assets/stylesheets/theme/theme.scss.erb */
.tooltip.show {
  z-index: 99999999999;
}

/* line 3619, app/assets/stylesheets/theme/theme.scss.erb */
.tooltip_info label:after,
.tooltip_info .label:after {
  content: "\f05a";
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
}

/* line 3627, app/assets/stylesheets/theme/theme.scss.erb */
h3.label .separator {
  height: 30px;
}

/* line 3631, app/assets/stylesheets/theme/theme.scss.erb */
a.label:hover code {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 3635, app/assets/stylesheets/theme/theme.scss.erb */
html .active-scaffold a.label:hover {
  text-decoration: none;
}

/* line 3639, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold code label {
  cursor: pointer;
  display: inline !important;
  margin-bottom: 0;
}

/* line 3645, app/assets/stylesheets/theme/theme.scss.erb */
.records .rest.element,
.sub-section .form .rest.element {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 3652, app/assets/stylesheets/theme/theme.scss.erb */
.records .meta .badge,
.sub-section .form .meta .badge {
  margin-right: 8px;
}

/* line 3657, app/assets/stylesheets/theme/theme.scss.erb */
.background--new {
  color: #fff;
  background: #1d9acc;
}

/* line 3662, app/assets/stylesheets/theme/theme.scss.erb */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 3674, app/assets/stylesheets/theme/theme.scss.erb */
.meta-item i {
  margin-right: 5px;
}

/* line 3678, app/assets/stylesheets/theme/theme.scss.erb */
.icon_size {
  font-size: 10px;
  position: absolute;
  animation: 0;
  top: 8px;
  right: 0px;
  text-align: center;
  display: block;
  width: 15px;
  height: 15px;
  background: white;
  color: #212529;
  border-radius: 50%;
  margin-right: -10px;
  padding-top: 2px;
  padding-left: 1px;
  cursor: default;
  font-family: "Roboto";
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3702, app/assets/stylesheets/theme/theme.scss.erb */
.records .meta .meta-item {
  opacity: 0.5;
}

/* line 3706, app/assets/stylesheets/theme/theme.scss.erb */
.badge + .meta-item {
  margin-left: 8px;
}

/* line 3710, app/assets/stylesheets/theme/theme.scss.erb */
.meta-item {
  font-size: 13px;
  margin-left: 24px;
}

/* line 3715, app/assets/stylesheets/theme/theme.scss.erb */
span.first-meta-item.meta-item {
  margin-left: 0;
}

/* line 3719, app/assets/stylesheets/theme/theme.scss.erb */
.records .title,
.sub-section .form .title {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.4;
  max-width: 800px;
}

/* line 3727, app/assets/stylesheets/theme/theme.scss.erb */
.records .extra,
.sub-section .form .extra {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.5;
}

/* line 3735, app/assets/stylesheets/theme/theme.scss.erb */
.records .extra code,
.sub-section .form .extra code {
  color: #000;
  margin-left: 8px;
}

/* line 3741, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold h3.no-link.label code label {
  cursor: default;
}

/* line 3745, app/assets/stylesheets/theme/theme.scss.erb */
.strike-out {
  text-decoration: line-through;
}

/* DROPDOWN LABEL ACTIONS */
/* line 3751, app/assets/stylesheets/theme/theme.scss.erb */
.label-link .dropdown {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  bottom: 2px;
}

/* line 3758, app/assets/stylesheets/theme/theme.scss.erb */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3765, app/assets/stylesheets/theme/theme.scss.erb */
.label-link .dropdown i {
  font-size: 0.875em;
  opacity: 0.5;
  cursor: pointer;
  padding: 0 6px;
}

/* line 3772, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3780, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.98rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 3800, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu-end {
  right: 0;
  left: auto;
}

/* line 3805, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3818, app/assets/stylesheets/theme/theme.scss.erb */
html .active-scaffold a.dropdown-item:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* LIST HEADER */
/* line 3825, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar {
  display: flex;
  align-items: center;
  margin: 40px 0 32px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.03);
}

/* line 3833, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar > div {
  width: 40%;
}

/* line 3837, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar .active-scaffold-footer {
  display: flex;
  padding-left: 8px;
  font-size: 80%;
  font-weight: 400;
  width: 60%;
}

/* line 3845, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-footer .header-sort-lines {
  width: 65%;
  float: left;
  display: flex;
  align-items: center;
}

/* line 3852, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar .active-scaffold-pagination {
  width: 35%;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 3860, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 3864, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate.current {
  z-index: 1;
  color: #fff;
}

/* line 3869, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 3882, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 3895, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination {
  display: flex;
  float: right;
}

/* line 3900, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar small {
  opacity: 0.5;
  padding-left: 8px;
}

/* line 3905, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-footer .header-sort-lines .select-wrapper {
  margin-left: 4px;
  font-size: 12px;
}

/* line 3909, app/assets/stylesheets/theme/theme.scss.erb */
.select-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/* line 3915, app/assets/stylesheets/theme/theme.scss.erb */
.select-wrapper select {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 3928, app/assets/stylesheets/theme/theme.scss.erb */
.select-wrapper span {
  color: #007bff;
  font-weight: 500;
}

/* line 3933, app/assets/stylesheets/theme/theme.scss.erb */
.select-wrapper span:after {
  content: "▼";
  font-size: 10px;
  vertical-align: middle;
  margin: 0 8px 0 4px;
}

/* line 3940, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar > div:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 3946, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar .header_action_group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}

/* line 3953, app/assets/stylesheets/theme/theme.scss.erb */
div#show_field_search {
  width: auto;
}

/* line 3955, app/assets/stylesheets/theme/theme.scss.erb */
div#show_field_search .fal {
  margin-right: 10px;
}

/* FILES */
/* line 3962, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record .file_input .dragonfly_controls {
  display: flex;
}

/* line 3966, app/assets/stylesheets/theme/theme.scss.erb */
#files-permission-box .dragonfly_controls > div > a.file_link {
  display: flex;
  align-items: baseline;
}

/* line 3971, app/assets/stylesheets/theme/theme.scss.erb */
.file_box li.sub-form-record {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
}

/* line 3977, app/assets/stylesheets/theme/theme.scss.erb */
.file_box li.sub-form-record span, .file_link > span {
  margin-left: 10px;
}

/* line 3981, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record .file-icon,
.sub-form-record .file_link {
  display: flex;
  align-items: center;
}

/* line 3987, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .file_box li:not(.form-element) {
  margin-bottom: 0;
}

/* line 3991, app/assets/stylesheets/theme/theme.scss.erb */
input[type="file"] {
  height: auto;
  opacity: 1;
  position: static;
  border: none;
  outline: none;
  margin-top: -6px;
  text-indent: -189px;
  overflow: hidden;
  z-index: -1;
  margin-left: 20px;
  background: transparent;
  padding-left: 40px;
  pointer-events: none;
  width: 100%;
  max-width: 250px;
}

/* line 4009, app/assets/stylesheets/theme/theme.scss.erb */
#drop_layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(23, 123, 187, 0.35);
  top: 0;
  left: 0;
  z-index: 100000;
  border: 30px solid #06060669;
  padding: 30px;
  display: none;
}

/* line 4022, app/assets/stylesheets/theme/theme.scss.erb */
#drop_layer.droppable {
  display: block;
}

/* line 4026, app/assets/stylesheets/theme/theme.scss.erb */
#drop_layer span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 50px;
  margin-top: 20%;
  display: block;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}

/* line 4036, app/assets/stylesheets/theme/theme.scss.erb */
.file_box_span input.text-input[type="file"] {
  text-indent: -199px;
}

/* line 4040, app/assets/stylesheets/theme/theme.scss.erb */
.file_box_span .file-input:focus {
  box-shadow: none;
}

/* line 4044, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form .file_box_span label {
  display: block;
}

/* line 4048, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.text-input[type="file"] {
  height: auto;
  opacity: 1;
  position: static;
  border: none;
  outline: none;
  margin-top: 5px;
  text-indent: -190px;
  overflow: hidden;
  z-index: -1;
  margin-left: 10px;
  background: transparent;
  padding-left: 40px;
  pointer-events: none;
  width: 100%;
}

/* line 4065, app/assets/stylesheets/theme/theme.scss.erb */
.form .file_box .form-element dl {
  align-items: start;
}

/* line 4069, app/assets/stylesheets/theme/theme.scss.erb */
.avatar img {
  border-radius: 100%;
}

/* COMMENTS */
/* line 4075, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .records {
  padding: 0;
  max-height: 400px;
  overflow: auto;
}

/* line 4081, app/assets/stylesheets/theme/theme.scss.erb */
.records .comment_box:not(.by-self) {
  text-align: left;
}

/* line 4085, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .records .comment_box {
  transition: background-color 1s;
}

/* line 4089, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create h4,
.comments-sub-form .as_form.create dt,
.comments-sub-form .comment-actions,
.comments-sub-form .active-scaffold-footer {
  display: none;
}

/* line 4096, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create dd {
  max-width: none;
}

/* line 4100, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create textarea {
  width: 100%;
}

/* line 4103, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}

/* line 4110, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create .form-footer .submit {
  float: left;
  padding-left: 40px;
}

/* line 4115, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create p.form-footer {
  position: relative;
}

/* line 4118, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create p.form-footer:before {
  content: "\f075";
  font-family: Font awesome\5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: white;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 130px;
  top: 12px;
  font-weight: 900;
  transform: scale(1.2);
  pointer-events: none;
}

/* line 4140, app/assets/stylesheets/theme/theme.scss.erb */
[lang="en"] .comments-sub-form .as_form.create p.form-footer:before {
  right: 100px;
}

/* line 4144, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create h4,
.comments-sub-form .as_form.create dt,
.comments-sub-form .comment-actions,
.comments-sub-form .active-scaffold-footer {
  display: none;
}

/* line 4151, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form h2 {
  display: none !important;
}

/* line 4155, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.comments-sub-form
.before-header
.no-comments {
  font-style: italic;
  opacity: 0.5;
  width: 100%;
  background: #f8f9fa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  margin-bottom: auto;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  margin-right: auto;
  font-weight: inherit;
  color: inherit;
}

/* line 4182, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create textarea {
  width: 100%;
}

/* line 4186, app/assets/stylesheets/theme/theme.scss.erb */
.show-view .create-view .form-element textarea {
  height: 80px;
}

/* line 4190, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select dd {
  display: flex;
  position: relative;
}

/* line 4195, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .comments-sub-form .as_form.create dd {
  max-width: none;
}

/* line 4199, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li.by-self section {
  padding: 0 8px 0 0;
  border-left: 0;
  margin-left: auto;
  border-right: 1px solid #e0e0e0;
}

/* line 4206, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li section {
  max-width: 700px;
  padding-left: 8px;
  border-left: 1px solid #e0e0e0;
}

/* line 4212, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li.by-self header {
  opacity: 1;
}

/* line 4216, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li header {
  font-size: 0.875em;
  font-weight: 500;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}

/* line 4224, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li.by-self header {
  display: inherit;
}

/* line 4228, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box .edit_comment_element textarea {
  width: 100%;
}

/* line 4232, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box.by-self .edit_comment_actions.show_edit_comment_actions {
  display: flex;
  justify-content: left;
}

/* line 4237, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li header .comment_element {
  display: inline-block;
  margin-inline: 5px;
}

/* line 4242, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li header .comment_element .avatar {
  position: relative;
  bottom: 3px;
  margin-right: 5px;
}

/* line 4248, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .records .comment_box {
  transition: background-color 1s;
}

/* line 4252, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li.by-self {
  align-self: flex-end;
  text-align: right;
  background: rgba(0, 0, 0, 0.03);
}

/* line 4258, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li {
  width: 100%;
  padding: 12px 16px;
}

/* line 4263, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .records {
  padding: 0;
  max-height: 400px;
  overflow: auto;
}

/* line 4269, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul {
  background: #f8f9fa;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}

/* line 4281, app/assets/stylesheets/theme/theme.scss.erb */
.form .records li.comment_box {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e0e0e0;
}

/* line 4286, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.comments-sub-form .active-scaffold-header .active-scaffold-found {
  display: inline;
}

/* line 4290, app/assets/stylesheets/theme/theme.scss.erb */
div.comment_actions span:first-child, div.edit_comment_actions span:first-child {
  margin-right: 5px;
}

/* line 4294, app/assets/stylesheets/theme/theme.scss.erb */
div.comment_actions span a, div.edit_comment_actions span a {
  color: inherit;
}

/* line 4298, app/assets/stylesheets/theme/theme.scss.erb */
.edit_comment_actions, .edit_comment_element {
  display: none;
}

/* line 4302, app/assets/stylesheets/theme/theme.scss.erb */
.show_edit_comment_actions {
  display: flex;
  width: 100%;
  justify-content: right;
}

/* line 4308, app/assets/stylesheets/theme/theme.scss.erb */
.edit_comment_actions span.btn.btn-sm.btn-outline-secondary {
  min-width: 30px;
}

/* line 4312, app/assets/stylesheets/theme/theme.scss.erb */
.edit_comment_element dd {
  margin-bottom: 0;
}

/* line 4316, app/assets/stylesheets/theme/theme.scss.erb */
div#ui-datepicker-div {
  z-index: 1601 !important;
}

/* line 4320, app/assets/stylesheets/theme/theme.scss.erb */
.edit_comment_element dl {
  margin-bottom: 0;
}

/* line 4324, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box .btn i:first-child {
  margin-right: 0;
}

/* line 4328, app/assets/stylesheets/theme/theme.scss.erb */
.comment_actions span.btn.btn-sm.btn-outline-danger {
  border: 1px solid #dc3545;
}

/* line 4332, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box.by-self .comment_actions, .comment_box.by-self .edit_comment_actions {
  float: left;
}

/* line 4336, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box .comment_actions, .comment_box .edit_comment_actions {
  float: right;
}

/* line 4340, app/assets/stylesheets/theme/theme.scss.erb */
.comment_user_element {
  display: inline-flex;
}

/* line 4344, app/assets/stylesheets/theme/theme.scss.erb */
.comment_user_element .avatar-noname {
  width: 20px;
  height: 20px;
  line-height: 22px;
  border: none;
  font-size: 12px;
  margin-right: 5px;
}

/* line 4353, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box:hover .comment_actions {
  display: inline-flex;
}

/* line 4357, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box .comment_actions {
  display: none;
}

/* line 4361, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box .comment_actions .btn-outline-danger {
  padding: 0px 5px;
}

/*SENDINGS*/
/* line 4368, app/assets/stylesheets/theme/theme.scss.erb */
#add_sending_form .active-scaffold-header > h2 {
  display: none;
}

/* line 4372, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box form.create .form-footer input {
  margin-right: 20px;
}

/* line 4376, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box form.create .form-footer {
  max-width: 800px;
  margin-left: 280px;
  text-align: right;
}

/* line 4382, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .footer_wrapper form .as_cancel {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 4389, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box li.form-element label {
  display: block;
}

/* line 4393, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .files-sub-form .as_create_another {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block !important;
}

/* line 4400, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box ol {
  padding-left: 0;
}

/* line 4403, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box ol span.fal {
  font-size: 1rem;
  position: relative;
}

/* line 4408, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box ol span.status {
  background-color: white;
  padding: 5px;
  border-radius: 100%;
}

/* line 4415, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .before-header > tr > td {
  width: 100%;
}

/* line 4419, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box ul {
  list-style: none;
}

/* line 4423, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section.project_sendings_group .sub-form td:first-child {
  flex-basis: auto;
}

/* line 4427, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .rest.sending {
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 16px;
  margin-left: 17px;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}

/* line 4435, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form ol.sendings_list li.sending-element {
  margin-bottom: 2px;
}

/* line 4440, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap:hover > .sending_element_block, .sending_element_wrap:hover > .more_info_sending_link {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 4449, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap > .sending_element_block {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* line 4454, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap #sending_children .sending_element_block {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 4460, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap:hover > .more_info_sending_link {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 4464, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 6px 9px !important;
  margin-left: 5px;
  cursor: pointer;
  font-size: 11px;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 4475, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link > i {
  font-size: 15px;
  color: #333;
}

/* line 4481, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_block {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 5px;
  margin-bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.05); */
  border-left: 5px solid #cacaca;
}

/* line 4490, app/assets/stylesheets/theme/theme.scss.erb */
#sending_children .sending-element.first-child {
  margin-top: 5px;
}

/* line 4494, app/assets/stylesheets/theme/theme.scss.erb */
#sending_children .sending-element.first-child:first-child {
  margin-top: 0;
}

/* line 4498, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap {
  display: flex;
  justify-content: space-between;
}

/* line 4503, app/assets/stylesheets/theme/theme.scss.erb */
.users_update_box .email_setting-sub-form .toggle_sending_options dd {
  position: relative;
}

/* line 4507, app/assets/stylesheets/theme/theme.scss.erb */
.users_update_box .email_setting-sub-form .toggle_sending_options .toggle_sending_options_icon {
  position: absolute;
}

/* line 4511, app/assets/stylesheets/theme/theme.scss.erb */
.users_update_box .email_setting-sub-form .hide_in_user_form {
  display: none;
}

/* line 4515, app/assets/stylesheets/theme/theme.scss.erb */
.users_update_box .email_setting-sub-form .hide_in_user_form.show_sendings_extra_options {
  display: block;
}

/* line 4519, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .buttons_box span.btn.btn-default.argument {
  color: #788288 !important;
  background-color: #fcfcfd;
  border-color: #d2dae1;
  border-bottom-color: #cbd5dd;
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  margin: 3px;
  padding: 0.1rem 0.6rem !important;
  text-transform: none;
  border-radius: 0.25rem !important;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 4533, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .buttons_box span.btn.btn-default.argument:hover {
  color: #788288 !important;
  background-color: #ebeef4;
  border-color: #b9c6d0;
}

/* line 4539, app/assets/stylesheets/theme/theme.scss.erb */
.buttons_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3px;
}

/* line 4546, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.toggle_sending_options {
  position: relative;
  right: 390px;
  cursor: pointer;
  height: 0;
  z-index: 1;
  bottom: 65px;
  float: right;
}

/* line 4559, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold ol.sendings_list code {
  color: #666;
  background-color: transparent;
}

/* line 4562, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold ol.sendings_list code label {
  font-size: 14px;
}

/* line 4567, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold ol.sendings_list .meta-item:first-child {
  margin-left: 0;
}

/* line 4572, app/assets/stylesheets/theme/theme.scss.erb */
p.sending_model {
  margin-bottom: 0;
}

/* line 4576, app/assets/stylesheets/theme/theme.scss.erb */
#sending_list_body {
  font-size: 95%;
  margin-left: 17px;
  padding-left: 15px;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}

/* line 4583, app/assets/stylesheets/theme/theme.scss.erb */
#sending_list_label {
  display: flex;
}

/* line 4587, app/assets/stylesheets/theme/theme.scss.erb */
.sending_list_info {
  width: 99%;
}

/* line 4591, app/assets/stylesheets/theme/theme.scss.erb */
.sending_list_actions {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

/* line 4598, app/assets/stylesheets/theme/theme.scss.erb */
.sendings_files_box .file_link {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 4602, app/assets/stylesheets/theme/theme.scss.erb */
.footer_wrapper .reply_sending_link {
  padding: 0.375rem 0.75rem;
  color: #007bff;
}

/* line 4607, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link,
a.reply_sending_link {
  color: #212529;
  padding: 0.25rem 0 0.25rem 0.5rem;
}

/* line 4612, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link i,
a.reply_sending_link i {
  transform: rotate(200grad);
}

/* line 4618, app/assets/stylesheets/theme/theme.scss.erb */
i.fal.fa-download.download_icon {
  margin-right: 7px;
}

/* line 4622, app/assets/stylesheets/theme/theme.scss.erb */
#sending_list_body .sub-section {
  overflow: hidden;
}

/* line 4626, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link.closed i {
  transform: none;
}

/* line 4631, app/assets/stylesheets/theme/theme.scss.erb */
.sendings_files_box {
  margin-top: 5px;
}

/* line 4635, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box ul {
  padding-left: 0;
  font-size: 14px;
}

/* line 4640, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box li {
  margin-bottom: 0;
  display: flex;
}

/* line 4644, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box li .sub-form-record .file-icon {
  margin-left: 10px;
}

/* line 4649, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.files-sub-form > h5 {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  flex-basis: 250px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  margin-right: 24px;
  font-weight: 400;
  color: #212529;
  border: none;
}

/* line 4664, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
.association-record-new {
  max-width: 800px;
}

/* line 4672, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .sub-form.horizontal-sub-form.files-sub-form {
  margin-bottom: 0;
}

/* line 4675, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .sub-form.horizontal-sub-form.files-sub-form .hide_dt_on_sending dd {
  height: 50px;
  position: relative;
  top: 25px;
}

/* line 4679, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .sub-form.horizontal-sub-form.files-sub-form .hide_dt_on_sending dd textarea {
  height: 100%;
}

/* line 4684, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .sub-form.horizontal-sub-form.files-sub-form .hide_dt_on_sending dt {
  display: none;
}

/* line 4689, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
td.hidden {
  display: none;
}

/* line 4697, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
.footer-wrapper {
  text-align: left;
}

/* line 4705, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
td.actions
.destroy {
  color: transparent !important;
}

/* line 4714, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
td.actions
.destroy:before {
  color: red;
}

/* line 4723, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
td.actions {
  display: flex;
  align-items: center;
}

/* line 4732, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form td {
  border: none;
  padding: 0;
}

/* line 4735, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form td dl,
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form td dd {
  margin-bottom: 0;
}

/* line 4741, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form dl {
  display: inline-block;
}

/* line 4745, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
.hide_on_sendings {
  display: none;
}

/* line 4753, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form {
  flex-direction: row;
  align-items: baseline;
}

/* line 4758, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section
.form
.sub-form.horizontal-sub-form
#sending_children
ol.sendings_list
li.sending-element {
  border-bottom: none;
  padding-right: 0;
  margin-left: 17px;
  padding-left: 10px;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}

/* line 4771, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box #sending_children #sending_reply_section {
  display: none;
  padding: 25px;
  margin-top: 25px;
  border-top: 1px solid lightgray;
}

/* line 4778, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box #sending_children > div#sending_reply_section > span {
  margin-bottom: 30px;
  display: block;
  font-size: 1.05em;
}

/* line 4784, app/assets/stylesheets/theme/theme.scss.erb */
.sending-element .footer_wrapper {
  display: none;
}

/* line 4788, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section
.form
.sub-form.horizontal-sub-form
#sending_children
ol.sendings_list
li.sending-element {
  padding-bottom: 0;
  background: #fff;
  padding-left: 0;
  padding-top: 0;
  border-right: 0;
  margin-bottom: -2px;
}

/* line 4802, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form #sending_children ol.sendings_list li.sending-element {
  width: auto;
}

/* line 4809, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .footer_wrapper .loading-indicator {
  float: right;
  margin-top: 20px;
}

/* line 4814, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .footer_wrapper a.mark_as_sended.btn.btn-success {
  margin-top: 10px !important;
}

/* line 4819, app/assets/stylesheets/theme/theme.scss.erb */
input#mark_as_sended {
  margin-top: 0 !important;
}

/* line 4823, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.sending_subject dd {
  display: flex;
  align-items: center;
}

/* line 4827, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.sending_subject dd span {
  width: 20%;
  text-align: left;
}

/* line 4832, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.sending_subject dd input {
  margin-bottom: 0;
}

/* line 4838, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.horizontal-sub-form li.form-element.send_with_user_email_settings dl {
  align-items: end;
  margin-bottom: 0;
}

/* line 4843, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.horizontal-sub-form li.form-element.send_with_user_email_settings dd {
  text-align: left;
}

/* line 4848, app/assets/stylesheets/theme/theme.scss.erb */
.project_sendings_group .send_new_sending {
  text-align: right;
  margin-bottom: 30px;
}

/* line 4853, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .loading-indicator {
  float: right;
  margin-top: 20px;
}

/* line 4858, app/assets/stylesheets/theme/theme.scss.erb */
ul.projects_for_user li {
  margin-bottom: 10px;
}

/* line 4862, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box span.flag.fal.fa-copy.document_icon {
  margin-left: 10px;
}

/* line 4866, app/assets/stylesheets/theme/theme.scss.erb */
ol#sending-permission-project-user-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  max-width: 1100px;
}

/* line 4873, app/assets/stylesheets/theme/theme.scss.erb */
li.sending-permission-project-user-list-element label {
  text-align: right;
}

/* line 4877, app/assets/stylesheets/theme/theme.scss.erb */
li.sending-permission-project-user-list-element {
  width: 20%;
}

/* line 4881, app/assets/stylesheets/theme/theme.scss.erb */
p#sending-permission-project-user-title {
  text-align: left;
  margin-left: 100px;
}

/* line 4886, app/assets/stylesheets/theme/theme.scss.erb */
.hide_change_notifications_permissions_checkbox {
  display: none;
}

/* line 4890, app/assets/stylesheets/theme/theme.scss.erb */
#deactivate_sending_permission label {
  font-family: 'Roboto';
  text-align: left;
  margin-left: 10px;
}

/* line 4896, app/assets/stylesheets/theme/theme.scss.erb */
#activate_sending_permission label {
  font-family: 'Roboto';
  text-align: left;
  margin-left: 10px;
}

/* line 4902, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active.active_sm {
  max-width: 650px;
}

/* line 4906, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active li.sending-permission-project-user-list-element .change_permissions_checkbox > a {
  display: flex;
}

/* line 4910, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active li.sending-permission-project-user-list-element .change_permissions_checkbox > a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}

/* line 4916, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active li.sending-permission-project-user-list-element .change_permissions_checkbox > a:hover * {
  cursor: pointer;
}

/* line 4920, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active li.sending-permission-project-user-list-element {
  width: 33%;
}

/* line 4924, app/assets/stylesheets/theme/theme.scss.erb */
#sending-permission-project-user-title span.fal.fa-times.close_overlay {
  float: right;
  font-size: 22px !important;
}

/* line 4929, app/assets/stylesheets/theme/theme.scss.erb */
#sending-permission-project-user-title span.fal.fa-times.close_overlay:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* line 4934, app/assets/stylesheets/theme/theme.scss.erb */
.horizontal-sub-form > p#sending-permission-project-user-title {
  text-align: left;
  margin-left: 30px;
}

/* line 4939, app/assets/stylesheets/theme/theme.scss.erb */
.horizontal-sub-form > ol#sending-permission-project-user-list {
  padding-left: 220px;
}

/* line 4943, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold #add-new-sending .errorExplanation {
  display: block;
  width: 100%;
  max-width: 90%;
  padding-inline: 30px;
  margin-inline: auto;
  text-align: left;
}

/* line 4952, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_message_container {
  display: none;
  margin-bottom: 35px;
  padding: 20px;
}

/* line 4957, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_message_container #sendings_message_content {
  display: flex;
  flex-direction: row;
}

/* line 4960, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_message_container #sendings_message_content p {
  margin-bottom: 0;
}

/* line 4963, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_message_container #sendings_message_content span {
  position: relative;
  left: 70px;
  bottom: 5px;
  cursor: pointer;
}

/* line 4972, app/assets/stylesheets/theme/theme.scss.erb */
.tagsinput input.not_valid {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 4977, app/assets/stylesheets/theme/theme.scss.erb */
#record_sended_to_tagsinput, #add-new-sending .tagsinput {
  margin-top: 10px;
  text-align: left;
  overflow-y: auto;
  height: auto !important;
  min-height: 0 !important;
}

/* line 4985, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sending_list_actions .sending_label:hover, #content-wrapper .active-scaffold .sending_structure .footer .sending_label:hover {
  background-color: #d3d3d36b !important;
  color: #333 !important;
}

/* line 4990, app/assets/stylesheets/theme/theme.scss.erb */
#sending_children .sending_element_wrap .sending_element_block {
  background: #fff !important;
  border-bottom: 0;
}

/* line 4995, app/assets/stylesheets/theme/theme.scss.erb */
div#sending_children {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}

/* line 5000, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

/* line 5004, app/assets/stylesheets/theme/theme.scss.erb */
.sending_list_actions .sending_label, .sending_structure .footer .sending_label {
  line-height: 1;
  padding: 0;
  min-width: 25px;
  text-align: center;
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.05);
}

/* line 5017, app/assets/stylesheets/theme/theme.scss.erb */
.email_data_structure {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
}

/* FICHEROS EN SENDINGS */
/* line 5025, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form {
  text-align: right;
  width: 100%;
  padding-right: 20px;
  padding-left: 165px;
  margin-top: 20px;
  display: block;
}

/* line 5034, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form > h5,
#overlay-container .sendings_controller .create-view .files-sub-form table > thead,
#overlay-container .sendings_controller .create-view .files-sub-form table tbody tr td dl dt,
#overlay-container .sendings_controller .create-view .files-sub-form table tbody tr td.hidden {
  display: none;
}

/* line 5041, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form table > {
  width: 100%;
  margin-left: 170px;
  max-width: 800px;
}

/* line 5047, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form table > tbody tr td {
  border: none;
}

/* line 5051, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form .as_create_another {
  display: inline-block !important;
}

/* line 5055, app/assets/stylesheets/theme/theme.scss.erb */
.sendings_files_box {
  margin-top: 5px;
}

/* line 5059, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box ul {
  padding-left: 0;
  font-size: 14px;
}

/* line 5064, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box li {
  margin-bottom: 0;
}

/* line 5068, app/assets/stylesheets/theme/theme.scss.erb */
.sendings_files_box .file_link {
  width: -moz-fit-content;
  width: fit-content;
}

/* TAGS */
/* line 5074, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput input {
  width: auto !important;
}

/* line 5078, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput {
  /*height: 38px !important;*/
  overflow-y: hidden;
  cursor: text;
  border: 1px solid #ccc;
  background: #fff;
}

/* line 5086, app/assets/stylesheets/theme/theme.scss.erb */
h5.sub-section-title {
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding-top: 0;
  color: #333333 !important;
  background-color: #f9fafc;
  border-color: #eaeef1;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 15px;
}

/* line 5103, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold.tags-view tr.record td.actions {
  width: 300px;
}

/* line 5107, app/assets/stylesheets/theme/theme.scss.erb */
#as_tags-taggings_count-column {
  width: 150px;
}

/* line 5111, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.text-input.color-input {
  max-width: 40px;
  color: transparent;
  cursor: pointer;
}

/* line 5117, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput div {
  clear: none;
  width: auto;
  display: inline-block;
  margin: 0;
  float: none;
  flex-grow: 1;
  cursor: text;
}

/* line 5126, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .form dd div.tagsinput {
  border-radius: 5px;
  display: block;
  border-color: #ced4da;
  /*margin-top: -10px;*/
  cursor: text;
  padding: 0;
}

/* line 5135, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .form dd div.tagsinput input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  box-shadow: none;
  padding: 0 10px 0 5px;
  margin: 0 5px 0 0;
  width: 100% !important;
  font-size: 0.98rem;
  opacity: 0.7;
  height: 24px;
  top: 0;
}

/* line 5148, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput span.tag {
  background: #eff2f7;
  padding: 0px 10px 0px 5px;
  border: none;
  border-radius: 2px;
  font-size: 0.98rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  position: relative;
  color: #495057;
  height: 26px;
  float: none;
  border: 1px solid #cdd5e3;
  border-radius: 2px;
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 5168, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput span.tag a {
  color: #a9b9d8;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: right;
  padding-right: 5px;
  line-height: 14px;
  padding-bottom: 9px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 13px;
}

/* line 5182, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput div.tags_clear {
  display: none;
}

/* line 5186, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput span.tag:hover,
.sub-section .sub-form-record td:first-child dl span.tag:hover span {
  color: #aad7f4;
  background: #007bff;
}

/* line 5192, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput span.tag:hover a {
  color: #aad7f4;
}

/* TOGGLE BUTTON */
/* line 5197, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button {
  display: inline-block;
  padding: 2px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  font-size: 14px;
  width: 28px;
  text-align: center;
  border-radius: 999px;
  color: #a0a0a0;
  margin-right: 8px;
  cursor: pointer;
}

/* line 5209, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button i.fal.fa-times {
  display: none;
}

/* line 5214, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active) {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  max-width: 28px;
  max-height: 28px;
  min-width: 28px;
  min-height: 28px;
}

/* line 5222, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active) i.fal.fa-times {
  display: inline-block;
}

/* line 5225, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active) i.fal.fa-check {
  display: none;
}

/* line 5230, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active):hover {
  border-color: #28a745;
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
  text-decoration: none;
}

/* line 5235, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active):hover i.fal.fa-times {
  display: none;
}

/* line 5238, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active):hover i.fal.fa-check {
  display: inline-block;
}

/* line 5243, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active {
  background: #28a745;
  max-width: 28px;
  max-height: 28px;
  min-width: 28px;
  min-height: 28px;
}

/* line 5251, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active i {
  color: #fff;
}

/* line 5255, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active:hover {
  background: rgba(220, 53, 69, 0.1);
  border-color: #dc3545;
  color: #dc3545 !important;
}

/* line 5261, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active:hover i.fal.fa-times {
  display: inline-block;
  color: #dc3545 !important;
}

/* line 5266, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active:hover i.fal.fa-check {
  display: none;
}

/* line 5270, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.delete:hover {
  background: rgba(220, 53, 69, 0.1);
  border-color: #dc3545;
  color: #dc3545;
}

/* SHOW VIEW */
/* line 5278, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dd {
  padding-right: 0;
  margin-right: 0;
}

/* line 5283, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view .view_show_columns dl.full_width {
  padding: 0;
}

/* line 5287, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
  align-items: flex-start;
  padding: 0 5px;
  margin-bottom: 5px;
  padding-left: 0;
}

/* line 5294, app/assets/stylesheets/theme/theme.scss.erb */
.show-view > .view_show_columns {
  padding: 25px;
  margin-bottom: 25px;
  background-color: #0056b30d;
  overflow-wrap: anywhere;
}

/* line 5301, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > h4 {
  font-size: 2rem;
  margin-left: -66px;
  width: 110%;
}

/* line 5307, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt {
  margin-right: 24px;
}

/* line 5311, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt label {
  margin-left: 0 !important;
  text-align: right !important;
}

/* SHOW SUB FORMS */
/* line 5319, app/assets/stylesheets/theme/theme.scss.erb */
span.hide-section-icon {
  font-size: 20px;
  color: #cacaca;
}

/* line 5324, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .show-view .sub-form .active-scaffold-header > .actions .loading-indicator {
  display: none;
}

/* line 5328, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .show-view .sub-form .active-scaffold-header > .actions, #content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > div.open_in_overlay_div.actions {
  margin-top: -38px;
  margin-right: 29px;
  float: right;
  width: auto;
  position: absolute;
  order: 1;
  right: 0;
}

/* line 5338, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .show-view .sub-form .active-scaffold-header > .actions a.btn,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > div.open_in_overlay_div.actions span.btn {
  padding: 3px 5px;
}

/* line 5343, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .active-scaffold .document_file-sub-form dt {
  width: 200px;
}

/* line 5347, app/assets/stylesheets/theme/theme.scss.erb */
.open_in_overlay_div span.as-js-button.open_in_overlay.btn.btn.btn-outline-primary.hide_btn_icon .open_in_overlay_icon {
  display: none;
}

/* SUBFORMS RECORDSELECT */
/* line 5354, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form > h5,
.sub-section .horizontal-sub-form tr.association-record dt,
.sub-section .sub-form.horizontal-sub-form th:last-child {
  display: none !important;
}

/* line 5359, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form.horizontal-sub-form th,
.sub-section .sub-form.horizontal-sub-form thead {
  display: block;
}

/* line 5364, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form.horizontal-sub-form th {
  flex-basis: 100%;
}

/* line 5368, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form.horizontal-sub-form th, .sub-section .sub-form.horizontal-sub-form td,
.sub-section .sub-form.horizontal-sub-form tr {
  border: none !important;
  margin-bottom: 0 !important;
  padding-block: 0 !important;
}

/* line 5376, app/assets/stylesheets/theme/theme.scss.erb */
.create-view .form .as_create_another,
.update-view .form .as_create_another,
.create-view .sub-form .form-footer input[type="submit"],
.update-view .sub-form .form-footer input[type="submit"] {
  color: #007bff;
  background-color: transparent;
  border-color: #007bff;
  padding-block: 1px;
}

/* line 5386, app/assets/stylesheets/theme/theme.scss.erb */
.create-view input[type="submit"],
.update-view input[type="submit"],
.create-view .as_create_another,
.update-view .as_create_another {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

/* line 5410, app/assets/stylesheets/theme/theme.scss.erb */
html .active-scaffold .create-view input[type="submit"]:hover,
html .active-scaffold .update-view input[type="submit"]:hover,
html .active-scaffold .create-view .form .as_create_another:hover,
html .active-scaffold .update-view .form .as_create_another:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  text-decoration: none;
}

/* TABLES IN SHOW SUBFORMS */
/* line 5423, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .sub-section .sub-form.horizontal-sub-form thead {
  display: table-header-group;
}

/* line 5424, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .sub-section .sub-form.horizontal-sub-form tr {
  display: table-row;
}

/* line 5425, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .sub-section .sub-form.horizontal-sub-form th,
.show_action .sub-section .sub-form.horizontal-sub-form td {
  display: table-cell;
}

/* line 5427, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .sub-section .sub-form.horizontal-sub-form td {
  text-align: left;
}

/* NEW STYLE TABLES */
/* line 5434, app/assets/stylesheets/theme/theme.scss.erb */
td.oversize_column {
  width: 40%;
}

/* line 5438, app/assets/stylesheets/theme/theme.scss.erb */
td.date_column {
  min-width: 120px;
}

/* line 5442, app/assets/stylesheets/theme/theme.scss.erb */
td.datetime_column {
  min-width: 170px;
}

/* line 5446, app/assets/stylesheets/theme/theme.scss.erb */
.ui_tpicker_unit_hide {
  display: none;
}

/* line 5450, app/assets/stylesheets/theme/theme.scss.erb */
tbody.records tr.record td[class*='column'] {
  min-width: 80px;
  white-space: nowrap;
}

/* line 5455, app/assets/stylesheets/theme/theme.scss.erb */
tbody.records tr.record td[class*='column'] a {
  padding-left: 0;
}

/* line 5459, app/assets/stylesheets/theme/theme.scss.erb */
thead th > .general_label {
  min-width: 150px;
}

/* line 5463, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions .indicator-container {
  position: absolute;
  pointer-events: none;
  padding-inline: 0 !important;
}

/* line 5469, app/assets/stylesheets/theme/theme.scss.erb */
td.actions .indicator-container > img {
  margin: 0;
  background: white;
  padding: 0;
  position: relative;
  top: -3px;
}

/* line 5477, app/assets/stylesheets/theme/theme.scss.erb */
li.theme_action_group-filter_group {
  margin-block: 5px;
  padding: 5px;
}

/* FILTER LINK GROUPS */
/* line 5485, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside {
  list-style: none;
  background-color: transparent;
  background-image: none;
  font-family: Arial;
  font-weight: 400;
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

/* line 5494, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside > div.dropdown-menu:after {
  content: '▼';
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 5500, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside > div.dropdown-menu::-moz-selection {
  color: inherit;
}
li.filter_dropdown.action_group.close_on_click_outside > div.dropdown-menu::selection {
  color: inherit;
}

/* line 5501, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.filter_show_actions_list.action_group.close_on_click_outside > div.dropdown-menu:after {
  content: '▲';
}

/* line 5505, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside:hover > div {
  color: #214a94 !important;
}

/* line 5509, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.filter_dropdown.action_group .show_actions_list li a {
  border-radius: 0;
}

/* line 5510, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.filter_dropdown.action_group .show_actions_list li:hover a {
  color: white !important;
  background-color: #214a94 !important;
}

/* line 5515, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside > div {
  color: #007bff;
}

/* line 5518, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside > div.dropdown-menu {
  display: block;
  position: relative;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: right;
  min-width: 0;
}

/* line 5530, app/assets/stylesheets/theme/theme.scss.erb */
.new-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  float: right;
}

/* line 5534, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group,
.hover_list_action.action_group {
  cursor: pointer;
  margin: 0;
  position: relative;
  background: #e7e7e7;
  border-radius: 4px;
  margin-block: 5px;
}

/* line 5543, app/assets/stylesheets/theme/theme.scss.erb */
.hover_list_action.action_group:hover {
  background: lightgray;
}

/* line 5544, app/assets/stylesheets/theme/theme.scss.erb */
.hover_list_action.action_group:before {
  color: #919191;
}

/* line 5545, app/assets/stylesheets/theme/theme.scss.erb */
.hover_list_action.action_group:hover:before {
  color: #565656;
}

/* line 5546, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group:hover {
  background: lightgray;
}

/* line 5547, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group:before {
  color: #919191;
}

/* line 5548, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group:hover:before {
  color: #565656;
}

/* line 5549, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group .actions,
.hover_list_action.action_group .actions {
  color: transparent !important;
  text-align: center;
  position: relative;
}

/* line 5555, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown ul.show_actions_list {
  top: 30px;
}

/* line 5558, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown ul.show_actions_list > div.btn-group {
  width: 100%;
}

/* line 5561, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown ul.show_actions_list > div.btn-group a {
  text-align: left;
  width: 100%;
}

/* line 5567, app/assets/stylesheets/theme/theme.scss.erb */
.hover_list_action.action_group > ul.show_actions_list, .dashboard_box span.dashboard_module_actions.hover_list_action > ul.show_actions_list,
.filter_dropdown.action_group > ul.show_actions_list {
  list-style-type: none;
  margin: 0;
  position: absolute;
  display: block;
  min-width: 150px;
  z-index: 10000;
  border: 1px solid #dee2e6;
  margin-top: 5px;
  background: white;
  right: 10px;
}

/* line 5580, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group + table,
.hover_list_action.action_group + table {
  float: none;
}

/* line 5584, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group > ul,
.hover_list_action.action_group > ul {
  display: none;
  padding: 0;
  margin: 0;
}

/* line 5590, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group > ul > div > li,
.hover_list_action.action_group > ul > div > li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

/* line 5598, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record .hover_list_action.action_group > ul > div > li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.98rem;
}

/* line 5612, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record .hover_list_action.action_group > ul > div > li a.destroy:hover {
  color: #e44141 !important;
}

/* line 5616, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record .hover_list_action.action_group > ul > div > li a:hover {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* LINK_SELECT */
/* line 5624, app/assets/stylesheets/theme/theme.scss.erb */
.link_select {
  display: inline-block !important;
}

/* line 5626, app/assets/stylesheets/theme/theme.scss.erb */
.link_select + .link_select {
  margin-left: 15px !important;
}

/* line 5628, app/assets/stylesheets/theme/theme.scss.erb */
.link_select dl {
  display: inline-block !important;
  margin-bottom: 0 !important;
}

/* line 5632, app/assets/stylesheets/theme/theme.scss.erb */
.link_select dt {
  display: none;
}

/* line 5634, app/assets/stylesheets/theme/theme.scss.erb */
.link_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none !important;
  color: #007bff;
  width: auto;
  outline: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: transparent;
}

/* line 5648, app/assets/stylesheets/theme/theme.scss.erb */
.link_select select option {
  color: black;
  background: #f8f9fa;
}

/* line 5652, app/assets/stylesheets/theme/theme.scss.erb */
.link_select dd {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}

/* MORE INFO BUTTON*/
/* line 5659, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link {
  padding: 0.25rem 0 0.25rem 0.5rem;
  color: #007bff;
  border-color: #007bff;
}

/* line 5664, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link:hover {
  color: white !important;
}

/* line 5667, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link:hover {
  color: white !important;
}

/* line 5670, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link i {
  transform: rotate(200grad);
}

/* line 5674, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link:focus {
  box-shadow: none;
}

/* line 5678, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link.closed i {
  transform: none;
}

/* line 5682, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link:focus {
  box-shadow: none;
}

/* BUTTONS BOX */
/* line 5687, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .buttons_box span.btn.btn-default.argument {
  color: #788288 !important;
  background-color: #fcfcfd;
  border-color: #d2dae1;
  border-bottom-color: #cbd5dd;
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  margin: 3px;
  padding: 0.1rem 0.6rem !important;
  text-transform: none;
  border-radius: 0.25rem !important;
}

/* line 5700, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .buttons_box span.btn.btn-default.argument:hover {
  color: #788288 !important;
  background-color: #ebeef4;
  border-color: #b9c6d0;
}

/* line 5706, app/assets/stylesheets/theme/theme.scss.erb */
.buttons_box span.btn.btn-outline-secondary.btn-sm {
  margin: 1px;
}

/* line 5710, app/assets/stylesheets/theme/theme.scss.erb */
.simulated_input {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  overflow-y: hidden;
  margin-top: 15px;
  width: 100%;
  position: relative;
  margin-bottom: 6px;
  top: -6px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 5732, app/assets/stylesheets/theme/theme.scss.erb */
.simulated_input .tag {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 0.25em;
  background-color: #177bbb;
  color: #aad7f4;
  cursor: pointer;
}

/* QUICK NEW ICON */
/* line 5747, app/assets/stylesheets/theme/theme.scss.erb */
.quick_new_button:before {
  content: "\f067";
  font-family: "FONT AWESOME 5 PRO";
  margin-right: 5px;
}

/* INPLACE EDIT */
/* line 5755, app/assets/stylesheets/theme/theme.scss.erb */
input.inplace_field {
  min-width: 50px !important;
}

/* line 5757, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > tbody.before-header > tr > td {
  padding: inherit;
  line-height: inherit;
  vertical-align: inherit;
  border-top: inherit;
  border-color: inherit;
}

/* line 5765, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .view {
  background-color: transparent;
  border: none;
}

/* line 5770, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter .new-view {
  padding: 15px;
}

/* line 5774, app/assets/stylesheets/theme/theme.scss.erb */
a.inline-adapter-close.as_cancel {
  position: relative;
  bottom: 10px;
  display: none;
}

/* line 5780, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter .new-view form {
  max-width: 100%;
}

/* line 5784, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .view.edit-view.view {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #f8f9fa !important;
}

/* line 5791, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

/* line 5796, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-block: 10px;
  margin-right: 10px;
}

/* line 5812, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.2;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Arial;
  cursor: pointer;
}

/* line 5832, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form .inplace_save {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  margin-right: 10px;
}

/* line 5839, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form .inplace_save:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 5845, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form .inplace_cancel {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 5852, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form .inplace_cancel:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  text-decoration: none;
}

/* CLOSE BUTTON x */
/* line 5862, app/assets/stylesheets/theme/theme.scss.erb */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 5869, app/assets/stylesheets/theme/theme.scss.erb */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5872, app/assets/stylesheets/theme/theme.scss.erb */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5876, app/assets/stylesheets/theme/theme.scss.erb */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5883, app/assets/stylesheets/theme/theme.scss.erb */
.close {
  float: right;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* LOGS */
/* line 5895, app/assets/stylesheets/theme/theme.scss.erb */
ul.log {
  border-top: 3px solid rgba(0, 0, 0, 0.03);
  border-bottom: 3px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 16px;
}

/* line 5901, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li {
  padding: 8px;
}

/* line 5902, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}

/* line 5903, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li header {
  font-size: .75em;
  font-weight: 500;
  opacity: .6;
}

/* line 5908, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li header .badge {
  margin: 0 8px;
}

/* line 5910, app/assets/stylesheets/theme/theme.scss.erb */
.logs-sub-form .active-scaffold-header {
  display: none;
}

/* line 5914, app/assets/stylesheets/theme/theme.scss.erb */
.logs-sub-form, .logs-sub-form .as_content ul {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 5919, app/assets/stylesheets/theme/theme.scss.erb */
.records li:not(.form-element), .sub-section.logs_group .form li:not(.form-element) {
  margin-bottom: 0;
}

/* SEARCH FORM */
/* line 5925, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .show_search.disabled {
  display: none;
}

/* line 5928, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
}

/* line 5932, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table .inline-adapter td {
  padding: 3px 10px;
}

/* line 5935, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table .show_search-view .as_cancel {
  float: right;
}

/* line 5939, app/assets/stylesheets/theme/theme.scss.erb */
.index_action .show_search-view.view {
  padding: 15px;
}

/* line 5943, app/assets/stylesheets/theme/theme.scss.erb */
.as_form.search ol.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 5949, app/assets/stylesheets/theme/theme.scss.erb */
.as_form.search li.form-element {
  width: 48% !important;
  margin-right: 20px;
}

/* line 5954, app/assets/stylesheets/theme/theme.scss.erb */
.as_form.search .form-element dl {
  align-items: center;
  margin-bottom: 10px;
}

/* line 5959, app/assets/stylesheets/theme/theme.scss.erb */
.as_form.search .form-element dl dt {
  width: 150px;
}

/* line 5963, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form.as_form.search {
  max-width: none;
}

/* line 5967, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form.as_form.search li.form-element dd {
  flex-direction: row;
  align-items: center;
}

/* line 5971, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .as_form.search li.form-element select, #content-wrapper .active-scaffold .as_form.search li.form-element input {
  min-width: 150px;
}

/* line 5975, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .logs-sub-form .table tbody + tbody {
  border-top: none;
}

/* line 5979, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .logs-sub-form table > thead:first-child > tr:first-child > th {
  display: none;
}

/* ALERTS */
/* line 5985, app/assets/stylesheets/theme/theme.scss.erb */
.alert {
  margin-top: 1rem;
}

/* line 5989, app/assets/stylesheets/theme/theme.scss.erb */
.alert_item {
  color: #495057;
  display: block;
}

/* line 5993, app/assets/stylesheets/theme/theme.scss.erb */
.alert_item:hover {
  text-decoration: none;
  color: #495057;
}

/* line 5997, app/assets/stylesheets/theme/theme.scss.erb */
.alert_item .right_info_line {
  float: right;
}

/* line 5998, app/assets/stylesheets/theme/theme.scss.erb */
.alert_item .new_info_line {
  display: block;
}

/* line 6000, app/assets/stylesheets/theme/theme.scss.erb */
.alerts_controller.index_action th.actions {
  width: 180px;
}

/* line 6004, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications {
  margin: 0 16px 0 12px;
}

/* line 6008, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .dropdown:first-child {
  margin: 0;
}

/* line 6012, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications {
  height: 56px;
  margin-block: 0;
  width: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-inline: 0;
}

/* line 6024, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications:hover {
  background-color: #d3d3d34d;
}

/* line 6028, app/assets/stylesheets/theme/theme.scss.erb */
.user-menu.dropdown.hide-in-search-mode {
  margin-left: 10px;
}

/* line 6032, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .icon-wrapper {
  cursor: pointer;
  position: relative;
  top: 1px;
  display: flex;
  width: 100%;
  height: 90%;
  align-items: center;
  justify-content: center;
}

/* line 6043, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .icon-wrapper i {
  font-size: 24px;
  color: #fff;
}

/* line 6048, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .icon-wrapper .badge {
  position: absolute;
  right: 0px;
  top: 6px;
}

/* line 6054, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card {
  font-size: .875em;
}

/* line 6058, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-header {
  font-weight: bold;
}

/* line 6062, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body {
  padding: 0;
}

/* line 6066, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item {
  border-radius: 0;
  border-width: 1px 0 1px !important;
}

/* line 6071, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item:first-child {
  border-top: 0;
}

/* line 6075, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item:last-child {
  border-bottom: 0;
}

/* line 6079, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item p {
  margin-bottom: 0;
}

/* line 6083, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item .date {
  opacity: .3;
}

/* line 6087, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .dropdown-menu {
  padding: 0;
  border: 0;
  min-width: 300px;
  max-width: 500px;
  width: 500px;
}

/* line 6095, app/assets/stylesheets/theme/theme.scss.erb */
.alerts_group .card-footer.text-right {
  display: flex;
  justify-content: space-between;
}

/* BUSQUEDAS */
/* line 6102, app/assets/stylesheets/theme/theme.scss.erb */
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: black;
  border-width: 2px;
}

/* line 6108, app/assets/stylesheets/theme/theme.scss.erb */
body #content-wrapper .show_search-view .input-group .form-control:focus {
  border-right: none;
}

/* line 6110, app/assets/stylesheets/theme/theme.scss.erb */
body #content-wrapper .show_search-view .input-group-btn .btn-default {
  margin: 0;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: 0.5rem 1rem !important;
  line-height: 1;
  border-radius: 0.3rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 6121, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel {
  text-transform: none;
  border-radius: 0 !important;
  clip-path: none;
  letter-spacing: 0;
  position: relative !important;
  padding: 0 !important;
  min-width: 0;
  min-height: 0;
  text-align: right;
  font-family: Arial;
}

/* line 6134, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

/* line 6139, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel:before, #content-wrapper .show_search-view a.inline-adapter-close.as_cancel:after {
  content: none;
}

/* line 6142, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tbody.messages td.messages-container {
  padding: 0 !important;
  white-space: normal;
}

/* line 6146, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .table .messages-container .filtered-message .reset .loading-indicator {
  margin: 0;
}

/* line 6149, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .table .messages-container .filtered-message .reset a.as_action {
  margin: 0;
  text-transform: none;
  display: inline;
  line-height: 0;
}

/* line 6156, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view li.form-element select.as_search_range_option {
  width: auto !important;
}

/* line 6160, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view li.form-element select.as_search_range_option ~ span input {
  vertical-align: top;
  margin: 0;
}

/* line 6165, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view form li.form-element dd > span {
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: right;
}

/* line 6172, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view li.form-element select.as_search_range_option ~ span > span {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 6178, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view li.form-element select.as_search_range_option ~ span {
  vertical-align: top;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 6187, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view form li.form-element dd > span.search_range input {
  height: 24px;
  line-height: 1;
  font-weight: 300;
  color: #666;
  padding: 0 5px;
}

/* line 6195, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view form li.form-element dd > span.search_range {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 6202, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .show_search-view li.form-element.rs_multiple dd input {
  border: 1px solid #ced4da !important;
}

/* INPLACE EDIT */
/*
.in_place_editor_field span.handle {
  color: transparent;
}

td.in_place_editor_field span.handle:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
  content: "\f044";
  margin-right: 4px;
  font-size: 15px;
  position: relative;
  bottom: 1px;
  color: #212529;
}

#content-wrapper .active-scaffold tr.record td > * {
  cursor: pointer;
}

td.in_place_editor_field:hover span.handle:before {
  opacity: 0.7;
}

.in_place_editor_field span.handle {
  display: inline;
}
*/
/* INLINE FORM */
/* line 6237, app/assets/stylesheets/theme/theme.scss.erb */
a.inline-adapter-close.as_cancel {
  position: relative;
  bottom: 10px;
}

/* line 6242, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter .new-view {
  padding: 15px;
}

/* line 6246, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter .new-view form {
  max-width: 100%;
}

/* line 6250, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter .new-view .inline-adapter-close.as_cancel {
  display: none;
}

/* line 6254, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter ol.form {
  display: flex;
  flex-wrap: wrap;
}

/* line 6259, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter ol.form li {
  width: 50%;
}

/* line 6263, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter ol.form li dl {
  margin-bottom: 10px;
}

/* line 6267, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter ol.form li dl dt {
  flex-basis: 150px;
  min-width: 150px;
  text-align: right;
}

/* DATEPICKER */
/* line 6274, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker {
  width: 18.5em;
}

/* line 6277, app/assets/stylesheets/theme/theme.scss.erb */
div#ui-datepicker-div {
  font-size: 13px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1;
  border-radius: 4px;
  background: white;
  z-index: 10000000000 !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 6295, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker > .ui-datepicker-header {
  display: block;
  background: white;
  border: white;
  height: 42px;
}

/* line 6301, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 100%;
  width: 26px;
  font-size: 21px;
  text-align: center;
  float: left;
}

/* line 6308, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-next {
  float: right;
}

/* line 6309, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus {
  background: #eee;
  border: none;
  top: 2px !important;
}

/* line 6314, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker-prev-hover {
  left: 2px !important;
}

/* line 6317, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker-next-hover {
  right: 2px !important;
}

/* line 6320, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  background: none;
  text-indent: 0;
  color: #788288;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.53846154;
  font-size: 21px;
  height: 100%;
  top: 10px;
  font-weight: 300;
}

/* line 6332, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-title {
  height: 100%;
  text-align: center;
}

/* line 6336, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}

/* line 6337, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  background: none;
  border: none;
  color: #788288;
  font-size: 15px;
  height: 100%;
}

/* line 6344, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker td, .ui-datepicker th {
  color: #788288;
}

/* line 6347, app/assets/stylesheets/theme/theme.scss.erb */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  padding: 5px;
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: transparent !important;
  border: none !important;
  box-sizing: initial;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #788288 !important;
  background-color: transparent !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.53846154;
  text-decoration: none;
}

/* line 6367, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker select.ui-datepicker-month:hover, .ui-datepicker select.ui-datepicker-year:hover,
.ui-datepicker.ui-widget-content .ui-state-hover {
  background: #eeeeee !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

/* line 6373, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  color: #177bbb !important;
}

/* line 6376, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  background: #177bbb !important;
}

/* line 6379, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker-buttonpane.ui-widget-content {
  display: flex;
  justify-content: space-between;
  border: none;
  border-top: 1px solid #dddddd;
}

/* line 6385, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker-buttonpane.ui-widget-content button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
  border: 1px solid #cccccc;
}

/* line 6395, app/assets/stylesheets/theme/theme.scss.erb */
td.sortable-handle, .active-scaffold .sub-form table td.sortable-handle {
  background: none;
}

/* line 6396, app/assets/stylesheets/theme/theme.scss.erb */
td.sortable-handle:after, .active-scaffold .sub-form table td.sortable-handle:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f047";
  font-size: 20px;
  display: inline;
  width: 20px;
  height: 20px;
  background: none;
  margin-left: 10px;
  opacity: 0;
}

/* line 6407, app/assets/stylesheets/theme/theme.scss.erb */
td.sortable-handle:hover:after, .active-scaffold .sub-form table td.sortable-handle:hover:after {
  opacity: 0.5;
}

/* line 6409, app/assets/stylesheets/theme/theme.scss.erb */
span.ui-slider-handle.ui-corner-all.ui-state-default {
  border: 1px solid #c5c5c5 !important;
  background: #ffffff !important;
  padding: 0;
  top: -5px;
  width: 15px;
  height: 15px;
}

/* line 6417, app/assets/stylesheets/theme/theme.scss.erb */
span.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus {
  top: -5px !important;
}

/* line 6420, app/assets/stylesheets/theme/theme.scss.erb */
dt.ui_tpicker_hour_label {
  margin-bottom: 5px;
}

/* line 6423, app/assets/stylesheets/theme/theme.scss.erb */
dt.ui_tpicker_minute_label {
  margin-bottom: 5px;
}

/* line 6426, app/assets/stylesheets/theme/theme.scss.erb */
.ui-slider {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

/* line 6431, app/assets/stylesheets/theme/theme.scss.erb */
.datepicker .table tr {
  display: table-row !important;
}

/* datetimepicker select oneline */
/* line 6437, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-div.ui-timepicker-oneLine dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 8px 12px;
}

/* line 6445, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dd.ui_tpicker_time {
  display: block;
  grid-column: 1 / -1;
}

/* line 6450, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dt.ui_tpicker_time_label {
  display: none;
}

/* line 6454, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine .ui_tpicker_hour .ui_tpicker_hour_slider,
.ui-timepicker-oneLine .ui_tpicker_hour .ui_tpicker_hour_slider select,
.ui-timepicker-oneLine .ui_tpicker_minute .ui_tpicker_minute_slider,
.ui-timepicker-oneLine .ui_tpicker_minute .ui_tpicker_minute_slider select {
  width: 100%;
}

/* Fila 3: labels 50/50 */
/* line 6462, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dt.ui_tpicker_hour_label {
  grid-column: 1;
  grid-row: 3;
}

/* line 6463, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dt.ui_tpicker_minute_label {
  grid-column: 2;
  grid-row: 3;
}

/* Fila 4: selects 50/50 */
/* line 6466, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dd.ui_tpicker_hour {
  grid-column: 1;
  grid-row: 4;
  min-width: 0;
}

/* line 6467, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dd.ui_tpicker_minute {
  grid-column: 2;
  grid-row: 4;
  min-width: 0;
}

/* line 6469, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine .ui_tpicker_hour .ui_tpicker_hour_slider,
.ui-timepicker-oneLine .ui_tpicker_minute .ui_tpicker_minute_slider {
  border: 1px solid rgba(118, 118, 118, 0.3);
}

/* line 6474, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine .ui_tpicker_hour .ui_tpicker_hour_slider select,
.ui-timepicker-oneLine .ui_tpicker_minute .ui_tpicker_minute_slider select {
  box-sizing: border-box;
  padding-block: 10px;
  height: 35px;
}

/* SORTABLE */
/* line 6485, app/assets/stylesheets/theme/theme.scss.erb */
tr.sortable-handle:hover td:not(.indicator-container) {
  background: #f7f7f7;
}

/* OVERLAY */
/* line 6491, app/assets/stylesheets/theme/theme.scss.erb */
div#overlay-container .active-scaffold .as_form > ol.form {
  padding-top: 10px;
  padding-bottom: 30px;
}

/* line 6496, app/assets/stylesheets/theme/theme.scss.erb */
div#overlay-container .active-scaffold li.sub-section[class*="data_info_"] {
  margin-bottom: 0;
}

/* line 6500, app/assets/stylesheets/theme/theme.scss.erb */
.center_element_in_screen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 6506, app/assets/stylesheets/theme/theme.scss.erb */
#overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

/* line 6520, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container {
  display: none;
}

/* line 6524, app/assets/stylesheets/theme/theme.scss.erb */
div#overlay-container.active {
  display: block;
}

/* line 6528, app/assets/stylesheets/theme/theme.scss.erb */
html.withOverlay #overlay, html.withOverlay #overlay-container {
  opacity: 1;
  pointer-events: all;
}

/* line 6533, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container #content-wrapper .active-scaffold label {
  max-width: 200px;
}

/* line 6538, app/assets/stylesheets/theme/theme.scss.erb */
#loading_overlay_icon {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
}

/* line 6545, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay {
  position: fixed;
  z-index: 10000;
  border-radius: 5px;
  width: 100%;
  max-width: 1150px;
  background-color: white;
  border: 1px solid #cfd0d2;
  max-height: 700px;
  padding-bottom: 15px;
  overflow: hidden;
}

/* line 6558, app/assets/stylesheets/theme/theme.scss.erb */
.active.active_sm {
  max-width: 800px;
}

/* line 6565, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay .general_label.full_with_label {
  margin: 0;
}

/* line 6569, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay form > ol.form {
  padding: 0;
  margin: 0;
}

/* line 6574, app/assets/stylesheets/theme/theme.scss.erb */
*::-webkit-scrollbar {
  width: 4px;
}

/* line 6578, app/assets/stylesheets/theme/theme.scss.erb */
*::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
}

/* line 6582, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay > nav {
  display: none;
}

/* line 6586, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay .form-footer {
  width: 100%;
  max-width: 1200px;
  text-align: right;
  background-color: transparent !important;
  position: fixed;
  bottom: 0;
  padding: 10px 15px;
  margin-bottom: 0;
  background: #ededed !important;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #cfd0d2;
  z-index: 1000;
}

/* line 6601, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay h3 {
  background: #a5a5a5;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #cfd0d2;
  color: white;
  padding: 15px;
  margin: 0;
  font-size: 1em;
  position: fixed;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
}

/* line 6615, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay .content-width {
  overflow-y: auto;
  max-height: 580px;
  padding-bottom: 20px;
}

/* line 6621, app/assets/stylesheets/theme/theme.scss.erb */
.open_in_overlay_div {
  width: 100%;
  float: right;
  text-align: right;
}

/* line 6627, app/assets/stylesheets/theme/theme.scss.erb */
.general_label:hover .label_tag_actions .open_in_overlay_div a.mini_button.delete_model_link .fal {
  display: none;
}

/* line 6631, app/assets/stylesheets/theme/theme.scss.erb */
.general_label:hover .label_tag_actions .open_in_overlay_div a.mini_button.delete_model_link {
  width: 25px;
  height: 25px;
}

/* line 6636, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .content_icons_block i {
  font-size: 22px;
}

/* line 6640, app/assets/stylesheets/theme/theme.scss.erb */
td .content_icons_block,
h2 .general_label .content_icons_block,
h2 .general_label .general_label_model_icon,
.label_list_view_record .general_label .content_icons_block,
.label_list_view_record .general_label .general_label_model_icon {
  color: #5f6368;
  position: relative;
  transform: scale(0.75);
  margin-left: 5px;
  vertical-align: top;
  top: 3px;
}

/* line 6653, app/assets/stylesheets/theme/theme.scss.erb */
td .content_icons_block {
  top: -2px;
}

/* line 6658, app/assets/stylesheets/theme/theme.scss.erb */
.proposals_controller.show_action h2 .general_label .label_postcontent,
.projects_controller.show_action h2 .general_label .label_postcontent {
  float: right;
  margin-top: 10px;
}

/* line 6664, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .general_label_model_icon.sm-icon {
  font-size: 15px;
  position: relative;
  bottom: 2px;
}

/* line 6670, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .general_label_icon {
  font-size: 22px;
}

/* line 6674, app/assets/stylesheets/theme/theme.scss.erb */
span.general_label_icon.general_label_model_icon {
  float: left;
  background-color: #cacaca;
  position: relative;
  top: 0;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding-inline: 5px;
  font-size: 30px;
  color: #fff;
  min-width: 50px;
}

/* line 6690, app/assets/stylesheets/theme/theme.scss.erb */
a.general_label_icon.toggle_featured_model, .label_list_view_record a.general_label_icon.toggle_featured_model {
  padding-right: 6px;
  margin-left: 5px;
}

/* line 6695, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div .mini_button {
  padding: 0;
}

/* line 6699, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div .mini_button:before {
  padding: 0;
  min-width: 25px;
  text-align: center;
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6709, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div {
  width: 25px;
  height: 25px;
  float: right;
  text-align: right;
  margin-inline: 2px;
  display: none;
}

/* line 6718, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div i.fal.fa-check.mini_button:before {
  color: #28a745;
}

/* line 6722, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div i.fal.fa-times.mini_button:before {
  color: #dc3545;
}

/* line 6726, app/assets/stylesheets/theme/theme.scss.erb */
aside.actions_bar .open_in_overlay_div {
  float: none;
}

/* line 6730, app/assets/stylesheets/theme/theme.scss.erb */
.active .active_sm {
  max-width: 800px;
}

/* line 6734, app/assets/stylesheets/theme/theme.scss.erb */
#overlayError {
  position: absolute;
  padding: 30px;
  background-color: #0056b30d;
  border-radius: 5px;
  color: white;
  z-index: 1000000;
  border: 1px solid #cfd0d2;
}

/* Turbolinks progress bar */
/* line 6746, app/assets/stylesheets/theme/theme.scss.erb */
.turbolinks-progress-bar {
  z-index: 100000;
}

/* line 6749, app/assets/stylesheets/theme/theme.scss.erb */
body .turbolink_cover_box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  z-index: 10000;
  transition: 0.2s linear;
  pointer-events: none;
}

/* line 6761, app/assets/stylesheets/theme/theme.scss.erb */
.turbolinks-progress-bar + body .turbolink_cover_box {
  opacity: 1;
}

/* Mini buttons */
/* line 6767, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button:before {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 5px;
  border-radius: 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.05);
}

/* line 6778, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button:hover:before {
  background: rgba(0, 0, 0, 0.1);
  color: black;
}

/* line 6783, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button.cog:before {
  content: "\f013";
}

/* line 6784, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button.eye:before {
  content: "\f06e";
}

/* line 6785, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button.briefcase:before {
  content: "\f0b1";
}

/* line 6786, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button.edit:before {
  content: "\f044";
}

/* line 6789, app/assets/stylesheets/theme/theme.scss.erb */
a.mini_button .icon {
  background: rgba(0, 0, 0, 0.05);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
}

/* line 6798, app/assets/stylesheets/theme/theme.scss.erb */
a.mini_button:hover .icon {
  background: rgba(0, 0, 0, 0.1);
}

/* GENERAL LABELS */
/* line 6804, app/assets/stylesheets/theme/theme.scss.erb */
.general_label {
  padding: 0px;
  display: inline-block;
  position: relative;
  font-family: Arial;
}

/* line 6811, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .separator {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 5px;
}

/* line 6816, app/assets/stylesheets/theme/theme.scss.erb */
.records span.subtitle_tag .icon_tag + .icon_tag,
.general_label span.icon_box .icon_tag + .icon_tag,
.form-element span.subtitle_tag .icon_tag + .icon_tag {
  margin-left: 5px;
}

/* line 6821, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .icon_tag {
  margin-left: 10px;
}

/* line 6825, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.left_border,
h2 .general_label,
#content-wrapper .active-scaffold .show-view > h4 {
  border-left: 5px solid #cacaca;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Roboto;
}

/* line 6834, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable + .sub-form-record {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s max-height linear;
  margin-left: 0;
}

/* line 6841, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.deployed + .sub-form-record {
  max-height: none;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

/* line 6847, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label {
  display: block;
}

/* line 6850, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable {
  margin-right: 31px;
  display: block;
  cursor: pointer;
  padding: 5px 15px;
  margin-bottom: 2px;
}

/* line 6858, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.left_border.leaf {
  border-left-color: #d20e11;
}

/* line 6861, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.left_border.empty {
  margin-right: 0px;
  cursor: default;
}

/* line 6866, app/assets/stylesheets/theme/theme.scss.erb */
.elements_list .left_border.general_label {
  width: 100%;
  margin-bottom: 10px;
}

/* line 6871, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .courses_group ol.form .form-element ul.elements_list {
  width: 100%;
}

/* line 6875, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.draggable-list-element {
  width: 100%;
}

/* line 6879, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable a {
  font-family: Arial;
}

/* line 6884, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .priority-tag {
  padding-right: 0.4em;
  border-right: 1px solid #cacaca;
  margin-inline: 6px;
  display: inline-block;
  width: 25px;
  text-align: center;
}

/* line 6893, app/assets/stylesheets/theme/theme.scss.erb */
.general_label i.color_tag:before {
  margin-right: 5px;
  font-size: 12px;
  vertical-align: middle;
}

/* line 6899, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label i.color_tag:before {
  font-size: 20px;
  margin-right: 10px;
}

/* line 6904, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .status-tag {
  font-size: 0.98rem;
  transform: scale(0.7);
}

/* line 6909, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .status-tag {
  position: relative;
  bottom: 5px;
  font-size: 20px;
}

/* line 6915, app/assets/stylesheets/theme/theme.scss.erb */
.priority-tag.priority--high {
  color: #c00000;
}

/* line 6918, app/assets/stylesheets/theme/theme.scss.erb */
.priority-tag.priority--normal {
  color: #f6ae1a;
}

/* line 6921, app/assets/stylesheets/theme/theme.scss.erb */
.priority-tag.priority--low {
  color: #28a745;
}

/* line 6925, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .label_tag_actions {
  display: flex;
  flex-direction: row;
  float: right;
  width: auto;
  align-items: center;
  position: absolute;
  bottom: initial;
  right: 0px;
  top: 5px;
}

/* line 6937, app/assets/stylesheets/theme/theme.scss.erb */
.actions_bar .open_in_overlay_div {
  display: block;
}

/* line 6941, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.horizontal-sub-form .active-scaffold-header {
  position: relative;
}

/* line 6945, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .task_end_block .open_in_overlay_div,
.general_label:hover .open_in_overlay_div,
.general_label:hover a.mini_button,
.general_label:hover a.btn-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

/* line 6955, app/assets/stylesheets/theme/theme.scss.erb */
.open_in_overlay_div .open_in_overlay_icon {
  margin-right: 10px;
}

/* line 6959, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.full_with_label {
  width: 100%;
}

/* line 6963, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button {
  padding: 3px;
  cursor: pointer;
  color: #333;
}

/* line 6969, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button:hover,
a.mini_button:hover {
  /*background-color: #d3d3d36b;*/
  opacity: 0.7;
  color: #333;
}

/* line 6976, app/assets/stylesheets/theme/theme.scss.erb */
.general_label a.mini_button[action*='destroy'] {
  display: block;
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dc3545;
  padding: 1px 5px;
  border-radius: 3px;
}

/* line 6986, app/assets/stylesheets/theme/theme.scss.erb */
.comment_actions span.btn.btn-sm.btn-outline-danger {
  border: 1px solid #dc3545;
}

/* line 6990, app/assets/stylesheets/theme/theme.scss.erb */
a.mini_button {
  display: none;
  padding: 0;
}

/* line 6995, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 {
  display: flex;
  justify-content: space-between;
}

/* ICONOS DE LOS SUBSECTIONS */
/* line 7002, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions {
  display: flex;
  margin-right: 5px;
}

/* line 7007, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .visibility-toggle {
  width: 100%;
  position: absolute;
  left: -4px;
  text-align: right;
  margin-right: 5px;
}

/* line 7015, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons {
  z-index: 100;
  display: flex;
  margin-right: 25px;
}

/* line 7021, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons .btn {
  padding: 3px 5px;
}

/* line 7025, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section h5 .sub-section-icon {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #cacaca;
  min-width: 20px;
  display: inline-block;
}

/* line 7033, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > h5,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > div > h5 {
  /*display: inline-block!important;*/
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  width: 150px;
  text-align: right;
  vertical-align: top;
  font-weight: 400;
}

/* line 7046, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > div:not(#drop_layer) {
  width: 100%;
  display: inline-block;
  /*margin-top: 10px;*/
}

/* line 7052, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form:first-child > div > div > div:first-child,
li.sub-section > ol.form > li > div > div:first-child,
ol.sendings_list {
  margin-top: 10px;
}

/* line 7058, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form .general_label.collapsable,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form .sub-form-record {
  margin-left: 0 !important;
  margin-bottom: 1px;
}

/* line 7064, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.sub-section
> ol
> .sub-form.vertical-sub-form
> h5
+ div
> div
> .general_label.collapsable,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > h5 + div > div > .sub-form-record {
  margin-left: 0 !important;
}

/* line 7077, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable:not(.empty):after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 2px 8px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 0;
}

/* line 7092, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.deployed:after {
  transform: rotate(180deg);
}

/* line 7096, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable:not(.empty):hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 7100, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable:not(.empty):hover:after {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #214a94;
}

/* line 7105, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record.group_record .form-element dt {
  flex-basis: 160px;
}

/* line 7108, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record.group_record {
  border-left: 5px solid #ebeced;
  margin-left: 80px;
}

/* line 7113, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.subtitle {
  clear: both;
  display: block;
  font-size: 12px;
  color: #212529;
  opacity: 0.5;
}

/* line 7120, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.subtitle .subtitle_name {
  margin-left: 5px;
}

/* line 7124, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.subtitle .subtitle_tag + .subtitle_tag {
  margin-left: 10px;
}

/* line 7128, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle {
  font-size: 50%;
  font-weight: 300;
}

/* line 7133, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle .subtitle_tag.right_info {
  float: right;
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 7140, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle .subtitle_tag .icon {
  opacity: 0.5;
  margin-right: 5px;
}

/* line 7145, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle .subtitle_tag.full_line {
  display: block;
  margin-left: 0 !important;
  font-size: 80%;
}

/* line 7151, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle .subtitle_tag + .subtitle_tag {
  margin-left: 20px;
}

/* line 7155, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .header_subtitle span.subtitle_name {
  display: inline;
  font-size: 80%;
  margin-left: 0;
}

/* line 7161, app/assets/stylesheets/theme/theme.scss.erb */
.label_postcontent {
  display: flex;
  margin-top: 5px;
  opacity: 0.7;
}

/* line 7167, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.subtitle_name_content {
  display: inline;
  margin-left: 10px;
}

/* line 7172, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .header_subtitle span.subtitle_name .general_label {
  display: inline;
  background: transparent;
  border: none;
  padding: 0 0 0 5px;
}

/* line 7179, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.icon_box + a,
.general_label a + span.icon_box {
  margin-left: 10px;
}

/* line 7184, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.deployed + .sub-form-record > ol {
  display: flex;
  flex-direction: column;
}

/* line 7189, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.deployed + .sub-form-record > ol > li {
  width: 100%;
}

/* line 7193, app/assets/stylesheets/theme/theme.scss.erb */
.ui-helper-hidden-accessible {
  display: none;
}

/* DRAGGABLE */
/* line 7197, app/assets/stylesheets/theme/theme.scss.erb */
.draggable-list {
  margin: 0;
}

/* line 7201, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list {
  float: left;
  width: 42%;
  height: 200px;
  overflow: auto;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* line 7211, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list:hover li {
  opacity: 0.7;
}

/* line 7215, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.ui-sortable-disabled:hover li {
  opacity: 1;
}

/* line 7219, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list li.draggable-item:hover,
.active-scaffold .draggable-list li.draggable-item:hover input,
.active-scaffold .draggable-list li.draggable-item:hover label {
  cursor: move;
  opacity: 1;
}

/* line 7226, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item,
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item:hover {
  color: #888;
}

/* line 7231, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item:hover,
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item:hover,
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item:hover label {
  cursor: inherit;
}

/* line 7237, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list li.draggable-item {
  display: block;
  width: auto;
  padding: 0 5px;
}

/* line 7243, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list li.draggable-item > label {
  width: auto;
  text-align: left !important;
  font-weight: 300 !important;
}

/* line 7249, app/assets/stylesheets/theme/theme.scss.erb */
li.draggable-item {
  list-style: none;
}

/* line 7253, app/assets/stylesheets/theme/theme.scss.erb */
li.draggable-item input, .active-scaffold .draggable-list input {
  display: none;
}

/* line 7257, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  margin-left: 10px;
}

/* line 7264, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.selected {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin-left: 0;
}

/* line 7271, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.ui-sortable-disabled {
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

/* line 7276, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block {
  display: flex;
  align-items: center;
}

/* NEW ADD NEW BLOCK */
/* line 7283, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .subform_with_new a.show-new-subform {
  margin-left: 65px;
  text-align: right;
  position: relative;
  z-index: 15;
  bottom: 4px;
}

/* line 7291, app/assets/stylesheets/theme/theme.scss.erb */
li.add_new_block > dl > dt {
  display: none;
}

/* line 7295, app/assets/stylesheets/theme/theme.scss.erb */
.show-view.big_bags-view.view li.add_new_block > dl > dt {
  display: block;
}

/* line 7299, app/assets/stylesheets/theme/theme.scss.erb */
li.add_new_block .search_new_rs_block {
  display: flex;
  max-width: 90%;
  z-index: 20;
  position: relative;
}

/* line 7306, app/assets/stylesheets/theme/theme.scss.erb */
li.add_new_block .search_new_rs_block > label {
  flex-basis: 150px;
  min-width: 150px;
  text-align: right;
  margin-right: 24px;
}

/* line 7313, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .subform_with_new .sub-form {
  margin: 0 !important;
  padding: 0 !important;
  width: 101% !important;
  background-color: #f2f2f2;
  padding-block: 10px !important;
  margin-bottom: 11px !important;
}

/* line 7322, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .subform_with_new a.show-new-subform {
  margin-left: 65px;
  text-align: right;
  position: relative;
  z-index: 15;
  bottom: 4px;
}

/* line 7330, app/assets/stylesheets/theme/theme.scss.erb */
.new_record_subform_with_new {
  display: flex;
  flex-direction: column-reverse;
  margin-top: -20px !important;
}

/* line 7336, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .subform_with_new .sub-form > div > .sub-form-record > ol.associated-record > li.form-element {
  width: 100% !important;
}

/* line 7340, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper.associate_user_action li.form-element dt > label {
  display: none;
}

/* line 7344, app/assets/stylesheets/theme/theme.scss.erb */
.move_list_element {
  pointer-events: none;
  opacity: 0.2;
  margin-left: 10px;
}

/* line 7350, app/assets/stylesheets/theme/theme.scss.erb */
.move_list_element.active_move_list_element {
  pointer-events: all;
  cursor: pointer;
  opacity: 1;
  display: block;
}

/* line 7357, app/assets/stylesheets/theme/theme.scss.erb */
span.default_state_list_element.active_move_list_element {
  height: 38px;
}

/* line 7361, app/assets/stylesheets/theme/theme.scss.erb */
span.uncheck_list_element {
  color: #b94a48;
}

/* line 7365, app/assets/stylesheets/theme/theme.scss.erb */
span.check_list_element {
  color: #468847;
}

/* line 7369, app/assets/stylesheets/theme/theme.scss.erb */
span.uncheck_list_element:hover {
  color: #e3b7b7;
}

/* line 7373, app/assets/stylesheets/theme/theme.scss.erb */
span.check_list_element:hover {
  color: #9bcc9c;
}

/* line 7377, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select.draggable-list-element dd {
  display: block;
}

/* line 7381, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select.draggable-list-element dd .draggable-list {
  margin-bottom: 0;
  width: 50%;
  border: solid 1px #ccc;
  min-height: 60px;
  display: inline;
  background: #fff;
  margin: 0;
  margin-top: 20px;
}

/* line 7392, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select.draggable-list-element dd .draggable-list .draggable-item {
  transform: translate3d(0px, 0px, 0px);
  transition: none 0s ease 0s;
  padding: 3px 10px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 7405, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list:before {
  content: "No seleccionado";
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}

/* line 7413, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.selected:before {
  content: "Seleccionado";
}

/* line 7417, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section:not([class*="data_info_"]) li {
  /*width: 100%;*/
}

/* line 7421, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.hidden {
  display: none !important;
}

/*custom_group*/
/* line 7426, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] {
  padding-block: 10px;
  margin-bottom: 20px;
  background-color: #0056b30d;
}

/* line 7432, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) {
  padding-block: 0;
}

/* He comentado esto porque no se a que se aplica y me está molestando en instalaciones 
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > ol.form li:only-child,   */
/* line 7438, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > ol.form li.form-element:last-child {
  padding-bottom: 20px;
}

/* line 7442, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > h5 {
  display: none;
}

/* line 7446, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > h5 {
  background-color: white;
}

/* line 7450, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form,
#content-wrapper .active-scaffold .sub-section .sub-form-record > ol.association-record,
#content-wrapper .active-scaffold .show-view .view_show_columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 7458, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form .form-element dt,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt {
  flex-basis: 150px;
  min-width: 150px;
  text-align: right;
}

/* line 7465, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form .form-element dt > label,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt label {
  text-align: left;
  width: 100%;
  margin-left: 100px;
}

/* line 7472, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .create-view .sub-section .form li.vertical-sub-form,
#content-wrapper .active-scaffold .update-view .sub-section .form li.vertical-sub-form {
  margin-bottom: 6px;
  min-height: 44px;
  align-items: baseline;
  display: flex;
}

/* line 7480, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > div,
#content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > div {
  margin-top: 0;
}

/* line 7485, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > h5,
#content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > h5,
#content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > div > h5,
#content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > div > h5 {
  width: 150px;
  line-height: 1.2;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  font-weight: 400;
  margin-right: 24px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
}

/* line 7502, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.sub-form {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

/* line 7508, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.sub-form .sub-form-record {
  max-width: 100% !important;
}

/* line 7512, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.sub-form .association-record {
  display: flex;
  flex-wrap: wrap;
}

/* line 7517, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.form-element,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
  width: 50%;
}

/* line 7522, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record .file_box_span {
  line-height: 25px;
  height: 25px;
}

/* line 7527, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record .file_box_span label.btn {
  line-height: 1;
}

/* Simple Subform Spec */
/* line 7530, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > ol.form li.spec-sub-form {
  width: 50%;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 7535, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > ol.form li.spec-sub-form li.form-element {
  width: 100%;
}

/* line 7537, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form.spec-sub-form {
  margin-left: 0;
}

/* line 7539, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.autoheight {
  min-height: 0 !important;
  overflow: hidden;
}

/* line 7544, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.same_line dd,
#content-wrapper .active-scaffold .show-view dl.same_line > dd {
  float: left;
  /*max-width: 800px;*/
  width: 100%;
  margin-bottom: 0;
  color: #666;
  align-items: baseline;
  display: grid;
  gap: 5px;
  grid-template-columns: auto minmax(0, 1fr);
}

/* line 7557, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.same_line dd > span,
#content-wrapper .active-scaffold .show-view dl.same_line dd > span {
  width: auto;
  text-align: left;
}

/* line 7563, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.full_width,
#overlay-container ol.form li.form-element.full_width,
#content-wrapper .active-scaffold .show-view dl.full_width {
  width: 100% !important;
}

/* line 7570, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.half_width,
#overlay-container ol.form li.form-element.half_width,
#content-wrapper .active-scaffold .show-view dl.half_width,
li.sub-section[class*="data_info_"] > ol.form li.form-element.half_width {
  width: 50% !important;
  float: left;
}

/* line 7579, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.half_width > dl,
#overlay-container ol.form li.form-element.half_width > dl,
#content-wrapper .active-scaffold .show-view dl.half_width > dl {
  display: flex;
  align-items: center;
}

/* line 7587, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.half_width > dl > dt,
#overlay-container ol.form li.form-element.half_width > dl > dt,
#content-wrapper .active-scaffold .show-view dl.half_width > dl > dt {
  flex-basis: auto;
}

/* line 7593, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.form-element.three_in_row {
  width: 33%;
  display: flex;
  align-items: center;
}

/* line 7599, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.checkbox.three_in_row {
  justify-content: center;
}

/* line 7603, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.three_in_row,
#overlay-container ol.form li.form-element.three_in_row,
#content-wrapper .active-scaffold .show-view dl.three_in_row,
li.sub-section[class*="data_info_"] > ol.form li.form-element.three_in_row {
  width: 33%;
  display: flex;
  align-items: center;
}

/* line 7612, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.form-element.three_in_row > dl {
  align-items: center;
  justify-content: end;
}

/* line 7617, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.form-element.three_in_row > dl > dt {
  flex-basis: auto;
}

/* line 7621, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.jump_line,
#overlay-container ol.form li.form-element.jump_line,
#content-wrapper .active-scaffold .show-view dl.jump_line {
  width: 51% !important;
  padding-right: 1%;
  box-sizing: border-box;
}

/* line 7629, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.alone,
#overlay-container ol.form li.form-element.alone,
#content-wrapper .active-scaffold .show-view dl.alone {
  margin-right: 1px;
}

/* line 7635, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.jump_line + li.form-element,
#overlay-container ol.form li.form-element.jump_line + li.form-element,
#content-wrapper .active-scaffold .show-view dl.jump_line + dl {
  width: 49% !important;
}

/* line 7641, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.blank_left:nth-child(odd),
#overlay-container ol.form li.form-element.blank_left:nth-child(odd),
#content-wrapper .active-scaffold .show-view dl.blank_left:nth-child(odd) {
  margin-left: 50%;
}

/* line 7647, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.blank_line,
#overlay-container ol.form li.form-element.blank_line,
#content-wrapper .active-scaffold .show-view dl.blank_line {
  margin-bottom: 20px;
}

/* line 7655, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper.show_action .active-scaffold li.horizontal-sub-form.middle-group {
  margin-bottom: 32px;
}

/* line 7659, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > ol > .sub-form.vertical-sub-form > div {
  margin-top: 0;
}

/* line 7663, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > ol.form li.form-element:last-child,
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > ol.form li.form-element:only-child {
  padding-bottom: 20px;
}

/* line 7668, app/assets/stylesheets/theme/theme.scss.erb */
aside .btn {
  border-radius: 0.25rem;
}

/* line 7672, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb {
  font-weight: 400;
}

/* SETTINGS */
/* line 7678, app/assets/stylesheets/theme/theme.scss.erb */
li.company_scope:before,
li.settings_scope:before,
li.system_scope:before {
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 30px;
  display: block;
}

/* line 7689, app/assets/stylesheets/theme/theme.scss.erb */
li.company_scope:before {
  content: "Información de la empresa";
}

/* line 7690, app/assets/stylesheets/theme/theme.scss.erb */
li.settings_scope:before {
  content: "Configuración general";
}

/* line 7692, app/assets/stylesheets/theme/theme.scss.erb */
li.system_scope:before {
  content: "Sistema";
  border-bottom: 1px solid #9f2d2d;
  color: #9f2d2d;
}

/* line 7698, app/assets/stylesheets/theme/theme.scss.erb */
li.settings_scope ~ li.settings_scope:before,
li.company_scope ~ li.company_scope:before,
li.system_scope ~ li.system_scope:before {
  content: "";
  display: none;
  border: none;
}

/* line 7706, app/assets/stylesheets/theme/theme.scss.erb */
.system_scope label {
  color: #9f2d2d;
}

/* line 7710, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .system_scope input,
#content-wrapper .active-scaffold .system_scope select,
#content-wrapper .active-scaffold .system_scope textarea {
  border-color: #9f2d2d;
}

/* XMLLINES */
/* line 7718, app/assets/stylesheets/theme/theme.scss.erb */
li.xml_lines-sub-form table {
  width: 100%;
}

/* line 7722, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section li.horizontal-sub-form.xml_lines-sub-form table td {
  text-align: left;
}

/*no group*/
/* line 7728, app/assets/stylesheets/theme/theme.scss.erb */
.show-view li.form-element:not(.hidden) {
  display: inline-block;
  width: 49%;
}

/* line 7733, app/assets/stylesheets/theme/theme.scss.erb */
.show-view .form-element dt {
  flex-basis: 150px;
  text-align: right;
}

/* line 7738, app/assets/stylesheets/theme/theme.scss.erb */
.show-view .form-element dt > label {
  text-align: left;
  width: 100%;
  margin-left: 100px;
}

/* line 7744, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record.even-record {
  background-color: #f2f6fb;
}

/* line 7748, app/assets/stylesheets/theme/theme.scss.erb */
.show-menu-group-li {
  max-height: 100% !important;
  transition: max-height 0.15s ease-in;
}

/* line 7753, app/assets/stylesheets/theme/theme.scss.erb */
.menu-group-li {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

/* line 7759, app/assets/stylesheets/theme/theme.scss.erb */
.sidebar_menu_icon {
  float: right;
}

/* line 7764, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_field div.description_block.expandable_description_block {
  max-height: 300px;
}

/* line 7768, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_field div.description_block.initial_description_block {
  max-height: initial;
}

/* line 7772, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_field div.description_block {
  overflow: hidden;
  transition: max-height 0.5s;
  margin-bottom: 10px;
}

/* line 7778, app/assets/stylesheets/theme/theme.scss.erb */
.show_more_description {
  display: none;
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
  cursor: pointer;
  align-items: center;
}

/* line 7787, app/assets/stylesheets/theme/theme.scss.erb */
.show_more_description > a {
  margin-right: 10px;
}

/* line 7791, app/assets/stylesheets/theme/theme.scss.erb */
.show_more_description:hover, .show_more_description:hover > * {
  color: #6c1904;
}

/* line 7795, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_fielddiv.description_block.expandable_description_block {
  max-height: 300px;
}

/* line 7799, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_fielddiv.description_block.initial_description_block {
  max-height: initial;
}

/* line 7803, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_fielddiv.description_block {
  overflow: hidden;
  transition: max-height 0.5s;
  margin-bottom: 10px;
}

/* EMAIL TEMPLATES */
/* line 7811, app/assets/stylesheets/theme/theme.scss.erb */
.email_templates-view #record_text {
  width: 700px;
  height: 350px;
}

/* line 7816, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold li.form-element.no_upper_margin dd {
  margin-top: 0;
}

/* line 7820, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold li.form-element.no_upper_margin dt {
  padding: 0;
}

/* line 7824, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold label.mce_button_group_label {
  width: 100%;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ced4da;
}

/* line 7831, app/assets/stylesheets/theme/theme.scss.erb */
.mce_button_group.data_buttons {
  border: 1px solid #C0C0C0;
  border-bottom: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 7839, app/assets/stylesheets/theme/theme.scss.erb */
.mce_button {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  margin: 2px 2px 3px 2px;
  outline: 0;
  overflow: hidden;
  padding: 5px;
  text-transform: none;
  width: auto;
  cursor: pointer;
}

/* line 7862, app/assets/stylesheets/theme/theme.scss.erb */
.mce_button:hover {
  background-color: #e3e3e3;
  border-color: #ccc;
}

/* line 7867, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.mce_block {
  margin-bottom: 0;
}

/* PERMISSIONS */
/* line 7872, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .permissions_group .checkbox_block_element {
  display: flex;
}

/* line 7876, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .permissions_group .checkbox_block_element label.checkbox_block_element_label {
  min-width: 250px;
  text-align: left;
}

/* line 7881, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .permissions_group .checkbox_block_element .checkbox_mandatory {
  margin-left: 20px;
}

/* BUTTONS GROUP */
/* line 7887, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group a.btn.btn-outline-secondary {
  border: none;
  margin: 0 !important;
}

/* line 7892, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group {
  border: 1px solid #6c757d;
  border-radius: 4px;
  margin: 5px 0;
  position: relative;
}

/* line 7899, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .deployer_tag {
  position: absolute;
  right: 0;
  border-left: 1px solid #6c757d;
  height: 100%;
  top: 0;
  padding-inline: 8px;
  vertical-align: middle;
  padding-top: 10px;
  cursor: pointer;
}

/* line 7911, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .deployer_tag:hover,
#content-wrapper .active-scaffold .buttons_group.deployed .deployer_tag,
#content-wrapper .active-scaffold .buttons_group:hover .no_link ~ .deployer_tag {
  background: #6c757d;
  color: white !important;
}

/* line 7918, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group:hover .no_link ~ .deployer_tag {
  border-color: white;
}

/* line 7920, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group:hover .deployer_tag {
  color: transparent;
  background: inherit;
}

/* line 7925, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .buttons_group_options {
  display: none;
  background: white;
  position: absolute;
  width: calc(100% + 2px);
  border: 1px solid #6c757d;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-inline: -1px;
  z-index: 1000;
  width: auto;
  white-space: nowrap;
}

/* line 7939, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group.deployed .buttons_group_options {
  display: block;
  width: 100%;
}

/* line 7944, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .buttons_group_options .buttons_group_option {
  font-family: Arial;
  display: block;
  padding: 5px 0px;
  color: #6c757d;
  font-weight: 300;
  text-align: center;
  padding-inline: 15px;
}

/* line 7954, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .buttons_group_options .buttons_group_option:hover {
  color: white;
  background: #6c757d;
}

/* TABLE LIST CALCULATIONS */
/* line 7961, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table tr.active-scaffold-calculations td[id*='calculations-total'] {
  padding: 8px 15px;
}

/* API */
/* line 7966, app/assets/stylesheets/theme/theme.scss.erb */
.api_text {
  width: 100%;
}

/* line 7970, app/assets/stylesheets/theme/theme.scss.erb */
.show-view .api_documentation_group li.form-element:not(.hidden) {
  width: 100%;
}

/* line 7974, app/assets/stylesheets/theme/theme.scss.erb */
.api_models_url {
  list-style: disc;
}

/* line 7978, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form li:not(.draggable-list-element) .api_models_url li {
  margin-bottom: 10px;
}

/* line 7982, app/assets/stylesheets/theme/theme.scss.erb */
.api_models_url li code {
  margin-left: 10px;
  color: #095751;
}

/* line 7987, app/assets/stylesheets/theme/theme.scss.erb */
span.api_and {
  color: #095751;
}

/* line 7991, app/assets/stylesheets/theme/theme.scss.erb */
.api_models_url li code > span {
  color: #98a92a;
}

/* line 7995, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section.api_documentation_group > ol.form {
  padding-left: 20px;
  border-left: 6px solid #ececec;
}

/* line 8000, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section.api_documentation_group > h5 {
  margin-bottom: 0;
}

/* line 8004, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section.api_documentation_group > ol.form > .form-element {
  padding-top: 20px !important;
}

/* line 8008, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section.api_documentation_group > ol.form > .form-element pre {
  margin-left: 20px;
}

/* line 8012, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view li.form-element dd span.show_api.update_platform_api {
  display: none;
}

/* line 8016, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view .api_documentation_group table {
  width: 100%;
}

/* line 8020, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation-view .api_table_header_element,
#content-wrapper .active-scaffold .show-view dl.api_documentation-view .api_table_category_line {
  font-weight: 600;
}

/* line 8025, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation-view > dt {
  display: none;
}

/* line 8029, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation-view,
#content-wrapper .active-scaffold .show-view dl.api_documentation-view table {
  width: 100%;
}

/* line 8034, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation_group-view.api_documentation_group {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

/* line 8041, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation_group-view.api_documentation_group > dt {
  flex-basis: 30px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}

/* line 8047, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation_group-view.api_documentation_group > dt > label {
  color: black;
  margin-top: 20px;
  font-size: 1.5rem;
  text-align: left !important;
}

/* line 8054, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .api_documentation_group table > thead > tr > th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none;
  font-size: 0.98rem;
}

/* line 8061, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .api_documentation_group table > tbody > tr.even-record {
  background-color: #f2f6fb;
}

/* line 8065, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .api_documentation_group table > tbody > tr > td {
  padding: 11px 15px;
  vertical-align: top;
  font-size: 0.98rem;
  border: none;
  color: #212529;
  padding-inline: 15px !important;
  padding-block: 0px !important;
  vertical-align: middle;
}

/* line 8076, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section.api_documentation_group .visibility-toggle {
  display: inline !important;
  text-align: right;
  width: 100%;
  position: absolute;
  left: 0;
  height: 27px;
}

/* line 8085, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section.api_documentation_group h5.api_table_category_line {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

/* line 8090, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .api_documentation-view > dt > label {
  display: none;
}

/* LISTADO CALENDAR */
/* line 8096, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table tr:not(.fc-list-heading) {
  background-color: #0056b30d;
}

/* line 8100, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .fc-list-heading + tr:not(.fc-list-heading) td {
  padding-top: 5px !important;
}

/* line 8104, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table td {
  border: none !important;
  padding-block: 0;
}

/* line 8109, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-heading td {
  font-weight: normal;
  font-family: Arial;
  background-color: transparent;
  color: #3c3c3c;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.3rem;
  border-bottom: 4px solid #b1b1b1 !important;
}

/* line 8120, app/assets/stylesheets/theme/theme.scss.erb */
span.event_time {
  font-family: 'Roboto';
  font-weight: 300;
}

/* line 8125, app/assets/stylesheets/theme/theme.scss.erb */
button.fc-changeYearButton-button.btn.btn-primary:hover {
  text-decoration: underline;
}

/* line 8129, app/assets/stylesheets/theme/theme.scss.erb */
button.fc-changeYearButton-button.btn.btn-primary:focus, button.fc-changeYearButton-button.btn.btn-primary:active {
  box-shadow: none !important;
}

/* line 8131, app/assets/stylesheets/theme/theme.scss.erb */
button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 0;
  background: none !important;
  border: none !important;
  color: #007bff !important;
  display: none !important;
}

/* line 8139, app/assets/stylesheets/theme/theme.scss.erb */
div#content-wrapper.calendar_action {
  padding-bottom: 10px !important;
}

/* line 8143, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-center h2 {
  display: flex;
}

/* line 8147, app/assets/stylesheets/theme/theme.scss.erb */
.year_selector_block {
  display: none;
}

/* line 8151, app/assets/stylesheets/theme/theme.scss.erb */
.fc-center .select-wrapper {
  margin-left: 10px !important;
}

/* line 8154, app/assets/stylesheets/theme/theme.scss.erb */
.fc-center .year_selector_block {
  display: inline-block;
  margin-left: 10px;
}

/* line 8159, app/assets/stylesheets/theme/theme.scss.erb */
.fc-center:hover button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 1 !important;
}

/* line 8163, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.fc-today-button.btn.btn-primary {
  margin-left: 10px !important;
}

/* line 8167, app/assets/stylesheets/theme/theme.scss.erb */
.hide_year_selector {
  visibility: hidden;
}

/* line 8171, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn {
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
}

/* line 8176, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn:hover {
  color: #fff !important;
}

/* line 8180, app/assets/stylesheets/theme/theme.scss.erb */
.fc-toolbar .fc-left {
  float: left;
  display: inline-flex;
}

/* line 8185, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 8189, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.btn.btn-primary:not(.fc-month-button) {
  margin-left: 0;
}

/* line 8193, app/assets/stylesheets/theme/theme.scss.erb */
button.fc-month-button.btn.btn-primary {
  margin-right: 10px;
}

/* line 8197, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.fc-listDay-button.btn.btn-primary {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 8202, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.fc-listMonth-button.btn.btn-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 8207, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.fc-listWeek-button.btn.btn-primary {
  border-radius: 0 !important;
}

/* line 8211, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.btn.btn-primary.active {
  background-color: #004895;
}

/* line 8214, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: none;
}

/* line 8218, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-list-table .calendar_tag:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
}

/* line 8223, app/assets/stylesheets/theme/theme.scss.erb */
.fc .fc-list-table {
  max-width: 1200px;
  margin-inline: auto;
}

/* line 8228, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag label {
  color: black;
  background: transparent;
  width: 100%;
  padding-block: 7px;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
}

/* line 8238, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag code {
  padding: 0;
  border-radius: 0;
  background: inherit;
}

/* line 8244, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table span.task_status_calendar_tag {
  width: 34px;
  padding-block: 9px;
}

/* line 8249, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table span.task_status_calendar_tag.normal_agenda_span {
  padding-block: 15px;
}

/* line 8253, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .event.calendar_tag code > span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 8261, app/assets/stylesheets/theme/theme.scss.erb */
li.checkbox_block_title > h6 {
  display: flex;
}

/* line 8265, app/assets/stylesheets/theme/theme.scss.erb */
a.load-embedded {
  color: inherit;
  font-size: 14px;
  pointer-events: none;
}

/* line 8271, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record.even-record > td {
  background-color: inherit;
}

/* line 8275, app/assets/stylesheets/theme/theme.scss.erb */
.disk_space span.disk_space_bar_box {
  width: 100%;
  background: #ffffff26;
  bottom: 5px;
}

/* line 8281, app/assets/stylesheets/theme/theme.scss.erb */
.disk_space span.disk_space_bar {
  display: block;
  height: 5px;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  min-width: 1%;
  left: 0;
}

/* line 8291, app/assets/stylesheets/theme/theme.scss.erb */
.capitalize_text {
  text-transform: capitalize;
}

/* MARKED */
/* line 8295, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.as_marked-column.in_place_editor_field {
  width: 15px !important;
  min-width: 15px !important;
  padding-right: 0 !important;
}

/* line 8301, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions li.bulk_actions-filter_group.filter_dropdown {
  float: left !important;
  left: 0;
  top: 0;
  right: initial;
}

/* line 8308, app/assets/stylesheets/theme/theme.scss.erb */
div.folder-box.followed-folder > .cfile_icon, .div.folder-box.followed-folder > .cfile_icon:before,
div.icon_cfile_view div.folder-box.followed-folder > .cfile_icon > span.cfile_extension {
  color: #214a94;
}

/* line 8313, app/assets/stylesheets/theme/theme.scss.erb */
div.folder-box.followed-folder.selected > .cfile_icon, .folder-box.followed-folder.selected .cfile_icon:before {
  color: #18356a !important;
}

/* DYNAMIC THEME CONFIGURATION IN config/enviroments_config.yml */
/* APP */
/* line 8320, app/assets/stylesheets/theme/theme.scss.erb */
.bg-primary {
  background: #93b9e2 !important;
}

/* line 8321, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message {
  background: white;
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 8325, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message, .table .messages-container .filtered-message .reset a {
  color: black !important;
}

/* line 8328, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb-item.active, li.breadcrumb-item.folder-box.folder_control.active {
  color: #214a94;
}

/* line 8329, app/assets/stylesheets/theme/theme.scss.erb */
.turbolinks-progress-bar {
  background-color: #214a94;
}

/* links */
/* line 8332, app/assets/stylesheets/theme/theme.scss.erb */
a {
  color: #007bff;
}

/* line 8333, app/assets/stylesheets/theme/theme.scss.erb */
.link_select select {
  color: #007bff;
}

/* line 8334, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel {
  color: #007bff;
}

/* line 8335, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset a {
  color: #007bff;
  opacity: 0.5;
}

/* line 8339, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset a:hover {
  opacity: 1;
}

/* line 8340, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  background: #007bff !important;
}

/* line 8342, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  color: #007bff !important;
}

/* line 8343, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  color: white !important;
}

/* line 8347, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions a,
#content-wrapper .active-scaffold tr.record td.actions div {
  color: #007bff;
}

/* line 8352, app/assets/stylesheets/theme/theme.scss.erb */
.btn-link {
  color: #007bff;
}

/* line 8356, app/assets/stylesheets/theme/theme.scss.erb */
.btn-link:hover {
  color: #214a94;
}

/* line 8360, app/assets/stylesheets/theme/theme.scss.erb */
.virtual_folder .folder-box-icon, .virtual_folder .folder-box-icon:before {
  background-color: #93b9e2;
}

/* line 8364, app/assets/stylesheets/theme/theme.scss.erb */
div.folder-box.followed-folder > .cfile_icon, .div.folder-box.followed-folder > .cfile_icon:before,
div.icon_cfile_view div.folder-box.followed-folder > .cfile_icon > span.cfile_extension {
  color: #214a94;
}

/* line 8369, app/assets/stylesheets/theme/theme.scss.erb */
div.folder-box.followed-folder.selected > .cfile_icon, .folder-box.followed-folder.selected .cfile_icon:before {
  color: #18356a !important;
}

/* WYSIWYG */
/* line 8375, app/assets/stylesheets/theme/theme.scss.erb */
.tox .tox-tbtn {
  cursor: pointer;
}

/* line 8379, app/assets/stylesheets/theme/theme.scss.erb */
.tox .tox-edit-area {
  cursor: text;
}

/* hover */
/* line 8384, app/assets/stylesheets/theme/theme.scss.erb */
a:hover, .general_label.current a {
  color: #214a94;
}

/* line 8385, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.current a:hover + .post_content_general_label_icon {
  color: #214a94;
}

/* line 8386, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.current a:hover {
  opacity: 0.7;
}

/* line 8387, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-item.active, .dropdown-item:active, .disk_space span {
  background-color: #214a94;
}

/* line 8388, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold-header .actions a:hover, #content-wrapper .active-scaffold-header .actions a.current {
  color: #214a94 !important;
}

/* line 8389, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel:hover {
  color: #214a94;
}

/* line 8390, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox label:hover {
  color: #214a94;
}

/* line 8391, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .actions a:hover {
  color: #214a94 !important;
}

/* line 8392, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .active {
  color: #214a94 !important;
}

/* line 8393, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul li a.active, .folder-controls .folder-controls-breadcrumb code {
  color: #214a94 !important;
  font-weight: 600;
}

/* line 8394, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn:hover {
  color: #214a94 !important;
}

/* colores de cosas */
/* line 8398, app/assets/stylesheets/theme/theme.scss.erb */
.show_more_description {
  color: #007bff !important;
}

/* line 8402, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate,
.comment-box ul li header,
.more_info_sending_link,
a.reply_sending_link {
  color: #007bff;
}

/* line 8409, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate:hover {
  color: #214a94;
}

/* line 8413, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate.current {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #fff;
}

/* line 8419, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5:hover,
.sub-section > h5:hover .hide-section-icon {
  color: #214a94 !important;
}

/* buttons */
/* line 8426, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold a.btn.btn-secondary.assm_button:hover {
  opacity: 0.7;
  border-color: transparent !important;
}

/* line 8431, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn-primary,
#content-wrapper .active-scaffold .submit {
  color: #fff;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

/* line 8438, app/assets/stylesheets/theme/theme.scss.erb */
.btn-outline-primary,
#content-wrapper .active-scaffold .btn-outline-primary:not(.file_label) {
  border-color: #007bff !important;
}

/* line 8443, app/assets/stylesheets/theme/theme.scss.erb */
.btn-outline-primary:hover,
#content-wrapper .active-scaffold .actions .btn-outline-primary:hover,
#content-wrapper .active-scaffold .submit:hover {
  color: #fff !important;
}

/* line 8449, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn-primary:hover, .as_create_another:hover, .btn-primary:hover {
  background-color: #0062cc !important;
  border-color: #0062cc !important;
}

/* line 8454, app/assets/stylesheets/theme/theme.scss.erb */
.multiple_file_button {
  margin-top: 5px;
  width: 100%;
}

/* line 8459, app/assets/stylesheets/theme/theme.scss.erb */
.file_actions {
  padding: 10px;
}
/* CSS SI LA CABECERA ES CLARA */
/* line 4, app/assets/stylesheets/theme/dark_theme.css.scss */
.dark-theme #header.navbar .btn-transparent,
.dark-theme #header.navbar > *.custom_header_new_button {
  color: #363635;
  border-color: #363635 !important;
}

/* line 10, app/assets/stylesheets/theme/dark_theme.css.scss */
.dark-theme #header.navbar .text-white {
  color: #363635 !important;
}

/* line 14, app/assets/stylesheets/theme/dark_theme.css.scss */
.dark-theme #header.navbar .app-name .app_version {
  color: #363635 !important;
}

/* line 18, app/assets/stylesheets/theme/dark_theme.css.scss */
.dark-theme #header.navbar > *.btn-group,
.dark-theme #header.navbar > *.custom_header_new_button {
  border-color: #36353580;
}

/* line 23, app/assets/stylesheets/theme/dark_theme.css.scss */
.dark-theme #header.navbar .input_group input#general_search {
  border-color: #36353580 !important;
}

/* line 27, app/assets/stylesheets/theme/dark_theme.css.scss */
.dark-theme #header.navbar .notifications .icon-wrapper i {
  color: #363635 !important;
}

/* line 31, app/assets/stylesheets/theme/dark_theme.css.scss */
.dark-theme #header.navbar .user-menu .img-wrapper {
  border-color: #36353580 !important;
}
@charset "UTF-8";
/* MEDIA QUERIES */
@media screen and (max-width: 1750px) {
  /* line 1268, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.sidebar-hidden):not(.aside-hidden) li.sub-section ol.form li.form-element,
html:not(.sidebar-hidden):not(.aside-hidden) li.sub-section > ol.form li.form-element.jump_line + li.form-element,
html:not(.sidebar-hidden):not(.aside-hidden) #overlay-container ol.form li.form-element.jump_line + li.form-element,
html:not(.sidebar-hidden):not(.aside-hidden) #content-wrapper .active-scaffold .show-view dl.jump_line + dl
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    width: 100% !important;
  }
  /* line 1275, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.sidebar-hidden):not(.aside-hidden) #content-wrapper .active-scaffold .show-view li.form-element dd span, html:not(.sidebar-hidden):not(.aside-hidden) #content-wrapper .active-scaffold .show-view .view_show_columns dl:not(.column_subform) dd > span {
    line-height: 2;
  }
}

@media screen and (max-width: 1550px) {
  /* line 1283, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.sidebar-hidden) li.sub-section ol.form li.form-element,
html:not(.sidebar-hidden) li.sub-section > ol.form li.form-element.jump_line + li.form-element,
html:not(.sidebar-hidden) #overlay-container ol.form li.form-element.jump_line + li.form-element,
html:not(.sidebar-hidden) #content-wrapper .active-scaffold .show-view dl.jump_line + dl
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    width: 100% !important;
  }
}

@media screen and (max-width: 1450px) {
  /* line 1294, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .show_action aside.actions_bar .btn {
    padding-block: 2px;
  }
  /* line 1299, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.aside-hidden) li.sub-section ol.form li.form-element,
html:not(.aside-hidden) li.sub-section > ol.form li.form-element.jump_line + li.form-element,
html:not(.aside-hidden) #overlay-container ol.form li.form-element.jump_line + li.form-element,
html:not(.aside-hidden) #content-wrapper .active-scaffold .show-view dl.jump_line + dl
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  /* line 2, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .update-view .sub-section li.form-element.checkbox > dl, .create-view .sub-section li.form-element.checkbox > dl {
    align-items: start;
  }
  /* line 6, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .show-view .form-element dt {
    flex-basis: auto;
  }
  /* line 10, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element:first-child dt {
    margin-top: 0;
  }
  /* line 14, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element dt {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
  }
  /* line 21, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .fr-box.fr-basic.fr-top {
    width: auto !important;
  }
  /* line 25, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section[class*="data_info_"] > ol.form li.form-element,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl,
ol.form.custom_field_as_block .form-element {
    width: 100%;
  }
  /* line 31, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form li.form-element.jump_line + li.form-element, #overlay-container ol.form li.form-element.jump_line + li.form-element, #content-wrapper .active-scaffold .show-view dl.jump_line + dl {
    width: 100% !important;
  }
  /* line 34, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form li.form-element.jump_line, #overlay-container ol.form li.form-element.jump_line, #content-wrapper .active-scaffold .show-view dl.jump_line {
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 39, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form li.form-element.blank_left:nth-child(odd), #overlay-container ol.form li.form-element.blank_left:nth-child(odd), #content-wrapper .active-scaffold .show-view dl.blank_left:nth-child(odd) {
    width: 100% !important;
    margin-left: 0;
  }
  /* line 44, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .update-view .form .form-element dl,
.update-view .sub-section .form-element dl,
.create-view .form .form-element dl,
.create-view .sub-section .form-element dl,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    flex-direction: column;
  }
  /* line 52, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form .form-element dt,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt,
.inline-adapter ol.form li dl dt {
    flex-basis: auto;
  }
  /* line 58, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .show-view > h4 {
    font-size: 2rem;
    margin-left: 0;
    width: 100%;
  }
  /* line 64, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form .form-element dt > label,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt label,
#content-wrapper .active-scaffold label,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form.show_add_new_structure > h5,
.inline-adapter ol.form li dl dt {
    text-align: left !important;
  }
  /* line 72, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .show-view li.form-element dd span,
#content-wrapper .active-scaffold .show-view .view_show_columns dl:not(.column_subform) dd > span {
    /*padding-left: 0;*/
    line-height: 2;
  }
  /* line 78, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .as_form.search .form-element dl {
    display: block;
  }
  /* line 82, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .form .form-element dl,
.sub-section .form-element dl,
.sub-section .sub-form tr,
.sub-section.sub-form tr,
.sub-section .sub-form .level-sub-form,
.sub-section .sub-form .relation_box,
.sub-form.horizontal-sub-form dl,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    flex-direction: column;
  }
  /* line 93, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .update-view dl dt,
.create-view dl dt {
    flex-basis: auto;
  }
  /* line 98, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .custom_field_as_block {
    padding-left: 20px;
  }
  /* line 102, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header .input_group .btn.general_search_type span {
    display: none;
  }
  /* line 106, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header .input_group .btn.general_search_type i {
    margin-right: 0;
  }
}

@media screen and (max-width: 950px) {
  /* old < 1200px */
  /* OVERLAY */
  /* line 117, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .withOverlay .elementWithOverlay {
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    transform: none;
    z-index: 1000000000;
  }
  /* line 126, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#overlay-container .active-scaffold .as_form > ol.form {
    padding-inline: 15px;
  }
  /* line 130, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .withOverlay .elementWithOverlay .general_label.full_with_label {
    margin: 0;
  }
  /* CABECERA */
  /* line 135, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .send_selected-filter_btn,
.upload_xls {
    display: none;
  }
  /* line 140, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .active-scaffold-header .actions .full-group ul {
    display: flex;
    position: relative;
    top: 35px;
  }
  /* line 146, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#content-wrapper > h2 {
    margin-top: 10px;
    margin-inline: 15px;
  }
  /* line 151, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper.div > h2.general_label.full_with_label {
    width: auto;
  }
  /* line 155, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section[class*="data_info_"] > ol.form {
    border-left-color: transparent;
    margin-inline: 5px;
  }
  /* line 160, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.sub-section > h5 {
    margin-inline: 15px;
  }
  /* line 164, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .sub-form {
    padding-left: 0;
  }
  /* line 168, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form .associated-record,
li.sub-section > ol.form {
    border-left: 0;
  }
  /* line 173, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form .general_label.collapsable {
    padding: 5px 20px;
  }
  /* line 177, app/assets/stylesheets/theme/theme_responsive.css.scss */
  ol.breadcrumb {
    margin-left: 15px;
    margin-top: 10px;
  }
  /* line 182, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block ol.breadcrumb {
    margin-left: 0;
  }
  /* LISTADOS */
  /* line 188, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hide_in_high_res {
    display: table-cell !important;
  }
  /* line 192, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold table th[class*='column_heading']:not(.show_in_low_res):not(.actions),
#content-wrapper .active-scaffold table td[class*='-column']:not(.show_in_low_res):not(.actions),
#content-wrapper .active-scaffold table th[class*='column_heading']:not(.show_in_low_res):not(.actions):not(:first-child),
#content-wrapper .active-scaffold table td[class*='-column']:not(.show_in_low_res):not(.actions):not(:first-child) {
    display: none !important;
  }
  /* line 199, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold table th.show_in_low_res {
    width: 100%;
  }
  /* line 203, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold table th.actions {
    width: 20%;
    text-align: right;
  }
  /* line 208, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold input.text-input,
#content-wrapper .active-scaffold select {
    height: auto !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    color: #666 !important;
    padding: .375rem .75rem !important;
  }
  /* line 217, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section[class*="data_info_"] {
    padding: 10px !important;
  }
  /* line 222, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .sub-form.vertical-sub-form.column_subform.customer-sub-form .footer-wrapper .footer {
    left: 70px;
  }
  /* line 226, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > h5,
#content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > h5 {
    text-align: left !important;
  }
  /* LISTADOS AVANZADOS */
  /* line 233, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 238, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block .btn-outline-secondary {
    margin: 0;
  }
  /* line 242, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block a.btn.btn-outline-secondary.move_list_element {
    width: 195px;
  }
  /* line 246, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block .checkbox_list_recordselect {
    margin-bottom: 15px;
  }
  /*@media screen and (max-width: 800px) {*/
  /* line 253, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .index_action .content-width {
    padding-inline: 0px;
  }
  /* line 257, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select-container {
    z-index: 10000;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }
  /* line 263, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden #main-wrapper {
    margin-left: 0;
  }
  /* line 267, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden #main-wrapper #sidebar {
    width: 0;
  }
  /* line 271, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html #main-wrapper #sidebar + #content-wrapper {
    padding: 0;
    /* max-width: 100%; */
  }
  /*
    .turbolink_cover_box {
        position: fixed;
        height: 100%;
        width: 100%;
        background: black;
        z-index: 99;
        opacity: 0.4;
        display: block;
    }
    */
  /* line 287, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden .turbolink_cover_box {
    display: none;
  }
  /* line 291, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar {
    z-index: 100000;
  }
  /* line 295, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html #main-wrapper #sidebar + #content-wrapper {
    max-width: 100%;
  }
  /* line 299, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .as_content > table > thead > tr > th:not(.show_in_low_res),
.active-scaffold .as_content > table > tbody > tr > td:not(.show_in_low_res) {
    display: none !important;
  }
  /* line 304, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .as_content th.name-column,
.active-scaffold .as_content td.name-column,
.active-scaffold .as_content th.title-column,
.active-scaffold .as_content td.title-column,
.active-scaffold .as_content th.email-column,
.active-scaffold .as_content td.email-column {
    display: table-cell !important;
  }
  /* line 313, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .as_content th.actions,
.active-scaffold .as_content td.actions {
    display: table-cell !important;
  }
  /* line 318, app/assets/stylesheets/theme/theme_responsive.css.scss */
  a#sidebar-toggle {
    position: fixed;
    z-index: 1000000;
  }
  /* line 324, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden div#sidebar-toggle {
    background-image: url(/menu_white.svg);
  }
  /* line 328, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#sidebar-toggle:hover {
    opacity: 0.6;
  }
  /* line 332, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden #sidebar-toggle .fal.fa-chevron-left,
#sidebar-toggle .fal.fa-user-shield {
    display: none;
  }
  /* line 337, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .sidebar-hidden #main-wrapper #content-wrapper.has-aside {
    padding-right: 15px;
  }
  /* LIST FILTERS */
  /* line 343, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.group_for_low_res.close_on_click_outside {
    list-style: none;
    background-color: transparent;
    background-image: none;
    font-family: Arial;
    font-weight: 400;
    display: inline-block;
    padding: 0.375rem 0.75rem;
  }
  /* line 353, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu:after {
    content: '▼';
    line-height: 1;
    vertical-align: middle;
    margin-left: 5px;
  }
  /* line 360, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu::-moz-selection {
    color: inherit;
  }
  div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu::selection {
    color: inherit;
  }
  /* line 364, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.filter_show_actions_list.group_for_low_res.close_on_click_outside > div.dropdown-menu:after {
    content: '▲';
  }
  /* line 368, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res,
.hover_list_action.group_for_low_res {
    cursor: pointer;
    margin: 0;
    position: relative;
    background: #e7e7e7;
    border-radius: 4px;
    margin-block: 5px;
  }
  /* line 378, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hover_list_action.group_for_low_res:hover {
    background: lightgray;
  }
  /* line 382, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hover_list_action.group_for_low_res:before {
    color: #919191;
  }
  /* line 386, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hover_list_action.group_for_low_res:hover:before {
    color: #565656;
  }
  /* line 390, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res:hover {
    background: lightgray;
  }
  /* line 394, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res:before {
    color: #919191;
  }
  /* line 398, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res:hover:before {
    color: #565656;
  }
  /* line 402, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res .actions,
.hover_list_action.group_for_low_res .actions {
    color: transparent !important;
    text-align: center;
    position: relative;
  }
  /* line 409, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hover_list_action.group_for_low_res > ul.show_actions_list,
.dashboard_box span.dashboard_module_actions.hover_list_action > ul.show_actions_list,
.filter_dropdown.group_for_low_res > ul.show_actions_list {
    list-style-type: none;
    margin: 0;
    padding-block: 0.5rem;
    position: absolute;
    display: block;
    min-width: 150px;
    z-index: 10000;
    border: 1px solid #dee2e6;
    margin-top: 5px;
    background: white;
    right: 10px;
  }
  /* line 425, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res + table,
.hover_list_action.group_for_low_res + table {
    float: none;
  }
  /* line 430, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res > ul,
.hover_list_action.group_for_low_res > ul {
    display: none;
    padding: 0;
    margin: 0;
  }
  /* line 437, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res > ul > div > li,
.hover_list_action.group_for_low_res > ul > div > li {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  /* line 445, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.98rem;
  }
  /* line 459, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a.destroy:hover {
    color: #e44141 !important;
  }
  /* line 463, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res .dropdown-menu.filter {
    display: block;
  }
  /* line 467, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  /* line 473, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .active-scaffold-header .actions .full-group ul {
    display: none;
  }
  /* line 477, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold form.as_form.search li.form-element dd {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 483, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .as_form.search li.form-element {
    width: 100% !important;
    margin-right: 0;
  }
  /* line 488, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .as_form.search ol.form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 495, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold-header {
    margin-inline: 22px;
  }
  /* line 499, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold-footer {
    margin-inline: 15px;
  }
  /* } */
  /* line 512, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.app-login .login-block {
    background: transparent;
    left: 50%;
  }
  /* line 519, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .deployed .open_in_overlay_div.actions {
    display: block;
  }
  /* line 523, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select-container {
    z-index: 10000000000000 !important;
  }
  /* line 528, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.sub-section > h5 {
    background-color: #f7f7f7;
    padding-left: 10px;
  }
  /* line 533, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons .btn {
    background-color: #fff;
  }
  /* line 537, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .withOverlay .elementWithOverlay {
    border-radius: 0;
  }
  /* line 541, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #overlay-container div#content-wrapper > h2 {
    margin: 0;
    padding-inline: 15px;
  }
  /* line 546, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside #auto_insert_buttons {
    display: none;
  }
  /* line 550, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form,
#content-wrapper .active-scaffold .sub-section .sub-form-record > ol.association-record,
#content-wrapper .active-scaffold .show-view .view_show_columns {
    margin-inline: 15px;
    padding-inline: 5px;
  }
  /* line 557, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .upgraded_show_list .active-scaffold .active-scaffold-header .actions {
    right: 0;
  }
  /* line 561, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .show_search-view form li.form-element dd > span.search_range input {
    height: 34px;
  }
  /* line 566, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .label_list_view_record .general_label .content_icons_block,
.label_list_view_record .general_label .general_label_model_icon {
    bottom: 0;
  }
  /* line 571, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .general_label.full_with_label {
    width: auto;
  }
  /* line 575, app/assets/stylesheets/theme/theme_responsive.css.scss */
  h2 a.general_label_icon.toggle_featured_model {
    position: relative;
    left: 4px;
  }
  /* line 580, app/assets/stylesheets/theme/theme_responsive.css.scss */
  h2 a.general_label_icon.toggle_featured_model,
.label_list_view_record a.general_label_icon.toggle_featured_model {
    margin-right: 6px !important;
    margin-left: 10px;
  }
  /* line 586, app/assets/stylesheets/theme/theme_responsive.css.scss */
  a.general_label_icon.toggle_featured_model,
.label_list_view_record a.general_label_icon.toggle_featured_model {
    padding-right: 0;
    margin-inline: 0 !important;
  }
  /* line 592, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #label_list_view_block .label_list_view_record span.general_label_icon.general_label_model_icon {
    padding: 17px;
    font-size: 20px;
  }
  /* line 597, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #label_list_view_block .label_list_view_record .left_border.general_label {
    padding: 14px 5px;
    min-height: 53px;
  }
  /* line 602, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #label_list_view_block .label_list_view_record .left_border.general_label.with_general_label_model_icon {
    border-left: none;
  }
  /* line 606, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .show_log-filter_btn.filter-btn.nav.navbar-nav.btn-group,
.index-filter_btn.filter-btn.nav.navbar-nav.btn-group {
    left: -20px;
  }
  /* line 611, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .new-filter_btn.filter-btn.nav.navbar-nav.btn-group {
    right: -7px;
  }
  /* line 615, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu {
    display: flex;
    position: relative;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: right;
    justify-content: flex-end;
  }
  /* line 627, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .active-scaffold-header .actions .full-group ul.show_actions_list {
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
  }
  /* line 635, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #label_list_view_block .label_list_view_record .filter_dropdown.action_group,
#label_list_view_block .label_list_view_record .hover_list_action.action_group {
    padding: 16px 17px 17px;
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 643, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .action_group li a.btn {
    width: 100%;
    border-color: transparent;
    text-align: left;
  }
  /* line 649, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .tooltip {
    display: none;
  }
  /* line 655, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #footer #sidebar-toggle {
    left: 15px;
    opacity: 1;
  }
  /* line 660, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.aside-hidden div#content-wrapper.has-aside + #aside-toggle {
    z-index: 1000000;
  }
  /* line 664, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#content-wrapper.has-aside + #aside-toggle {
    right: 15px;
    z-index: 1000000;
  }
  /* line 669, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .aside-hidden #aside-toggle,
.sidebar-hidden #sidebar-toggle {
    border: none;
    bottom: 10px !important;
  }
  /* line 675, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .aside-hidden #aside-toggle i,
.sidebar-hidden #sidebar-toggle i {
    color: #333 !important;
  }
  /* line 680, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #sidebar-toggle,
#aside-toggle {
    position: initial;
  }
  /* line 685, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #sidebar-toggle .icon.open,
#aside-toggle .fal.fa-cog {
    display: inline;
    color: #333;
  }
  /* line 691, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #sidebar-toggle .icon.closed,
.has-aside + #aside-toggle .fal.fa-chevron-right {
    display: none;
  }
  /* line 696, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .form_action_delete_footer {
    bottom: 50px;
  }
  /* line 699, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .form_action_delete_footer a {
    width: 100%;
  }
  /* line 704, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: 15px;
  }
  /* line 712, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .fc-toolbar .fc-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  /* line 721, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .calendar_filter_title {
    width: 96%;
  }
  /* line 726, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    min-height: 55px;
    background-color: #ededed !important;
    justify-content: space-between;
    padding-block: 0;
    padding-right: 0;
  }
  /* line 737, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #aside-toggle {
    z-index: 1000000;
  }
  /* line 741, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer div#content-wrapper.has-aside + #aside-toggle {
    z-index: 1000000;
  }
  /* line 745, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_icon_menu {
    display: inline-flex;
    position: relative;
    left: 50px;
    font-size: 25px;
    max-height: 35px;
    text-align: center;
    justify-content: space-between;
    width: 100%;
  }
  /* line 756, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_link {
    border: none;
    box-shadow: none;
    font-size: 25px;
    border-radius: 6px;
    padding: 30px;
    background-color: transparent;
    color: #333;
    display: flex;
    max-height: 35px;
    max-width: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  /* line 772, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_special_icon {
    border-left: 4px solid #cacaca2b;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: initial;
    width: 80px;
    height: 60px;
  }
  /* line 782, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_special_icon a.custom_header_new_button {
    min-width: initial;
    color: #333 !important;
    border: 0 !important;
    max-height: 35px;
    max-width: 40px;
    font-size: 25px;
    border-radius: 6px;
    padding: 0;
  }
  /* line 793, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_special_icon a span,
div#footer .footer_special_icon button span {
    display: none;
  }
  /* line 796, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button {
    display: flex;
    background: transparent;
  }
  /* line 800, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button button {
    color: #333 !important;
    border: 0 !important;
    max-height: 35px;
    max-width: 40px;
    font-size: 25px;
    border-radius: 6px;
    padding: 0;
  }
  /* line 810, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button .dropdown-menu.show {
    width: 101%;
    position: fixed;
    left: -1px;
    bottom: 57px;
    border-radius: 0;
    padding-block: 0;
    padding-top: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out;
    background-color: #f8f9fa !important;
  }
  /* line 825, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button .dropdown-menu.show li a {
    min-height: 50px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    color: #444;
    font-family: Arial;
    font-weight: 400;
    font-size: 0.875em !important;
  }
  /* line 836, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button .dropdown-menu.show li:last-child a.dropdown-item {
    border-bottom: none;
  }
  /* line 842, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button .dropdown-toggle-split {
    display: none;
  }
  /* line 849, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #calendar .fc-toolbar .fc-defaultCalendarButton-button,
#calendar .fc-toolbar #listagendaViewSelectorBlock button {
    display: none;
  }
  /* line 854, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .form_action_delete_footer {
    position: relative;
    bottom: initial;
    border-top: 1px solid lightgrey;
  }
  /* line 860, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside aside div.form_action_delete_footer .destroy.as_action {
    float: left;
  }
  /* line 865, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .tox .tox-editor-header > .tox-toolbar--scrolling, .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
    background-image: none;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 871, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#cached_files_block div#cached_files_block {
    padding-inline: 0;
  }
  /* line 875, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#cfile_actual_folder_selector .cfile_icon {
    margin-left: 5px;
  }
  /* line 879, app/assets/stylesheets/theme/theme_responsive.css.scss */
  span.file-box-label {
    margin-top: 5px;
  }
  /* line 884, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .file-box,
#cached_files_block .folder-box:not(.breadcrumb-item) {
    width: calc(50% - 20px) !important;
    background: #f1f1f173;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  /* line 893, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .cfile_icon > span.fas.actions_cicon {
    bottom: initial;
    top: -11px;
    right: -80px;
    font-size: 20px !important;
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  /* line 907, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_cfile_view .cfile_icon {
    font-size: 64px;
    margin-left: 0;
    position: relative;
    display: inline-flex;
  }
  /* line 914, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block span.cfile_extension {
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -60%) !important;
  }
  /* line 920, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block span.extra_folder_cicon {
    bottom: -3px;
    right: -10px;
  }
  /* line 926, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_name-column .folder-box, #cached_files_block .icon_name-column .file-box {
    background: transparent !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 5px !important;
    position: relative;
    left: 10px;
  }
  /* line 935, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_name-column .cfile_icon > span.fas.actions_cicon {
    top: -4px;
    left: -24px;
  }
  /* line 940, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_name-column span.extra_folder_cicon {
    bottom: -3px;
    right: 0;
  }
  /* line 945, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_name-column span.cfile_extension {
    left: 38% !important;
  }
}

@media screen and (max-width: 950px) and (max-width: 550px) {
  /* line 950, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .last_download-column_heading, .last_download-column {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  /* line 958, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header.navbar .app-name {
    min-width: inherit !important;
    flex-direction: column;
    position: absolute;
  }
  /* line 964, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header.navbar .app-name .app_version {
    width: auto !important;
  }
  /* line 968, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header.navbar .input_group {
    display: none;
  }
  /* line 972, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header #new_dropdown_button,
#header .custom_header_new_button {
    display: none;
  }
  /* line 977, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside aside,
.form_action_delete_footer {
    width: 100%;
  }
  /* line 982, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#content-wrapper.has-aside + #aside-toggle {
    right: 200px;
  }
  /* line 986, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar {
    width: 100%;
  }
  /* line 990, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 10px;
  }
  /* line 1000, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside {
    padding-right: 260px;
  }
  /* line 1004, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside.calendar_action aside {
    padding-bottom: 0;
    bottom: 0;
    top: initial;
    height: auto;
    padding-bottom: 60px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out;
  }
  /* line 1017, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    top: initial;
    z-index: 100000000;
    padding: 15px;
    transform: translateX(0) !important;
  }
  /* line 1027, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside > div {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  /* line 1034, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside > div .btn {
    font-size: 0.98rem !important;
    width: auto;
    margin: initial;
    padding: 0.375rem 0.75rem;
  }
  /* line 1043, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar {
    height: auto;
    bottom: 0;
    padding-bottom: 32px;
    padding-top: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
  }
  /* line 1056, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside {
    height: auto;
    flex-direction: column;
    bottom: 0;
    top: initial;
    padding-top: 15px;
    padding-bottom: 55px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
  }
  /* line 1069, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.aside-hidden #main-wrapper #content-wrapper.has-aside aside,
html.sidebar-hidden #main-wrapper #sidebar {
    transform: translateY(101%);
    transition: transform 0.2s ease-in-out;
  }
  /* line 1077, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside .btn {
    background: none;
    border: none;
    text-align: left;
    color: #444;
  }
  /* line 1084, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar > ul > li:first-child > a {
    padding-top: 0;
  }
  /* line 1088, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li a:hover {
    background-color: transparent;
  }
  /* line 1092, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar > ul {
    padding: 16px;
    padding-bottom: 32px;
    overflow-y: scroll;
    display: block;
    max-height: 550px;
  }
  /* line 1100, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li ul li:last-child {
    border: none;
  }
  /* line 1104, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /* line 1108, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li a {
    margin-block: 5px;
    padding-block: 5px;
    border: none;
  }
  /* line 1114, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li a span {
    color: #444;
    font-family: Arial;
    font-weight: 400;
    font-size: 1em !important;
  }
  /* line 1121, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside .btn:hover {
    color: #444 !important;
  }
  /* line 1125, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside {
    display: flex;
    flex-direction: column;
    z-index: 1000;
  }
  /* line 1131, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside > div:not(.form_action_delete_footer) {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    max-height: calc(100% - 150px);
    overflow-y: scroll;
  }
  /* line 1139, app/assets/stylesheets/theme/theme_responsive.css.scss */
  aside .flex-row.return_to_list_block {
    display: none;
  }
  /* line 1143, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #file_aside, #fixed_file_aside {
    width: 100% !important;
    height: auto !important;
    bottom: 110px;
    bottom: 60px;
    top: initial !important;
    border-left: none !important;
    padding-bottom: 0 !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
  }
  /* line 1156, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #file_aside #files-permission-box #file_title, #file_aside #file_object_list .actions_bar #file_title, #fixed_file_aside #files-permission-box #file_title, #fixed_file_aside #file_object_list .actions_bar #file_title {
    width: 100%;
  }
  /* line 1160, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #file_aside #files-permission-box .file_footer, #file_aside #file_object_list .actions_bar .file_footer, #fixed_file_aside #files-permission-box .file_footer, #fixed_file_aside #file_object_list .actions_bar .file_footer {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  /* line 1167, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .active-scaffold-header .actions .full-group.group_for_low_res {
    display: flex;
    text-align: right;
  }
  /* line 1172, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #overlay.barOpen {
    pointer-events: all;
    opacity: 0.4;
  }
  /* line 1177, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #overlay.barOpen .loading_overlay_icon {
    display: none;
  }
  /* line 1181, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar, .footer_special_icon .dropdown-menu.show, #main-wrapper #content-wrapper.has-aside .show-view aside, #fixed_file_aside, #file_aside, .aside_calendar, div#footer {
    z-index: 1000000 !important;
  }
  /* line 1185, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.cached_files_controller) {
    padding-right: 15px !important;
  }
  /* line 1189, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold tr.record td.as_marked-column.in_place_editor_field,
th.as_marked-column_heading,
td.as_marked-column {
    display: none !important;
  }
  /* RECORDSELECT */
  /* line 1197, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select-container {
    box-shadow: none !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.15) !important;
  }
  /* line 1205, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select {
    width: 100vw !important;
  }
  /* line 1209, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select ol li.record,
.record-select ol li:not(.found) {
    padding: 10px 25px !important;
  }
  /* line 1214, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select ol {
    overflow-y: visible !important;
  }
  /* ALERTAS */
  /* line 1220, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .dropdown-menu.files-menu.dropdown-menu-end.show,
.dropdown-menu.featured_models-menu.dropdown-menu-end.show,
.dropdown-menu.alerts-menu.dropdown-menu-end.show {
    max-width: 100% !important;
  }
  /* line 1226, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .notifications.dropdown .dropdown-menu {
    position: fixed;
    z-index: 2000;
    top: 54px;
    left: 0;
    width: 100vw !important;
    max-height: calc(100vh - 56px) !important;
    height: calc(100vh - 56px) !important;
    overflow-y: auto;
  }
  /* line 1237, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .notifications.dropdown .dropdown-menu ul.list-group {
    height: calc(100vh - 149px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1243, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.ios .notifications.dropdown .dropdown-menu ul.list-group {
    height: calc(100vh - 224px);
  }
  /* line 1247, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .notifications.dropdown .dropdown-menu .card-footer {
    position: fixed;
    z-index: 110000;
    bottom: 60px;
    left: 0;
    width: 100vw;
  }
  /* line 1255, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#cached_files_block {
    padding-inline: 15px;
  }
  /* line 1259, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .cached_files-sub-form div#cached_files_block {
    padding-inline: 0;
  }
}

@media screen and (min-width: 951px) {
  /* line 1320, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version {
    /* @include low-res-styles; */
    /* old < 1200px */
    /* OVERLAY */
    /* CABECERA */
    /* LISTADOS */
    /* LISTADOS AVANZADOS */
    /*@media screen and (max-width: 800px) {*/
    /*
    .turbolink_cover_box {
        position: fixed;
        height: 100%;
        width: 100%;
        background: black;
        z-index: 99;
        opacity: 0.4;
        display: block;
    }
    */
    /* LIST FILTERS */
    /* } */
  }
  /* line 117, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .withOverlay .elementWithOverlay {
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    transform: none;
    z-index: 1000000000;
  }
  /* line 126, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#overlay-container .active-scaffold .as_form > ol.form {
    padding-inline: 15px;
  }
  /* line 130, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .withOverlay .elementWithOverlay .general_label.full_with_label {
    margin: 0;
  }
  /* line 135, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .send_selected-filter_btn,
body.mobile-version .upload_xls {
    display: none;
  }
  /* line 140, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .active-scaffold-header .actions .full-group ul {
    display: flex;
    position: relative;
    top: 35px;
  }
  /* line 146, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#content-wrapper > h2 {
    margin-top: 10px;
    margin-inline: 15px;
  }
  /* line 151, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper.div > h2.general_label.full_with_label {
    width: auto;
  }
  /* line 155, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version li.sub-section[class*="data_info_"] > ol.form {
    border-left-color: transparent;
    margin-inline: 5px;
  }
  /* line 160, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.sub-section > h5 {
    margin-inline: 15px;
  }
  /* line 164, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .sub-form {
    padding-left: 0;
  }
  /* line 168, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version li.sub-section > ol.form .associated-record,
body.mobile-version li.sub-section > ol.form {
    border-left: 0;
  }
  /* line 173, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form .general_label.collapsable {
    padding: 5px 20px;
  }
  /* line 177, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version ol.breadcrumb {
    margin-left: 15px;
    margin-top: 10px;
  }
  /* line 182, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block ol.breadcrumb {
    margin-left: 0;
  }
  /* line 188, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hide_in_high_res {
    display: table-cell !important;
  }
  /* line 192, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold table th[class*='column_heading']:not(.show_in_low_res):not(.actions),
body.mobile-version #content-wrapper .active-scaffold table td[class*='-column']:not(.show_in_low_res):not(.actions),
body.mobile-version #content-wrapper .active-scaffold table th[class*='column_heading']:not(.show_in_low_res):not(.actions):not(:first-child),
body.mobile-version #content-wrapper .active-scaffold table td[class*='-column']:not(.show_in_low_res):not(.actions):not(:first-child) {
    display: none !important;
  }
  /* line 199, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold table th.show_in_low_res {
    width: 100%;
  }
  /* line 203, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold table th.actions {
    width: 20%;
    text-align: right;
  }
  /* line 208, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold input.text-input,
body.mobile-version #content-wrapper .active-scaffold select {
    height: auto !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    color: #666 !important;
    padding: .375rem .75rem !important;
  }
  /* line 217, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version li.sub-section[class*="data_info_"] {
    padding: 10px !important;
  }
  /* line 222, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .sub-form.vertical-sub-form.column_subform.customer-sub-form .footer-wrapper .footer {
    left: 70px;
  }
  /* line 226, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > h5,
body.mobile-version #content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > h5 {
    text-align: left !important;
  }
  /* line 233, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 238, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block .btn-outline-secondary {
    margin: 0;
  }
  /* line 242, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block a.btn.btn-outline-secondary.move_list_element {
    width: 195px;
  }
  /* line 246, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block .checkbox_list_recordselect {
    margin-bottom: 15px;
  }
  /* line 253, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .index_action .content-width {
    padding-inline: 0px;
  }
  /* line 257, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .record-select-container {
    z-index: 10000;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }
  /* line 263, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden #main-wrapper {
    margin-left: 0;
  }
  /* line 267, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden #main-wrapper #sidebar {
    width: 0;
  }
  /* line 271, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html #main-wrapper #sidebar + #content-wrapper {
    padding: 0;
    /* max-width: 100%; */
  }
  /* line 287, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden .turbolink_cover_box {
    display: none;
  }
  /* line 291, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #sidebar {
    z-index: 100000;
  }
  /* line 295, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html #main-wrapper #sidebar + #content-wrapper {
    max-width: 100%;
  }
  /* line 299, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .as_content > table > thead > tr > th:not(.show_in_low_res),
body.mobile-version .active-scaffold .as_content > table > tbody > tr > td:not(.show_in_low_res) {
    display: none !important;
  }
  /* line 304, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .as_content th.name-column,
body.mobile-version .active-scaffold .as_content td.name-column,
body.mobile-version .active-scaffold .as_content th.title-column,
body.mobile-version .active-scaffold .as_content td.title-column,
body.mobile-version .active-scaffold .as_content th.email-column,
body.mobile-version .active-scaffold .as_content td.email-column {
    display: table-cell !important;
  }
  /* line 313, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .as_content th.actions,
body.mobile-version .active-scaffold .as_content td.actions {
    display: table-cell !important;
  }
  /* line 318, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version a#sidebar-toggle {
    position: fixed;
    z-index: 1000000;
  }
  /* line 324, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden div#sidebar-toggle {
    background-image: url(/menu_white.svg);
  }
  /* line 328, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#sidebar-toggle:hover {
    opacity: 0.6;
  }
  /* line 332, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden #sidebar-toggle .fal.fa-chevron-left,
body.mobile-version #sidebar-toggle .fal.fa-user-shield {
    display: none;
  }
  /* line 337, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .sidebar-hidden #main-wrapper #content-wrapper.has-aside {
    padding-right: 15px;
  }
  /* line 343, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside {
    list-style: none;
    background-color: transparent;
    background-image: none;
    font-family: Arial;
    font-weight: 400;
    display: inline-block;
    padding: 0.375rem 0.75rem;
  }
  /* line 353, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu:after {
    content: '▼';
    line-height: 1;
    vertical-align: middle;
    margin-left: 5px;
  }
  /* line 360, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu::-moz-selection {
    color: inherit;
  }
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu::selection {
    color: inherit;
  }
  /* line 364, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.filter_show_actions_list.group_for_low_res.close_on_click_outside > div.dropdown-menu:after {
    content: '▲';
  }
  /* line 368, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res,
body.mobile-version .hover_list_action.group_for_low_res {
    cursor: pointer;
    margin: 0;
    position: relative;
    background: #e7e7e7;
    border-radius: 4px;
    margin-block: 5px;
  }
  /* line 378, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hover_list_action.group_for_low_res:hover {
    background: lightgray;
  }
  /* line 382, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hover_list_action.group_for_low_res:before {
    color: #919191;
  }
  /* line 386, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hover_list_action.group_for_low_res:hover:before {
    color: #565656;
  }
  /* line 390, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res:hover {
    background: lightgray;
  }
  /* line 394, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res:before {
    color: #919191;
  }
  /* line 398, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res:hover:before {
    color: #565656;
  }
  /* line 402, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res .actions,
body.mobile-version .hover_list_action.group_for_low_res .actions {
    color: transparent !important;
    text-align: center;
    position: relative;
  }
  /* line 409, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hover_list_action.group_for_low_res > ul.show_actions_list,
body.mobile-version .dashboard_box span.dashboard_module_actions.hover_list_action > ul.show_actions_list,
body.mobile-version .filter_dropdown.group_for_low_res > ul.show_actions_list {
    list-style-type: none;
    margin: 0;
    padding-block: 0.5rem;
    position: absolute;
    display: block;
    min-width: 150px;
    z-index: 10000;
    border: 1px solid #dee2e6;
    margin-top: 5px;
    background: white;
    right: 10px;
  }
  /* line 425, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res + table,
body.mobile-version .hover_list_action.group_for_low_res + table {
    float: none;
  }
  /* line 430, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res > ul,
body.mobile-version .hover_list_action.group_for_low_res > ul {
    display: none;
    padding: 0;
    margin: 0;
  }
  /* line 437, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res > ul > div > li,
body.mobile-version .hover_list_action.group_for_low_res > ul > div > li {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  /* line 445, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.98rem;
  }
  /* line 459, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a.destroy:hover {
    color: #e44141 !important;
  }
  /* line 463, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res .dropdown-menu.filter {
    display: block;
  }
  /* line 467, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  /* line 473, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .active-scaffold-header .actions .full-group ul {
    display: none;
  }
  /* line 477, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold form.as_form.search li.form-element dd {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 483, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .as_form.search li.form-element {
    width: 100% !important;
    margin-right: 0;
  }
  /* line 488, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .as_form.search ol.form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 495, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold-header {
    margin-inline: 22px;
  }
  /* line 499, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold-footer {
    margin-inline: 15px;
  }
  /* line 512, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version body.app-login .login-block {
    background: transparent;
    left: 50%;
  }
  /* line 519, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .deployed .open_in_overlay_div.actions {
    display: block;
  }
  /* line 523, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .record-select-container {
    z-index: 10000000000000 !important;
  }
  /* line 528, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.sub-section > h5 {
    background-color: #f7f7f7;
    padding-left: 10px;
  }
  /* line 533, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons .btn {
    background-color: #fff;
  }
  /* line 537, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .withOverlay .elementWithOverlay {
    border-radius: 0;
  }
  /* line 541, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #overlay-container div#content-wrapper > h2 {
    margin: 0;
    padding-inline: 15px;
  }
  /* line 546, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside #auto_insert_buttons {
    display: none;
  }
  /* line 550, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version li.sub-section > ol.form,
body.mobile-version #content-wrapper .active-scaffold .sub-section .sub-form-record > ol.association-record,
body.mobile-version #content-wrapper .active-scaffold .show-view .view_show_columns {
    margin-inline: 15px;
    padding-inline: 5px;
  }
  /* line 557, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .upgraded_show_list .active-scaffold .active-scaffold-header .actions {
    right: 0;
  }
  /* line 561, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .show_search-view form li.form-element dd > span.search_range input {
    height: 34px;
  }
  /* line 566, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .label_list_view_record .general_label .content_icons_block,
body.mobile-version .label_list_view_record .general_label .general_label_model_icon {
    bottom: 0;
  }
  /* line 571, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .general_label.full_with_label {
    width: auto;
  }
  /* line 575, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version h2 a.general_label_icon.toggle_featured_model {
    position: relative;
    left: 4px;
  }
  /* line 580, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version h2 a.general_label_icon.toggle_featured_model,
body.mobile-version .label_list_view_record a.general_label_icon.toggle_featured_model {
    margin-right: 6px !important;
    margin-left: 10px;
  }
  /* line 586, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version a.general_label_icon.toggle_featured_model,
body.mobile-version .label_list_view_record a.general_label_icon.toggle_featured_model {
    padding-right: 0;
    margin-inline: 0 !important;
  }
  /* line 592, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #label_list_view_block .label_list_view_record span.general_label_icon.general_label_model_icon {
    padding: 17px;
    font-size: 20px;
  }
  /* line 597, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #label_list_view_block .label_list_view_record .left_border.general_label {
    padding: 14px 5px;
    min-height: 53px;
  }
  /* line 602, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #label_list_view_block .label_list_view_record .left_border.general_label.with_general_label_model_icon {
    border-left: none;
  }
  /* line 606, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .show_log-filter_btn.filter-btn.nav.navbar-nav.btn-group,
body.mobile-version .index-filter_btn.filter-btn.nav.navbar-nav.btn-group {
    left: -20px;
  }
  /* line 611, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .new-filter_btn.filter-btn.nav.navbar-nav.btn-group {
    right: -7px;
  }
  /* line 615, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu {
    display: flex;
    position: relative;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: right;
    justify-content: flex-end;
  }
  /* line 627, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .active-scaffold-header .actions .full-group ul.show_actions_list {
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
  }
  /* line 635, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #label_list_view_block .label_list_view_record .filter_dropdown.action_group,
body.mobile-version #label_list_view_block .label_list_view_record .hover_list_action.action_group {
    padding: 16px 17px 17px;
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 643, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .action_group li a.btn {
    width: 100%;
    border-color: transparent;
    text-align: left;
  }
  /* line 649, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .tooltip {
    display: none;
  }
  /* line 655, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #footer #sidebar-toggle {
    left: 15px;
    opacity: 1;
  }
  /* line 660, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.aside-hidden div#content-wrapper.has-aside + #aside-toggle {
    z-index: 1000000;
  }
  /* line 664, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#content-wrapper.has-aside + #aside-toggle {
    right: 15px;
    z-index: 1000000;
  }
  /* line 669, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .aside-hidden #aside-toggle,
body.mobile-version .sidebar-hidden #sidebar-toggle {
    border: none;
    bottom: 10px !important;
  }
  /* line 675, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .aside-hidden #aside-toggle i,
body.mobile-version .sidebar-hidden #sidebar-toggle i {
    color: #333 !important;
  }
  /* line 680, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #sidebar-toggle,
body.mobile-version #aside-toggle {
    position: initial;
  }
  /* line 685, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #sidebar-toggle .icon.open,
body.mobile-version #aside-toggle .fal.fa-cog {
    display: inline;
    color: #333;
  }
  /* line 691, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #sidebar-toggle .icon.closed,
body.mobile-version .has-aside + #aside-toggle .fal.fa-chevron-right {
    display: none;
  }
  /* line 696, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .form_action_delete_footer {
    bottom: 50px;
  }
  /* line 699, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .form_action_delete_footer a {
    width: 100%;
  }
  /* line 704, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: 15px;
  }
  /* line 712, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .fc-toolbar .fc-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  /* line 721, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .calendar_filter_title {
    width: 96%;
  }
  /* line 726, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    min-height: 55px;
    background-color: #ededed !important;
    justify-content: space-between;
    padding-block: 0;
    padding-right: 0;
  }
  /* line 737, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #aside-toggle {
    z-index: 1000000;
  }
  /* line 741, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer div#content-wrapper.has-aside + #aside-toggle {
    z-index: 1000000;
  }
  /* line 745, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_icon_menu {
    display: inline-flex;
    position: relative;
    left: 50px;
    font-size: 25px;
    max-height: 35px;
    text-align: center;
    justify-content: space-between;
    width: 100%;
  }
  /* line 756, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_link {
    border: none;
    box-shadow: none;
    font-size: 25px;
    border-radius: 6px;
    padding: 30px;
    background-color: transparent;
    color: #333;
    display: flex;
    max-height: 35px;
    max-width: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  /* line 772, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_special_icon {
    border-left: 4px solid #cacaca2b;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: initial;
    width: 80px;
    height: 60px;
  }
  /* line 782, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_special_icon a.custom_header_new_button {
    min-width: initial;
    color: #333 !important;
    border: 0 !important;
    max-height: 35px;
    max-width: 40px;
    font-size: 25px;
    border-radius: 6px;
    padding: 0;
  }
  /* line 793, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_special_icon a span,
body.mobile-version div#footer .footer_special_icon button span {
    display: none;
  }
  /* line 796, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button {
    display: flex;
    background: transparent;
  }
  /* line 800, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button button {
    color: #333 !important;
    border: 0 !important;
    max-height: 35px;
    max-width: 40px;
    font-size: 25px;
    border-radius: 6px;
    padding: 0;
  }
  /* line 810, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button .dropdown-menu.show {
    width: 101%;
    position: fixed;
    left: -1px;
    bottom: 57px;
    border-radius: 0;
    padding-block: 0;
    padding-top: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out;
    background-color: #f8f9fa !important;
  }
  /* line 825, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button .dropdown-menu.show li a {
    min-height: 50px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    color: #444;
    font-family: Arial;
    font-weight: 400;
    font-size: 0.875em !important;
  }
  /* line 836, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button .dropdown-menu.show li:last-child a.dropdown-item {
    border-bottom: none;
  }
  /* line 842, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button .dropdown-toggle-split {
    display: none;
  }
  /* line 849, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #calendar .fc-toolbar .fc-defaultCalendarButton-button,
body.mobile-version #calendar .fc-toolbar #listagendaViewSelectorBlock button {
    display: none;
  }
  /* line 854, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .form_action_delete_footer {
    position: relative;
    bottom: initial;
    border-top: 1px solid lightgrey;
  }
  /* line 860, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper.has-aside aside div.form_action_delete_footer .destroy.as_action {
    float: left;
  }
  /* line 865, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .tox .tox-editor-header > .tox-toolbar--scrolling, body.mobile-version .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
    background-image: none;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 871, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#cached_files_block div#cached_files_block {
    padding-inline: 0;
  }
  /* line 875, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#cfile_actual_folder_selector .cfile_icon {
    margin-left: 5px;
  }
  /* line 879, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version span.file-box-label {
    margin-top: 5px;
  }
  /* line 884, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .file-box,
body.mobile-version #cached_files_block .folder-box:not(.breadcrumb-item) {
    width: calc(50% - 20px) !important;
    background: #f1f1f173;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  /* line 893, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .cfile_icon > span.fas.actions_cicon {
    bottom: initial;
    top: -11px;
    right: -80px;
    font-size: 20px !important;
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  /* line 907, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_cfile_view .cfile_icon {
    font-size: 64px;
    margin-left: 0;
    position: relative;
    display: inline-flex;
  }
  /* line 914, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block span.cfile_extension {
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -60%) !important;
  }
  /* line 920, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block span.extra_folder_cicon {
    bottom: -3px;
    right: -10px;
  }
  /* line 926, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_name-column .folder-box, body.mobile-version #cached_files_block .icon_name-column .file-box {
    background: transparent !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 5px !important;
    position: relative;
    left: 10px;
  }
  /* line 935, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_name-column .cfile_icon > span.fas.actions_cicon {
    top: -4px;
    left: -24px;
  }
  /* line 940, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_name-column span.extra_folder_cicon {
    bottom: -3px;
    right: 0;
  }
  /* line 945, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_name-column span.cfile_extension {
    left: 38% !important;
  }
}

@media screen and (min-width: 951px) and (max-width: 550px) {
  /* line 950, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .last_download-column_heading, body.mobile-version .last_download-column {
    display: none !important;
  }
}

@media screen and (min-width: 951px) {
  /* FIX DESKTOP MENUS ON SIMULATED MOBILE */
  /* line 1327, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .cached_files-view #fixed_file_aside {
    display: block;
  }
  /* line 1328, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper.edit_action.has-aside aside,
body.mobile-version #main-wrapper #content-wrapper.new_action.has-aside aside {
    transform: translateX(0);
  }
  /* line 1330, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper.edit_action.has-aside,
body.mobile-version #main-wrapper #content-wrapper.new_action.has-aside {
    padding-right: 316px;
  }
}
@charset "UTF-8";
/* RECORD SELECT */
/* line 3, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-container {
  z-index: 1000000;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
}

/* line 10, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select input {
  outline: none;
}

/* line 14, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select {
  width: 800px;
  border-radius: 4px;
}

/* line 18, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol {
  list-style: none;
  overflow-y: auto;
  max-height: 440px;
  padding-top: 0;
  position: relative;
  padding-left: 0;
  border: 1px solid lightblue;
  border-radius: 5px;
}

/* line 29, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select .found {
  /*position: absolute;*/
  top: 0;
  width: 100%;
  text-align: center;
  background: #ececec;
  pointer-events: none;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}

/* line 40, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol li.found:hover,
.record-select ol .found {
  text-align: center;
  font-style: italic;
  color: #999;
  padding: 1px 4px;
  border-bottom: 1px solid #afd0f5;
}

/* line 49, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol li.pagination:hover {
  background: #ececec;
}

/* line 53, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination {
  background: #ececec;
}

/* line 57, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination a {
  border: none;
  background: transparent;
}

/* line 62, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination a:hover {
  background: transparent;
  color: black;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination.next a {
  float: right;
}

/* line 72, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination img {
  transform: scale(0.65);
}

/* line 78, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select .record,
.record-select a {
  color: #6b6f72;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .record,
.record-select ol a {
  background-color: white;
}

/* line 87, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .even {
  background-color: white;
}

/* line 90, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .current,
.record-select ol li:hover {
  background-color: #007bff;
  color: white;
  transition: background 0.3s linear;
}

/* line 96, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol li.record,
.record-select ol li {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: relative;
  padding: 5px 25px;
}

/* line 105, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/* line 111, app/assets/stylesheets/theme/theme_record_select.css.scss */
#content-wrapper .active-scaffold .rs_multiple input.text-input.recordselect {
  height: 22px;
}

/* line 113, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-list li {
  display: inline-block;
  background-color: white;
  position: relative;
  height: 22px;
  margin-top: 1px;
  margin-left: 5px;
  margin-bottom: 0 !important;
  border-radius: 2px;
  overflow: hidden;
}

/* line 124, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-list a.remove,
.chosen-container-multi a.search-choice-close {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  color: transparent;
}

/* line 132, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .record-select-list li label,
.chosen-choices li.search-choice span {
  font-weight: 400;
  line-height: 8px;
  padding: 0px 15px 0px 5px;
  color: #d6efff;
  width: auto;
}

/* line 141, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple dd > input.recordselect {
  width: 100%;
}

/* line 144, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple dd > input.recordselect + input + ul.record-select-list,
.active-scaffold div.section-entry.rs_multiple input + ul.record-select-list {
  min-height: 0;
}

/* line 149, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .create-view li.form-element.rs_multiple dd,
.active-scaffold .update-view li.form-element.rs_multiple dd,
.active-scaffold .create-view .rs_multiple dd,
.active-scaffold div.section-entry.rs_multiple div,
.active-scaffold .update-view .rs_multiple dd {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0;
  background: white;
  min-height: 20px;
  width: calc(82.45% - 34px);
  margin-bottom: 5px;
  box-sizing: border-box;
  top: -11px;
}

/* line 164, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold li.sub-form .sub-form-record .rs_multiple dd {
  width: 100%;
  margin-left: 0;
}

/* line 169, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .conditions-sub-form li.form-element.rs_multiple dd {
  margin-top: 20px;
}

/* line 173, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .conditions-sub-form li.form-element.rs_multiple dd,
.active-scaffold .conditions-sub-form .rs_multiple dd {
  width: 100%;
  margin-left: 0;
}

/* line 179, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold li.form-element.rs_multiple dd input,
.active-scaffold .rs_multiple dd input,
.active-scaffold div.section-entry.rs_multiple input,
.active-scaffold .rs_multiple dd select,
.chosen-container .chosen-choices .search-field {
  margin-bottom: 0;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  min-width: 100px;
  flex-grow: 1;
  background: transparent;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  height: 34px;
  top: 0;
}

/* line 196, app/assets/stylesheets/theme/theme_record_select.css.scss */
.chosen-container .chosen-choices .chosen-search-input {
  width: 100% !important;
}

/* line 200, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold li.form-element.rs_multiple dd > input,
.active-scaffold .rs_multiple dd > input,
.active-scaffold .rs_multiple dd > select {
  width: 100%;
}

/* line 205, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold li.form-element.rs_multiple dd ul.record-select-list,
.active-scaffold .rs_multiple dd ul.record-select-list,
.active-scaffold div.section-entry.rs_multiple ul.record-select-list,
.chosen-container .chosen-choices {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 20px;
  margin: 0;
}

/* line 216, app/assets/stylesheets/theme/theme_record_select.css.scss */
.recordselect.selected {
  background-color: inherit;
}

/* line 220, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option,
.chosen-cointainer .chosen-choices li.search-choice {
  margin-right: 5px;
  margin-left: 5px;
}

/* line 226, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option:hover label,
.chosen-container .chosen-choices li.search-choice:hover span {
  background-color: #007bff;
  color: #aad7f4;
}

/* line 231, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option:hover .remove:before,
.chosen-container .chosen-choices li.search-choice:hover a.search-choice-close {
  color: #aad7f4;
}

/* line 236, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option:hover label:after {
  content: none;
}

/* line 240, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold div.section-entry.rs_multiple .record-select-list li label {
  text-align: left;
  padding-right: 0;
}

/* line 245, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold div.section-entry.rs_multiple .record-select-list li {
  margin-top: 8px;
}

/* line 249, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li label,
.chosen-choices li.search-choice span {
  background: #eff2f7;
  padding: 0px 10px 0px 5px;
  position: relative;
  color: #495057;
  height: 18px;
  float: none;
  border: 1px solid #cdd5e3;
  border-radius: 2px;
  margin-top: 1px !important;
  display: inline-block;
  width: 100%;
  left: 0;
  text-align: right;
  line-height: 14px;
  padding-top: 1px;
  font-size: 1rem;
  padding-right: 20px;
  line-height: 1;
}

/* line 271, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option .remove,
.active-scaffold div.section-entry.rs_multiple .record-select-list li.record-select-option .remove,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 0;
  z-index: 10000;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 26px;
}

/* line 283, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option .remove:before,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "×";
  /* NO es la letra x, es el signo de multiplicación */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  float: right;
  width: 13px;
  line-height: 20px;
  margin-right: 3px;
}

/* line 295, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select form {
  display: inline;
}

/* line 299, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-autocomplete form .text-input,
.record-select form .search_submit {
  display: none;
}

/* line 304, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select li.found {
  background: white;
  pointer-events: none;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}

/* line 310, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select li.pagination {
  background: #e7e7e7;
}

/* line 314, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol, .record-select li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both;
}

/* line 321, app/assets/stylesheets/theme/theme_record_select.css.scss */
.recordselect.selected {
  background-color: #EFFFEF;
  background-position: right 2px center;
  background-image: url(/assets/record_select/accept-b8d0a7bf2aca4cc0a3e4a508b3478d4e56af96577e0a5f1d91494c75b34f3627.png);
  background-repeat: no-repeat;
  padding-right: 20px;
}
#main-wrapper #content-wrapper.import_xls_layout .content-width{
    max-width: none;
    padding-inline: 50px;
}

.header_list_columns{
    font-size: 13px;
    font-family: arial;
    background: #e9e9e9;
    padding-left: 6px;
    border-left: 5px solid #d20e11;
    display: block;
    color: #414141;
}

.xls_fields_box{
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: scroll;
    max-width: 1200px;
}

#file_table table th{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-inline: 10px;
    box-sizing: border-box;
}

#file_table table th.no_importable{ opacity: 0.5;}

#file_table table{
    font-size: 12px;
}

#file_table table tr { 
    border-top: 1px solid #d8d8d8;
}

#file_table table td {
    min-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    max-width: 150px;
}

#file_table table tbody tr:first-child td{ border-top: none;}

#file_table table tr:nth-child(even) td{ 
    background: #f9f9f9;
}

#content-wrapper.import_xls_layout .footer{ position: relative;}
#content-wrapper.import_xls_layout .loading-indicator{    
    width: 50px;
    height: 50px;
    margin-top: 0;
}

.importing_text{
    font-size: 12px;
}

div#import_log {
    background: #e9e9e9;
    padding: 10px;
    margin-block: 40px;
}

#import_log ul {
    list-style: disc;
}

.float_left{ float: left;}
.float_right{ float: right;}

.success_log{ color: #28a745;}
.error_log{ color: #dc3545;}
.warn_log{ color: #ffae00;}
/* line 1, app/assets/stylesheets/theme/calendar.css.scss */
div#calendar {
  margin-left: auto;
  margin-right: auto;
}

/* line 6, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_action h3 {
  margin-bottom: 20px;
}

/* line 10, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_action li.form-element:not(.date) dd {
  max-width: 800px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_action .content-width {
  max-width: none;
}

/* line 17, app/assets/stylesheets/theme/calendar.css.scss */
div#content-wrapper.calendar_action {
  margin-bottom: -60px;
}

/* line 21, app/assets/stylesheets/theme/calendar.css.scss */
.fc-event {
  background-color: transparent;
  font-size: inherit;
}

/* line 28, app/assets/stylesheets/theme/calendar.css.scss */
#calendar h2 {
  font-size: 24px;
}

/* line 32, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button {
  width: auto;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 55, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .ui-button:hover,
#calendar .ui-button:focus:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 62, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .ui-widget-content {
  border-color: #dee2e6;
}

/* line 66, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .ui-state-highlight, #calendar .ui-widget-content .ui-state-highlight, #calendar .ui-widget-header .ui-state-highlight {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 72, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-highlight, #calendar .fc-event .fc-bg {
  background-color: black;
}

/* line 76, app/assets/stylesheets/theme/calendar.css.scss */
#calendar button.ui-state-disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  opacity: .65;
}

/* line 83, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .ui-widget-header {
  background: white;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-width: 1px;
}

/* line 90, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-today-button {
  display: block;
  clear: both;
  width: auto;
  text-align: center;
  font-weight: normal !important;
}

/* line 98, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-right {
  display: flex;
  flex-direction: row;
}

/* line 103, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-today-button:hover {
  color: #fff;
  opacity: 0.65;
  background-color: #007bff;
}

/* line 109, app/assets/stylesheets/theme/calendar.css.scss */
#calendar button.fc-next-button.btn.btn-primary {
  margin-left: 0;
  border-bottom-left-radius: 0;
}

/* line 114, app/assets/stylesheets/theme/calendar.css.scss */
#calendar button.fc-next-button.btn.btn-primary {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 120, app/assets/stylesheets/theme/calendar.css.scss */
#calendar button.fc-prev-button.btn.btn-primary {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 125, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-scroller.fc-day-grid-container {
  overflow: hidden !important;
}

/* line 129, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-basic-view .fc-body .fc-row {
  height: 120px !important;
}

/* line 133, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .calendar_tag {
  width: 100% !important;
  margin-top: 1px;
  position: relative;
  overflow: visible;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: sub;
  cursor: pointer;
}

/* line 144, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .calendar_tag .label-tag {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc( 100% - 25px);
  vertical-align: middle;
}

/* line 153, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .calendar_tag.calendar_tag code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* line 160, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-popover.fc-more-popover.card .fc-event-container {
  padding-bottom: 5px;
  white-space: nowrap;
}

/* line 165, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-popover .fc-header .fc-title {
  font-weight: bold;
  padding-left: 4px;
  padding-right: 30px;
}

/* line 170, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-popover .fc-event-container .calendar_tag.calendar_tag {
  display: block;
}

/* line 173, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-more-popover {
  width: auto;
}

/* line 174, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-ltr .fc-popover .fc-header .fc-title {
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-more-cell div {
  color: #077bff;
}

/* line 181, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .calendar_tag.deadline {
  background: #ffee7b;
}

/* line 183, app/assets/stylesheets/theme/calendar.css.scss */
#calendar td.fc-day.fc-past {
  background-color: #f9f9f9;
}

/* line 184, app/assets/stylesheets/theme/calendar.css.scss */
#calendar td.fc-day.fc-past.fc-other-month {
  background-color: #f3f3f3;
}

/* line 185, app/assets/stylesheets/theme/calendar.css.scss */
#calendar td.fc-day.fc-today {
  background-color: transparent;
  border-color: inherit;
}

/* line 189, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-content-skeleton .fc-today {
  font-weight: bold;
  color: black;
}

/* line 194, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-content-skeleton .fc-past {
  opacity: 0.5;
}

/* line 195, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .calendar_tag.past-event {
  opacity: 0.5;
}

/* line 197, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-day-grid-event {
  border: none;
}

/* line 198, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event.fc-event {
  border-top: 4px solid #333;
}

/* line 199, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event.fc-event:hover {
  border-top-color: black;
}

/* line 200, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .fc-time-grid-event .calendar_tag,
#calendar .fc-event-container .fc-day-grid-event .calendar_tag {
  margin-top: 0;
}

/* line 205, app/assets/stylesheets/theme/calendar.css.scss */
#calendar th.fc-day-header {
  font-weight: 400;
  font-family: 'Roboto';
}

/* line 209, app/assets/stylesheets/theme/calendar.css.scss */
#calendar th.fc-day-header.fc-today {
  font-weight: 600;
}

/* line 211, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .fc-time-grid-event .calendar_tag.calendar_tag code .fal {
  vertical-align: top;
}

/* line 214, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event {
  background: #f9f9f9;
}

/* line 215, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event .calendar_tag .label_joiner {
  display: none;
}

/* line 216, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event .calendar_tag .label_joiner + .subject_label,
#calendar .fc-time-grid-event .calendar_tag .time_label {
  display: block;
}

/* line 221, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event.fc-event + .fc-event {
  border-left: 1px solid #777;
}

/* line 225, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-agendaWeek-view .fc-day-grid td.fc-axis {
  font-size: 10px;
  white-space: nowrap;
  font-family: Arial;
  font-weight: bold;
}

/* line 231, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-agendaWeek-view td.fc-axis {
  font-family: Roboto;
  font-weight: 400;
}

/* line 238, app/assets/stylesheets/theme/calendar.css.scss */
.fc-bootstrap4 .fc-day-grid + hr.fc-divider {
  background-color: black;
}

/* line 240, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_tag code .label_joiner {
  margin-inline: 4px;
}

/* line 242, app/assets/stylesheets/theme/calendar.css.scss */
#calendar_mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  /* line 246, app/assets/stylesheets/theme/calendar.css.scss */
  div#calendar {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* line 253, app/assets/stylesheets/theme/calendar.css.scss */
  div#calendar {
    margin-top: 10px;
  }
  /* line 257, app/assets/stylesheets/theme/calendar.css.scss */
  .fc-month-button {
    display: none !important;
  }
  /* line 261, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_navigation {
    margin-top: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 269, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .fa-star {
    display: none;
  }
  /* line 273, app/assets/stylesheets/theme/calendar.css.scss */
  h6.due_date_time {
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
  }
  /* line 281, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .list-group-item {
    border: none;
  }
  /* line 285, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .rest .meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 293, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .record .badge {
    margin-right: 24px;
  }
  /* line 297, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .record .extra {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
    opacity: .5;
  }
  /* line 303, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .record .meta .meta-item {
    opacity: .5;
    margin-left: 0;
    margin-right: 24px;
  }
  /* line 309, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .record .title {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 800px;
  }
}

/* LISTADO CALENDAR */
/* line 323, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table tr:not(.fc-list-heading) {
  background-color: #0056b30d;
}

/* line 327, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .fc-list-heading + tr:not(.fc-list-heading) td {
  padding-top: 5px !important;
}

/* line 331, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table td {
  border: none !important;
  padding-block: 0;
}

/* line 336, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-heading td {
  font-weight: normal;
  font-family: Arial;
  background-color: transparent;
  color: #3c3c3c;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.3rem;
  border-bottom: 4px solid #b1b1b1 !important;
}

/* line 347, app/assets/stylesheets/theme/calendar.css.scss */
span.event_time {
  font-family: 'Roboto';
  font-weight: 300;
}

/* line 352, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-changeYearButton-button.btn.btn-primary:hover {
  text-decoration: underline;
}

/* line 356, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-changeYearButton-button.btn.btn-primary:focus, button.fc-changeYearButton-button.btn.btn-primary:active {
  box-shadow: none !important;
}

/* line 358, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 0;
  background: none !important;
  border: none !important;
  color: #007bff !important;
  display: none !important;
}

/* line 366, app/assets/stylesheets/theme/calendar.css.scss */
div#content-wrapper.calendar_action {
  padding-bottom: 10px !important;
}

/* line 370, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-center h2 {
  display: flex;
}

/* line 374, app/assets/stylesheets/theme/calendar.css.scss */
.year_selector_block {
  display: none;
}

/* line 378, app/assets/stylesheets/theme/calendar.css.scss */
.fc-center .select-wrapper {
  margin-left: 10px !important;
}

/* line 381, app/assets/stylesheets/theme/calendar.css.scss */
.fc-center .year_selector_block {
  display: inline-block;
  margin-left: 10px;
}

/* line 386, app/assets/stylesheets/theme/calendar.css.scss */
.fc-center:hover button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 1 !important;
}

/* line 390, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-today-button.btn.btn-primary {
  margin-left: 10px !important;
}

/* line 394, app/assets/stylesheets/theme/calendar.css.scss */
.hide_year_selector {
  visibility: hidden;
}

/* line 398, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn {
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #007bff !important;
}

/* line 404, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn:hover {
  color: #fff !important;
}

/* line 408, app/assets/stylesheets/theme/calendar.css.scss */
.show_week_box {
  display: none;
}

/* line 409, app/assets/stylesheets/theme/calendar.css.scss */
.agendaWeek-calendar-view .show_week_box {
  display: block;
}

/* line 411, app/assets/stylesheets/theme/calendar.css.scss */
.fc-toolbar .fc-left {
  float: left;
  display: inline-flex;
}

/* line 416, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 420, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.btn.btn-primary.fc-listDay-button,
#calendar .fc-toolbar button.btn.btn-primary.fc-listWeek-button,
#calendar .fc-toolbar button.btn.fc-defaultCalendarButton-button {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 427, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.btn.btn-primary.fc-listMonth-button {
  margin-left: 0;
}

/* line 431, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-month-button.btn.btn-primary {
  margin-right: 10px;
}

/* line 435, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-listDay-button.btn.btn-primary {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 440, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-listMonth-button.btn.btn-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 445, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-listWeek-button.btn.btn-primary {
  border-radius: 0 !important;
}

/* line 449, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.btn.btn-primary.active {
  background-color: #004895;
}

/* line 453, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: none;
}

/* line 457, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-list-table .calendar_tag:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
}

/* line 462, app/assets/stylesheets/theme/calendar.css.scss */
.fc .fc-list-table {
  max-width: 1200px;
  margin-inline: auto;
}

/* line 467, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .event.label.calendar_tag .label-tag {
  color: black;
  background: transparent;
  width: 100%;
  padding-block: 0;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
}

/* line 477, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .timer_separator {
  display: none;
}

/* line 479, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .calendar_tag code {
  padding: 0;
  border-radius: 0;
  background: inherit;
}

/* line 485, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .calendar_tag code {
  min-width: 300px;
}

/* line 489, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table span.task_status_calendar_tag {
  width: 34px;
  padding-block: 9px;
  height: 17px;
  bottom: 0;
  display: flex;
  align-items: center;
}

/* line 498, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table span.task_status_calendar_tag.normal_agenda_span {
  padding-block: 15px;
}

/* line 502, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .calendar_tag {
  margin-bottom: 5px;
  cursor: pointer;
  display: table-caption;
  margin-right: 0;
  display: grid;
}

/* line 511, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .event.calendar_tag code > span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 519, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-heading-alt {
  display: none;
}

/* line 523, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-heading {
  display: inline-table;
  width: 100%;
}

/* line 528, app/assets/stylesheets/theme/calendar.css.scss */
.fc-view.fc-list-view.card .label code .separator {
  margin-right: 0;
  padding-right: 4px;
}

/* line 533, app/assets/stylesheets/theme/calendar.css.scss */
.fc-view.fc-list-view.card.card-primary {
  border: none;
}

/* line 537, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-popover.fc-more-popover.card .fc-body.card-body .fc-event-container {
  max-height: 300px;
  overflow-y: scroll;
}

/* line 542, app/assets/stylesheets/theme/calendar.css.scss */
table.table-bordered, th.fc-day-header {
  border-color: #dee2e6;
}

/* line 546, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .task_element.general_label.left_border {
  margin: 0;
  margin-bottom: 5px;
}

/* line 551, app/assets/stylesheets/theme/calendar.css.scss */
.fc-event-container .task_element.general_label.left_border {
  margin: 0;
  padding: 0;
  border-radius: 3px;
}

/* line 557, app/assets/stylesheets/theme/calendar.css.scss */
.fc-event-container .task_element_info_block {
  width: 100%;
  display: flex;
  align-items: center;
  height: 25px;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
}

/* line 568, app/assets/stylesheets/theme/calendar.css.scss */
.event-name .general_label {
  display: inline-block;
  font-family: 'Roboto';
}

/* line 572, app/assets/stylesheets/theme/calendar.css.scss */
.event-name .general_label i + .general_label_span_name {
  margin-left: 5px;
}

/* ASIDE FILTER */
/* line 577, app/assets/stylesheets/theme/calendar.css.scss */
span.category_color {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  right: 10px;
  border-radius: 100%;
  z-index: 1;
}

/* line 588, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn.calendar_checkbox {
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 595, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn {
  margin: 0;
  padding: 3px;
  color: #333;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 500;
  color: #444;
  font-size: 14px;
}

/* line 606, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action aside {
  padding-bottom: 115px;
}

/* line 610, app/assets/stylesheets/theme/calendar.css.scss */
.eq_type_filter.nav.navbar-nav.btn-group.full-group {
  position: relative;
  left: 200px;
}

/* line 615, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 621, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > div > ul {
  padding-left: 10px;
  margin-top: 30px;
}

/* line 626, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_container a.checked {
  color: #333 !important;
  font-weight: 600;
}

/* line 631, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_container a.checked span.category_color {
  border: 2px solid #333;
}

/* line 635, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > div > ul li .btn i {
  display: none;
  margin-right: 10px;
}

/* line 640, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > div > ul > li > ul {
  padding-left: 25px;
  margin-top: 30px;
}

/* line 645, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form ol.association-record {
  display: flex;
  flex-direction: row;
  width: 96%;
}

/* line 651, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form > div > div .sub-form-record {
  width: 48%;
}

/* line 655, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form h5 {
  display: none;
}

/* line 659, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form > div > div {
  display: flex;
  flex-wrap: wrap;
}

/* line 664, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form ol.association-record li.form-element {
  width: 98%;
}

/* line 668, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form ol.association-record li.actions {
  width: 3%;
}

/* line 672, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form ol.association-record li.actions a {
  margin-top: 10px;
}

/* line 676, app/assets/stylesheets/theme/calendar.css.scss */
li.form-element.inline_element {
  width: 48.5%;
  display: inline-flex;
}

/* line 681, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn.toggle_efilter {
  display: inline-block;
  width: 90%;
}

/* line 686, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_container {
  max-height: 700px;
  overflow-y: scroll;
}

/* line 691, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_container span.fal {
  float: right;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

/* line 698, app/assets/stylesheets/theme/calendar.css.scss */
.hide_calendar_container.calendar_filter_container {
  max-height: 30px;
  overflow: hidden;
}

/* line 703, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_title {
  position: fixed;
  width: 250px;
  background-color: #f8f9fa;
  z-index: 2;
}

/* line 710, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_title a {
  display: inline;
}

/* DROPDOWN PARA LAS VISTAS DE TIPO LISTADO*/
/* line 716, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar div#listagendaViewSelectorBlock {
  margin-left: 0;
  margin-right: 15px;
}

/* line 721, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar div#listagendaViewSelectorBlock button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 28px;
  margin-top: -1px;
}

/* line 728, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar div#listagendaViewSelectorBlock button.active {
  background-color: #004895;
}

/* line 732, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar div#listagendaViewSelectorBlock button.active:hover {
  background-color: #0062cc !important;
}

/* line 736, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-month-button.btn.btn-primary {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 742, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-month-button.btn.btn-primary {
  margin-right: 0;
}

/* line 746, app/assets/stylesheets/theme/calendar.css.scss */
.fc-event-container .task_element.general_label.left_border,
#calendar .fc-event-container .calendar_tag.calendar_tag,
#calendar .fc-event-container .calendar_tag.calendar_tag code {
  height: 100%;
}

/* line 752, app/assets/stylesheets/theme/calendar.css.scss */
a.fc-time-grid-event {
  border: transparent;
  background-color: transparent;
}

/* line 757, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container {
  position: relative;
  white-space: nowrap;
  overflow: visible !important;
  padding: 0 5px;
}

/* OVERLAY FORM EVENTS */
/* line 767, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 773, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div .btn-primary {
  order: 3;
}

/* line 775, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div .as_cancel_button,
#overlay-container .events_controller .actions_bar > div .destroy,
#overlay-container .events_controller .actions_bar > div .duplicate_action {
  order: 1;
}

/* line 781, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div .duplicate_action {
  margin-left: 5px;
}

/* line 783, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div .destroy {
  margin-right: auto;
}
/* TASKS */
/* line 2, app/assets/stylesheets/theme/task.css.scss */
.expired_task_icon {
  color: #dc3545;
  top: -3px;
  position: relative;
  font-size: 13px;
  right: 5px;
  margin-left: 15px;
}

/* line 11, app/assets/stylesheets/theme/task.css.scss */
.in_header.customer_expired_pending_tasks {
  margin-right: 5px;
  color: #dc3545;
  font-size: 24px;
  position: relative;
  bottom: 3px;
  margin-right: 10px;
}

/* line 20, app/assets/stylesheets/theme/task.css.scss */
.in_header.customer_pending_tasks {
  margin-right: 5px;
  color: #f0c22e;
  font-size: 24px;
  position: relative;
  bottom: 3px;
  margin-right: 10px;
}

/* line 29, app/assets/stylesheets/theme/task.css.scss */
.extra_label_content {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

/* line 36, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-form.vertical-sub-form.tasks-sub-form {
  display: block;
}

/* line 40, app/assets/stylesheets/theme/task.css.scss */
a.new_intervention,
a.change_task_status {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/theme/task.css.scss */
a.change_task_status:before {
  color: #269768 !important;
}

/* line 49, app/assets/stylesheets/theme/task.css.scss */
a.change_task_status.fa-times:before {
  color: #dc3545 !important;
}

/* line 53, app/assets/stylesheets/theme/task.css.scss */
.tasks-sub-form .form-element h5,
.tasks-sub-form .form-element .sub-form-record .footer-wrapper,
.tasks-sub-form .sub-form-record .association-record .actions {
  display: none;
}

/* line 59, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper
.active-scaffold
.sub-section
> ol
> .sub-form.tasks-sub-form.vertical-sub-form:first-child
> div
> div
> div:first-child {
  margin-top: 0;
}

/* line 70, app/assets/stylesheets/theme/task.css.scss */
.left_border.ended_task.general_label span.subtitle {
  opacity: 1;
}

/* line 74, app/assets/stylesheets/theme/task.css.scss */
.left_border.ended_task.general_label {
  opacity: 0.6;
}

/* line 78, app/assets/stylesheets/theme/task.css.scss */
span.task_end_block_task_date {
  margin-right: 10px;
}

/* line 82, app/assets/stylesheets/theme/task.css.scss */
.withOverlay .elementWithOverlay .Tasks_show_box aside.actions_bar.form-footer {
  display: none;
}

/* line 86, app/assets/stylesheets/theme/task.css.scss */
.withOverlay .tasks_controller.show_action.elementWithOverlay .content-width {
  padding-bottom: 0;
}

/* line 90, app/assets/stylesheets/theme/task.css.scss */
ol.task_list {
  margin-left: 20px;
  margin-block: 15px;
  padding-left: 0;
}

/* line 96, app/assets/stylesheets/theme/task.css.scss */
.sub-section .form li:not(.draggable-list-element) li.task_element:not(.form-element) {
  margin-bottom: 10px;
}

/* line 100, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/theme/task.css.scss */
i.task-status-tag.status-tag {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/* line 112, app/assets/stylesheets/theme/task.css.scss */
.task_description {
  font-size: 90%;
  margin: 10px;
}

/* line 117, app/assets/stylesheets/theme/task.css.scss */
.tasks-view .normal_actions {
  display: flex;
  float: right;
}

/* line 122, app/assets/stylesheets/theme/task.css.scss */
.task_end_block {
  display: flex;
  align-items: center;
}

/* line 127, app/assets/stylesheets/theme/task.css.scss */
.task_end_block_project_info_separator {
  margin-inline: 5px;
}

/* line 131, app/assets/stylesheets/theme/task.css.scss */
.tasks_controller .update-view.tasks-view aside.bg-light.text-dark.actions_bar.form-footer.flex-aside div.task_extra_actions {
  justify-content: inherit !important;
  margin-bottom: 0 !important;
}

/* line 136, app/assets/stylesheets/theme/task.css.scss */
.tasks-view .normal_actions button {
  margin-right: 10px;
}

/* LISTADO DE TAREAS */
/* line 142, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block {
  width: 100%;
}

/* line 146, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block h5 {
  color: #3c3c3c;
}

/* line 150, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.past_task h5 {
  border-bottom: 4px solid #a72828;
}

/* line 154, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.past_task .as_content {
  background-color: rgba(220, 53, 69, 0.05);
}

/* line 158, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.today_task h5,
#content-wrapper .active-scaffold .task_block.tomorrow_task h5 {
  border-bottom: 4px solid #0063cd;
}

/* line 163, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.today_task .as_content,
#content-wrapper .active-scaffold .task_block.tomorrow_task .as_content {
  background-color: rgba(0, 123, 255, 0.05);
}

/* line 168, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.next_seven_days_task h5,
#content-wrapper .active-scaffold .task_block.next_weeks_task h5,
#content-wrapper .active-scaffold .task_block.no_date_tasks_task h5 {
  border-bottom: 4px solid #b1b1b1;
}

/* line 174, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block > h5 {
  border-bottom: 4px solid #28a745;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}

/* line 182, app/assets/stylesheets/theme/task.css.scss */
.collapse_task_block_icon {
  cursor: pointer;
}

/* line 186, app/assets/stylesheets/theme/task.css.scss */
.hide_task_row {
  display: none;
}

/* line 190, app/assets/stylesheets/theme/task.css.scss */
.row.task_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 195, app/assets/stylesheets/theme/task.css.scss */
.task_block .as_content {
  background-color: #0056b30d;
  border: 2px solid transparent;
}

/* line 200, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .task_block .active-scaffold-found {
  margin: 10px;
}

/* line 204, app/assets/stylesheets/theme/task.css.scss */
.task_block .active-scaffold-footer br {
  display: none;
}

/* line 208, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label.left_border {
  margin: 5px 10px;
  padding: 0 20px;
  border-left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 2px solid transparent;
  padding-inline: 0 3px;
}

/* line 219, app/assets/stylesheets/theme/task.css.scss */
.task_block h5 .general_label {
  font-size: 1.3rem;
}

/* line 223, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .task_element_parent_status_tag {
  width: 32px;
  height: 100%;
  margin: 0;
  margin-right: 10px;
  background-color: darkgray;
}

/* line 231, app/assets/stylesheets/theme/task.css.scss */
.fc-list-table .calendar_tag code a span {
  font-weight: 300;
}

/* line 235, app/assets/stylesheets/theme/task.css.scss */
.fc-list-table .calendar_tag code a span.task_title_label {
  font-weight: 600;
  margin-right: 5px;
}

/* line 240, app/assets/stylesheets/theme/task.css.scss */
.tasks_controller .task_element_info_block .task_element_parent_status_tag {
  cursor: move;
}

/* line 244, app/assets/stylesheets/theme/task.css.scss */
span#opportunity-list-element > label {
  cursor: pointer;
}

/* line 248, app/assets/stylesheets/theme/task.css.scss */
.general_label .task_element_info_block .task_element_parent_status_tag i {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 0;
  color: white !important;
  width: 50px;
  height: 30px;
  font-size: 25px;
  top: 1px;
}

/* line 263, app/assets/stylesheets/theme/task.css.scss */
.active_task .task_element_actions_block {
  display: none;
}

/* line 267, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block {
  width: 120px;
  display: flex;
  justify-content: flex-end;
}

/* line 273, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_element_actions_block.for_pending .buttons_group:hover {
  opacity: 0.8;
}

/* line 277, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label.left_border:hover .task_element_actions_block.for_reopen,
.task_element.general_label.left_border:hover .task_element_actions_block.for_pending {
  visibility: visible;
}

/* line 282, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_reopen,
.task_element_actions_block.for_pending {
  visibility: hidden;
  width: 45px;
  display: flex;
  justify-content: flex-end;
}

/* line 290, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_pending .buttons_group > a.btn {
  width: 100%;
}

/* line 294, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_pending {
  width: 87px;
}

/* line 298, app/assets/stylesheets/theme/task.css.scss */
.task_button {
  background-color: transparent;
  color: black;
  padding: 10px;
  margin-inline: 5px;
  border: 1px solid lightgray;
  border-radius: 5px;
  text-align: center;
}

/* line 308, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block {
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
}

/* line 315, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 87.5%;
}

/* line 323, app/assets/stylesheets/theme/task.css.scss */
li.opportunity-element .task_element_info_data .active_task_info {
  margin-left: 0;
}

/* line 327, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block {
  margin-right: 10px;
}

/* line 331, app/assets/stylesheets/theme/task.css.scss */
.customers_controller.show_action h2 > .general_label i.task-status-tag.status-tag.icon.normal_agenda {
  position: relative;
  bottom: 9px;
}

/* line 336, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag {
  min-width: 15px;
  text-align: center;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
}

/* line 344, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag:not(.normal_agenda_span) {
  position: relative;
  bottom: 2px;
}

/* line 349, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag:not(.normal_agenda_span) svg, .task_element_info_block .caret-icon svg *, .task_status_calendar_tag:not(.normal_agenda_span) svg * {
  fill: white;
  width: 85%;
}

/* line 354, app/assets/stylesheets/theme/task.css.scss */
.task_element_description {
  text-align: justify;
  opacity: 0.7;
  width: 100%;
}

/* line 360, app/assets/stylesheets/theme/task.css.scss */
.task_element_description p {
  margin-bottom: 0;
}

/* line 364, app/assets/stylesheets/theme/task.css.scss */
.task_element.active_task {
  opacity: 0.7;
  pointer-events: none;
}

/* line 369, app/assets/stylesheets/theme/task.css.scss */
.buttons_group a.btn.custom_background {
  color: white;
  margin: 0 !important;
}

/* line 374, app/assets/stylesheets/theme/task.css.scss */
.buttons_group.opportunities_show .deployer_tag {
  color: white !important;
}

/* line 378, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .buttons_group.opportunities_show.postpone_task_opportunities_buttons .deployer_tag:hover {
  background-color: #28a745d1;
  opacity: 0.7;
}

/* line 383, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .buttons_group.opportunities_show.nopostpone_task_opportunities_buttons .deployer_tag:hover {
  background-color: #dc3545cf;
  opacity: 0.7;
}

/* line 388, app/assets/stylesheets/theme/task.css.scss */
.task_title_label {
  font-weight: 600;
}

/* line 392, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper.opportunities_controller .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form.customer-sub-form > h5 {
  display: none !important;
}

/* line 396, app/assets/stylesheets/theme/task.css.scss */
.close_opportunity, .reopen_opportunity {
  color: white;
}

/* line 400, app/assets/stylesheets/theme/task.css.scss */
.reopen_opportunity:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  text-decoration: none;
}

/* line 407, app/assets/stylesheets/theme/task.css.scss */
.postpone_task_buttons {
  color: white;
  /*background-color: #28a745;*/
}

/* line 412, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold td.quantity-column.numeric {
  text-align: left;
}

/* line 416, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.tasks-sub-form > div.simple_subform.form-element .sub-form-record dd {
  margin-left: 0;
}

/* line 420, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.tasks-sub-form > div.simple_subform.form-element .sub-form-record dt {
  display: inline-block;
}

/* line 424, app/assets/stylesheets/theme/task.css.scss */
.task_users_rs {
  margin-left: 170px;
}

/* KANBAN */
/* line 431, app/assets/stylesheets/theme/task.css.scss */
.task.calendar_tag .status-tag.task-status-tag {
  margin: 0;
  padding: 0;
}

/* line 436, app/assets/stylesheets/theme/task.css.scss */
.task_title_label .recurrence_icon {
  margin-left: 5px;
}

/* line 438, app/assets/stylesheets/theme/task.css.scss */
.status-tag.task-status-tag, .priority-column .status-tag.task-status-tag {
  text-align: center;
  padding-right: 0.6em;
  margin-right: 8px;
  display: inline-flex;
  justify-content: center;
  padding: 0 !important;
}

/* line 447, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .general_label {
  display: inline-block;
  margin-left: 5px;
}

/* line 453, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .general_label i {
  color: #555;
}

/* line 457, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .caret-down svg {
  position: relative;
  left: -5px;
  fill: white;
}

/* line 463, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .caret-up svg {
  position: relative;
  left: 5px;
  fill: white;
}

/* line 469, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .triangle-down svg {
  position: relative;
  bottom: -5px;
  fill: white;
  width: 85%;
}

/* line 476, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .triangle-up svg {
  position: relative;
  bottom: 5px;
  fill: white;
  width: 85%;
}

/* line 483, app/assets/stylesheets/theme/task.css.scss */
span:not(.task_status_calendar_tag) .status-tag.task-status-tag:not(.normal_agenda) {
  padding-right: 0 !important;
}

/* line 487, app/assets/stylesheets/theme/task.css.scss */
.task_users_rs {
  margin-left: 170px;
}

/* line 491, app/assets/stylesheets/theme/task.css.scss */
.task_title_label {
  font-weight: 600;
}

/* line 495, app/assets/stylesheets/theme/task.css.scss */
.postpone_task_buttons {
  color: white;
}

/* line 499, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.tasks-sub-form > div.simple_subform.form-element .sub-form-record dd {
  margin-left: 0;
}

/* line 503, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.tasks-sub-form > div.simple_subform.form-element .sub-form-record dt {
  display: inline-block;
}

/* KANBAN */
/* line 509, app/assets/stylesheets/theme/task.css.scss */
.task.calendar_tag .status-tag.task-status-tag {
  margin: 0;
  padding: 0;
}

/* line 514, app/assets/stylesheets/theme/task.css.scss */
.status-tag.task-status-tag, .priority-column .status-tag.task-status-tag {
  text-align: center;
  padding-right: 0.6em;
  margin-right: 8px;
  display: inline-flex;
  justify-content: center;
  padding: 0 !important;
}

/* line 523, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .caret-down svg {
  position: relative;
  left: -5px;
  fill: white;
}

/* line 529, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .caret-up svg {
  position: relative;
  left: 5px;
  fill: white;
}

/* line 535, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .triangle-down svg {
  position: relative;
  bottom: -5px;
  fill: white;
  width: 85%;
}

/* line 542, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .triangle-up svg {
  position: relative;
  bottom: 5px;
  fill: white;
  width: 85%;
}

/* line 549, app/assets/stylesheets/theme/task.css.scss */
span:not(.task_status_calendar_tag) .status-tag.task-status-tag:not(.normal_agenda) {
  padding-right: 0 !important;
}

/* TAREAS */
/* line 556, app/assets/stylesheets/theme/task.css.scss */
.withOverlay .elementWithOverlay .Tasks_show_box aside.actions_bar.form-footer {
  display: none;
}

/* line 560, app/assets/stylesheets/theme/task.css.scss */
.withOverlay .tasks_controller.show_action.elementWithOverlay .content-width {
  padding-bottom: 0;
}

/* line 564, app/assets/stylesheets/theme/task.css.scss */
ol.task_list {
  margin-left: 20px;
  margin-block: 15px;
  padding-left: 0;
}

/* line 570, app/assets/stylesheets/theme/task.css.scss */
.sub-section .form li:not(.draggable-list-element) li.task_element:not(.form-element) {
  margin-bottom: 10px;
}

/* line 574, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
  cursor: pointer;
}

/* line 580, app/assets/stylesheets/theme/task.css.scss */
i.task-status-tag.status-tag {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/* line 586, app/assets/stylesheets/theme/task.css.scss */
.task_description {
  font-size: 90%;
  margin: 10px;
}

/* line 591, app/assets/stylesheets/theme/task.css.scss */
.tasks-view .normal_actions {
  display: flex;
  float: right;
}

/* line 596, app/assets/stylesheets/theme/task.css.scss */
.task_end_block {
  display: flex;
  align-items: center;
}

/* line 601, app/assets/stylesheets/theme/task.css.scss */
.task_end_block_project_info_separator {
  margin-inline: 5px;
}

/* line 605, app/assets/stylesheets/theme/task.css.scss */
.tasks_controller .update-view.tasks-view aside.bg-light.text-dark.actions_bar.form-footer.flex-aside div.task_extra_actions {
  justify-content: inherit !important;
  margin-bottom: 0 !important;
}

/* line 610, app/assets/stylesheets/theme/task.css.scss */
.tasks-view .normal_actions button {
  margin-right: 10px;
}

/* LISTADO DE TAREAS */
/* line 616, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block {
  width: 100%;
}

/* line 620, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block h5 {
  color: #3c3c3c;
}

/* line 624, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.past_task h5 {
  border-bottom: 4px solid #a72828;
}

/* line 628, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.past_task .as_content {
  background-color: rgba(220, 53, 69, 0.05);
}

/* line 632, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.today_task h5,
#content-wrapper .active-scaffold .task_block.tomorrow_task h5 {
  border-bottom: 4px solid #0063cd;
}

/* line 637, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.today_task .as_content,
#content-wrapper .active-scaffold .task_block.tomorrow_task .as_content {
  background-color: rgba(0, 123, 255, 0.05);
}

/* line 642, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.next_seven_days_task h5,
#content-wrapper .active-scaffold .task_block.next_weeks_task h5,
#content-wrapper .active-scaffold .task_block.no_date_tasks_task h5 {
  border-bottom: 4px solid #b1b1b1;
}

/* line 648, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block > h5 {
  border-bottom: 4px solid #28a745;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}

/* line 656, app/assets/stylesheets/theme/task.css.scss */
.collapse_task_block_icon {
  cursor: pointer;
}

/* line 660, app/assets/stylesheets/theme/task.css.scss */
.hide_task_row {
  display: none;
}

/* line 664, app/assets/stylesheets/theme/task.css.scss */
.row.task_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 669, app/assets/stylesheets/theme/task.css.scss */
.task_block .as_content {
  background-color: #0056b30d;
  border: 2px solid transparent;
}

/* line 674, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .task_block .active-scaffold-found {
  margin: 10px;
}

/* line 678, app/assets/stylesheets/theme/task.css.scss */
.task_block .active-scaffold-footer br {
  display: none;
}

/* line 682, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label.left_border {
  margin: 5px 10px;
  padding: 0 20px;
  border-left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 2px solid transparent;
  padding-inline: 0 3px;
}

/* line 693, app/assets/stylesheets/theme/task.css.scss */
.task_block h5 .general_label {
  font-size: 1.3rem;
}

/* line 697, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .task_element_parent_status_tag {
  width: 32px;
  height: 100%;
  margin: 0;
  margin-right: 10px;
  background-color: darkgray;
}

/* line 705, app/assets/stylesheets/theme/task.css.scss */
.fc-list-table .calendar_tag code a span {
  font-weight: 300;
}

/* line 709, app/assets/stylesheets/theme/task.css.scss */
.fc-list-table .calendar_tag code a span.task_title_label {
  font-weight: 600;
  margin-right: 5px;
}

/* line 714, app/assets/stylesheets/theme/task.css.scss */
.tasks_controller .task_element_info_block .task_element_parent_status_tag {
  cursor: move;
}

/* line 718, app/assets/stylesheets/theme/task.css.scss */
span#opportunity-list-element > label {
  cursor: pointer;
}

/* line 722, app/assets/stylesheets/theme/task.css.scss */
.general_label .task_element_info_block .task_element_parent_status_tag i {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 0;
  color: white !important;
  width: 50px;
  height: 30px;
  font-size: 25px;
  top: 1px;
}

/* line 737, app/assets/stylesheets/theme/task.css.scss */
.active_task .task_element_actions_block {
  display: none;
}

/* line 741, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block {
  width: 120px;
  display: flex;
  justify-content: flex-end;
}

/* line 747, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_element_actions_block.for_pending .buttons_group:hover {
  opacity: 0.8;
}

/* line 751, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label.left_border:hover .task_element_actions_block.for_reopen,
.task_element.general_label.left_border:hover .task_element_actions_block.for_pending {
  visibility: visible;
}

/* line 756, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_reopen,
.task_element_actions_block.for_pending {
  visibility: hidden;
  width: 45px;
  display: flex;
  justify-content: flex-end;
}

/* line 764, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_pending .buttons_group > a.btn {
  width: 100%;
}

/* line 768, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_pending {
  width: 87px;
}

/* line 772, app/assets/stylesheets/theme/task.css.scss */
.task_button {
  background-color: transparent;
  color: black;
  padding: 10px;
  margin-inline: 5px;
  border: 1px solid lightgray;
  border-radius: 5px;
  text-align: center;
}

/* line 782, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block {
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
}

/* line 789, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 87.5%;
}

/* line 797, app/assets/stylesheets/theme/task.css.scss */
li.opportunity-element .task_element_info_data .active_task_info {
  margin-left: 0;
}

/* line 801, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block {
  margin-right: 10px;
}

/* line 805, app/assets/stylesheets/theme/task.css.scss */
.customers_controller.show_action h2 > .general_label i.task-status-tag.status-tag.icon.normal_agenda {
  position: relative;
  bottom: 9px;
}

/* line 810, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag {
  min-width: 15px;
  text-align: center;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
}

/* line 818, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag:not(.normal_agenda_span) {
  position: relative;
  bottom: 2px;
}

/* line 823, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag:not(.normal_agenda_span) svg, .task_element_info_block .caret-icon svg *, .task_status_calendar_tag:not(.normal_agenda_span) svg * {
  fill: white;
  width: 85%;
}

/* line 828, app/assets/stylesheets/theme/task.css.scss */
.task_element_description {
  text-align: justify;
  opacity: 0.7;
  width: 100%;
}

/* line 834, app/assets/stylesheets/theme/task.css.scss */
.task_element_description p {
  margin-bottom: 0;
}

/* line 838, app/assets/stylesheets/theme/task.css.scss */
.task_element.active_task {
  opacity: 0.7;
  pointer-events: none;
}

/* line 843, app/assets/stylesheets/theme/task.css.scss */
.buttons_group a.btn.custom_background {
  color: white;
  margin: 0 !important;
}
/* line 1, app/assets/stylesheets/theme/colorpicker.scss */
div#calendar {
  /*max-width: 800px;*/
  margin-left: auto;
  margin-right: auto;
}

/* line 7, app/assets/stylesheets/theme/colorpicker.scss */
.calendar_action h3 {
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/theme/colorpicker.scss */
.calendar_action .content-width {
  max-width: none;
}

/* line 13, app/assets/stylesheets/theme/colorpicker.scss */
div#content-wrapper.calendar_action {
  margin-bottom: -60px;
}

/* line 19, app/assets/stylesheets/theme/colorpicker.scss */
#calendar h2 {
  font-size: 24px;
}

/* line 23, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button {
  width: auto;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 45, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .ui-button:hover,
#calendar .ui-button:focus:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 52, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .ui-widget-content {
  border-color: #dee2e6;
}

/* line 56, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .ui-state-highlight, #calendar .ui-widget-content .ui-state-highlight, #calendar .ui-widget-header .ui-state-highlight {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 62, app/assets/stylesheets/theme/colorpicker.scss */
#calendar button.ui-state-disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  opacity: .65;
}

/* line 69, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .ui-widget-header {
  background: white;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-width: 1px;
}

/* line 76, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-today-button {
  display: block;
  clear: both;
  width: auto;
  text-align: center;
  font-weight: normal !important;
}

/* line 84, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-right {
  display: flex;
  flex-direction: row;
}

/* line 89, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-today-button:hover {
  color: #fff;
  opacity: 0.65;
  background-color: #007bff;
}

/* line 95, app/assets/stylesheets/theme/colorpicker.scss */
#calendar button.fc-next-button.btn.btn-primary {
  margin-left: 0;
  border-bottom-left-radius: 0;
}

/* line 100, app/assets/stylesheets/theme/colorpicker.scss */
#calendar button.fc-next-button.btn.btn-primary {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 106, app/assets/stylesheets/theme/colorpicker.scss */
#calendar button.fc-prev-button.btn.btn-primary {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 111, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-scroller.fc-day-grid-container {
  /*height: 565px!important;*/
  overflow: hidden !important;
}

/* line 116, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-basic-view .fc-body .fc-row {
  height: 120px !important;
}

/* line 120, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-event-container {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}

/* line 127, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-event-container .calendar_tag {
  width: 100% !important;
  margin-top: 1px;
  position: relative;
  overflow: visible;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: sub;
}

/* line 137, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-event-container .calendar_tag.calendar_tag code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 143, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-popover.fc-more-popover.card .fc-body.card-body .fc-event-container {
  white-space: normal;
}

/* line 147, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-more-cell div {
  color: #077bff;
}

/* line 152, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-event-container .calendar_tag.deadline {
  background: #ffee7b;
}

/* line 156, app/assets/stylesheets/theme/colorpicker.scss */
#calendar_mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 160, app/assets/stylesheets/theme/colorpicker.scss */
  h5.calendar_task_title {
    margin-top: 25px;
  }
  /* line 164, app/assets/stylesheets/theme/colorpicker.scss */
  div#calendar {
    margin-top: 10px;
  }
  /* line 168, app/assets/stylesheets/theme/colorpicker.scss */
  .fc-month-button {
    display: none !important;
  }
  /* line 172, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_navigation {
    margin-top: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 180, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .fa-star {
    display: none;
  }
  /* line 184, app/assets/stylesheets/theme/colorpicker.scss */
  h6.due_date_time {
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
  }
  /* line 192, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .list-group-item {
    border: none;
  }
  /* line 196, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .rest .meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 204, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .record .badge {
    margin-right: 24px;
  }
  /* line 208, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .record .extra {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
    opacity: .5;
  }
  /* line 214, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .record .meta .meta-item {
    opacity: .5;
    margin-left: 0;
    margin-right: 24px;
  }
  /* line 220, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .record .title {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 800px;
  }
}

/* LISTADO CALENDAR */
/* line 234, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table tr:not(.fc-list-heading) {
  background-color: #0056b30d;
}

/* line 238, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table .fc-list-heading + tr:not(.fc-list-heading) td {
  padding-top: 5px !important;
}

/* line 242, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table td {
  border: none !important;
  padding-block: 0;
}

/* line 247, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-heading td {
  font-weight: normal;
  font-family: Arial;
  background-color: transparent;
  color: #3c3c3c;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.3rem;
  border-bottom: 4px solid #b1b1b1 !important;
}

/* line 258, app/assets/stylesheets/theme/colorpicker.scss */
span.event_time {
  font-family: 'Roboto';
  font-weight: 300;
}

/* line 263, app/assets/stylesheets/theme/colorpicker.scss */
button.fc-changeYearButton-button.btn.btn-primary:hover {
  text-decoration: underline;
}

/* line 267, app/assets/stylesheets/theme/colorpicker.scss */
button.fc-changeYearButton-button.btn.btn-primary:focus, button.fc-changeYearButton-button.btn.btn-primary:active {
  box-shadow: none !important;
}

/* line 269, app/assets/stylesheets/theme/colorpicker.scss */
button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 0;
  background: none !important;
  border: none !important;
  color: #007bff !important;
  display: none !important;
}

/* line 277, app/assets/stylesheets/theme/colorpicker.scss */
div#content-wrapper.calendar_action {
  padding-bottom: 10px !important;
}

/* line 281, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-center h2 {
  display: flex;
}

/* line 285, app/assets/stylesheets/theme/colorpicker.scss */
.year_selector_block {
  display: none;
}

/* line 289, app/assets/stylesheets/theme/colorpicker.scss */
.fc-center .select-wrapper {
  margin-left: 10px !important;
}

/* line 292, app/assets/stylesheets/theme/colorpicker.scss */
.fc-center .year_selector_block {
  display: inline-block;
  margin-left: 10px;
}

/* line 297, app/assets/stylesheets/theme/colorpicker.scss */
.fc-center:hover button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 1 !important;
}

/* line 301, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.fc-today-button.btn.btn-primary {
  margin-left: 10px !important;
}

/* line 305, app/assets/stylesheets/theme/colorpicker.scss */
.hide_year_selector {
  visibility: hidden;
}

/* line 309, app/assets/stylesheets/theme/colorpicker.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn {
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
}

/* line 314, app/assets/stylesheets/theme/colorpicker.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn:hover {
  color: #fff !important;
}

/* line 318, app/assets/stylesheets/theme/colorpicker.scss */
.fc-toolbar .fc-left {
  float: left;
  display: inline-flex;
}

/* line 323, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 327, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.btn.btn-primary:not(.fc-month-button) {
  margin-left: 0;
}

/* line 331, app/assets/stylesheets/theme/colorpicker.scss */
button.fc-month-button.btn.btn-primary {
  margin-right: 10px;
}

/* line 335, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.fc-listDay-button.btn.btn-primary {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 340, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.fc-listMonth-button.btn.btn-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 345, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.fc-listWeek-button.btn.btn-primary {
  border-radius: 0 !important;
}

/* line 349, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.btn.btn-primary.active {
  background-color: #004895;
}

/* line 352, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: none;
}

/* line 356, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-list-table .calendar_tag:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
}

/* line 361, app/assets/stylesheets/theme/colorpicker.scss */
.fc .fc-list-table {
  max-width: 1200px;
  margin-inline: auto;
}

/* line 366, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table .calendar_tag label {
  color: black;
  background: transparent;
  width: 100%;
  padding-block: 7px;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
}

/* line 376, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table .calendar_tag code {
  padding: 0;
  border-radius: 0;
  background: inherit;
}

/* line 382, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table span.task_status_calendar_tag {
  width: 34px;
  padding-block: 9px;
}

/* line 387, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table span.task_status_calendar_tag.normal_agenda_span {
  padding-block: 15px;
}

/* line 391, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table .event.calendar_tag code > span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 399, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-popover.fc-more-popover.card .fc-body.card-body .fc-event-container {
  max-height: 300px;
  overflow-y: scroll;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Tooltip 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-heart:before{content:"\f499"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-inventory:before{content:"\f480"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-lamp:before{content:"\f4ca"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-racquet:before{content:"\f45a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skeleton:before{content:"\f620"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/* NEW FILES CSS */
/* line 3, app/assets/stylesheets/theme/files.css.scss */
.file_box_span {
  width: 100%;
  display: flex;
  line-height: 25px;
  height: 25px;
}

/* line 10, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span label:hover {
  color: initial !important;
}

/* line 14, app/assets/stylesheets/theme/files.css.scss */
#file_aside .file_box_span {
  height: 55px;
}

/* line 18, app/assets/stylesheets/theme/files.css.scss */
.file_box_span label:after {
  display: none;
}

/* line 22, app/assets/stylesheets/theme/files.css.scss */
.file_box_span label.btn {
  line-height: 1;
}

/* line 24, app/assets/stylesheets/theme/files.css.scss */
.files-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  position: relative;
  bottom: 40px;
}

/* line 33, app/assets/stylesheets/theme/files.css.scss */
.files-list > div {
  width: 100%;
}

/* line 38, app/assets/stylesheets/theme/files.css.scss */
.file-box {
  width: 75px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/theme/files.css.scss */
.file-box *::-moz-selection {
  color: inherit;
}
.file-box *::selection {
  color: inherit;
}

/* line 47, app/assets/stylesheets/theme/files.css.scss */
.file-box:hover {
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/theme/files.css.scss */
.file-box-icon {
  border: 2px solid lightblue;
  height: 65px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.9rem;
  text-transform: uppercase;
  opacity: 0.7;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

/* line 67, app/assets/stylesheets/theme/files.css.scss */
.folder_control_name {
  text-transform: capitalize;
}

/* line 71, app/assets/stylesheets/theme/files.css.scss */
#folder_name {
  text-transform: capitalize;
}

/* line 75, app/assets/stylesheets/theme/files.css.scss */
span.file-box-label {
  width: auto;
  display: block;
  word-wrap: break-word;
  font-size: 0.9rem;
  line-height: 17px;
}

/* line 83, app/assets/stylesheets/theme/files.css.scss */
.cached-file-element.selected .cfile_label {
  color: #007afd;
}

/* line 87, app/assets/stylesheets/theme/files.css.scss */
.cached-file-element.sync_cfile {
  pointer-events: none;
  opacity: 0.5;
}

/* line 92, app/assets/stylesheets/theme/files.css.scss */
.cached-file-element.cfile_to_delete {
  pointer-events: none;
  opacity: 0.5;
  color: #dc3545;
}

/* line 98, app/assets/stylesheets/theme/files.css.scss */
.cached-file-element.cfile_to_delete .extra_folder_cicon {
  color: #dc3545;
}

/* line 102, app/assets/stylesheets/theme/files.css.scss */
.file-box-icon:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  border-width: 0 18px 18px 0;
  border-style: solid;
  border-color: inherit;
  border-left-color: #fff;
  border-right-color: #fff;
}

/* line 114, app/assets/stylesheets/theme/files.css.scss */
.file-box-icon:after {
  /*content: "";*/
  position: absolute;
  top: -15px;
  right: -3px;
  width: 17px;
  height: 15px;
  background-color: white;
  opacity: 1;
}

/* line 125, app/assets/stylesheets/theme/files.css.scss */
.file-box-edit-icon {
  position: absolute;
  font-size: 0.9rem;
  top: 5px;
  left: 5px;
}

/* line 132, app/assets/stylesheets/theme/files.css.scss */
.file-box-edit-icon:hover {
  opacity: 0.9;
}

/* line 136, app/assets/stylesheets/theme/files.css.scss */
.file-box:hover .file-box-icon {
  opacity: 1;
}

/* line 140, app/assets/stylesheets/theme/files.css.scss */
.file-box:hover .file-box-icon:before {
  border-color: inherit;
  border-left-color: #fff;
  border-right-color: #fff;
}

/* line 146, app/assets/stylesheets/theme/files.css.scss */
.file-box-edit-icon {
  opacity: 0.7;
}

/* line 150, app/assets/stylesheets/theme/files.css.scss */
.file-box.selected .file-box-icon:before {
  top: -2px;
  right: -2px;
  border-width: 0 22px 22px 0;
}

/* line 156, app/assets/stylesheets/theme/files.css.scss */
.file-box.selected .file-box-icon {
  opacity: 1;
  height: 72px;
  width: 52px;
}

/* line 162, app/assets/stylesheets/theme/files.css.scss */
#overlay-container .as_form.create .dragonfly .file_box_span input {
  max-width: 800px;
  border: none;
  text-indent: -195px;
}

/* line 168, app/assets/stylesheets/theme/files.css.scss */
.file-box.selected .file-box-icon:before {
  border-color: inherit;
  border-left-color: #fff;
  border-right-color: #fff;
}

/* line 174, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .sub-form.horizontal-sub-form .footer_wrapper {
  text-align: right;
  clear: both;
  padding-top: 25px;
}

/* line 180, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .btn.btn-danger {
  width: 100%;
}

/* line 184, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .as_form.update {
  padding-bottom: 0;
  max-height: 680px;
}

/* line 189, app/assets/stylesheets/theme/files.css.scss */
#main-wrapper #content-wrapper.has-aside #files-permission-box aside {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  text-align: right;
}

/* line 196, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .dragonfly_controls > div > a {
  white-space: pre;
  overflow: hidden;
}

/* line 201, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #close-file-info {
  cursor: pointer;
  position: relative;
  font-size: 24px;
  display: flex;
  align-items: center;
}

/* line 209, app/assets/stylesheets/theme/files.css.scss */
span.blank_field {
  font-weight: 300;
}

/* line 213, app/assets/stylesheets/theme/files.css.scss */
span.file_download_link {
  margin-left: 20px;
}

/* line 217, app/assets/stylesheets/theme/files.css.scss */
dl.file_object_dl span.no_edit_file_field {
  margin-right: 5px;
}

/* line 221, app/assets/stylesheets/theme/files.css.scss */
p.extra_data_file_line {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

/* line 227, app/assets/stylesheets/theme/files.css.scss */
p.extra_data_file_line .bold {
  font-weight: 400;
  color: #212529;
}

/* line 232, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .show-view li.form-element p.extra_data_file_line > span {
  padding: 0;
}

/* line 236, app/assets/stylesheets/theme/files.css.scss */
p.extra_data_file_line:last-child {
  margin-bottom: -20px;
}

/* line 240, app/assets/stylesheets/theme/files.css.scss */
.virtual_file_info_body {
  margin-left: 20px;
}

/* line 242, app/assets/stylesheets/theme/files.css.scss */
.virtual_file_info_body .file_link > span {
  margin-left: 0;
}

/* line 247, app/assets/stylesheets/theme/files.css.scss */
.virtual_file_extra_info {
  margin-bottom: 15px;
}

/* line 251, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span {
  flex-direction: column;
}

/* line 254, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span label {
  padding-left: 0 !important;
  margin-block: 0 !important;
  padding-block: 0 !important;
  min-height: 0;
  display: contents;
}

/* line 262, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span input.text-input {
  margin-block: 0 !important;
  padding-block: 0 !important;
}

/* line 267, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span input.file-input {
  margin: 0;
  padding: 0;
  text-indent: -160px;
  margin-left: 0;
}

/* line 274, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span #content-wrapper .active-scaffold .file_box_span input.text-input[type="file"] {
  margin-left: 0;
}

/* line 278, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span .file_label:hover {
  color: #d20e11;
}

/* line 283, app/assets/stylesheets/theme/files.css.scss */
.as_form.create .dragonfly .file_box_span input {
  max-width: 800px;
  border: none;
  text-indent: -135px;
}

/* line 289, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .loading_overlay_icon,
#file_object_list .actions_bar .loading_overlay_icon {
  display: none;
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 1000;
}

/* line 298, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .file_footer,
#file_object_list .actions_bar .file_footer {
  width: 300px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #f8f9fa;
  border-top: 1px solid lightgrey;
}

/* line 309, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .dragonfly_controls > div,
#file_object_list .actions_bar .dragonfly_controls > div {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

/* line 318, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold li.form-element .file_object_dl dd {
  margin-right: 0px;
}

/* line 322, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold li.form-element .file_object_dl dd span.text-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 220px;
}

/* line 330, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_title span,
#file_object_list .actions_bar div#file_title span {
  max-width: 85%;
}

/* line 335, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_preview_container,
#file_object_list .actions_bar #file_preview_container {
  margin-inline: auto;
  margin-block: 30px;
}

/* line 341, app/assets/stylesheets/theme/files.css.scss */
a.file_preview_link:hover {
  opacity: 0.6;
}

/* line 343, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_preview_container .no_file_preview,
#file_object_list .actions_bar #file_preview_container .no_file_preview {
  width: 85px;
  min-height: 110px;
  font-size: 20px;
  margin: 15px auto;
}

/* line 351, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_preview_container .file_preview,
#file_object_list .actions_bar #file_preview_container .file_preview {
  display: flex;
  justify-content: center;
  width: inherit;
  height: auto;
}

/* line 359, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_preview_container .file_preview > img,
#file_object_list .actions_bar #file_preview_container .file_preview > img {
  margin-top: -20px;
  max-width: 100%;
  padding: 10px;
}

/* line 366, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_body ul {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
}

/* line 373, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#multiple_file_selected_body ul,
#file_object_list .actions_bar div#multiple_file_selected_body ul {
  padding-left: 0;
}

/* line 378, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .some_user_permission,
#file_object_list .actions_bar .some_user_permission {
  background-color: #e6e6e6;
}

/* line 383, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox,
.multiple_files_change_permissions_checkbox {
  display: flex;
  width: 100%;
  align-items: baseline;
}

/* line 390, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox .fa-square,
.multiple_files_change_permissions_checkbox .fa-square {
  margin-right: 5px;
}

/* line 395, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox label,
.multiple_files_change_permissions_checkbox label {
  display: inline-block;
  font-weight: 300;
  color: #5c5c5c;
  text-align: left;
}

/* line 403, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox i {
  color: #5c5c5c;
}

/* line 407, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold div#cached_file_permissions_block {
  margin-left: 10px;
}

/* line 411, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox:hover i,
#content-wrapper .active-scaffold .change_permissions_checkbox:hover label {
  color: inherit;
  cursor: pointer;
}

/* line 417, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_form,
#file_object_list .actions_bar #file_form {
  padding-inline: 16px;
}

/* line 422, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_body,
#file_object_list .actions_bar div#file_body {
  margin-top: 10px;
}

/* line 427, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_body .dragonfly.file_input,
#file_object_list .actions_bar div#file_body .dragonfly.file_input {
  display: table;
}

/* line 432, app/assets/stylesheets/theme/files.css.scss */
.file-box.ui-selecting {
  opacity: 0.7;
}

/* line 436, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_title,
#file_object_list .actions_bar #file_title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 20px;
  overflow-wrap: anywhere;
  width: 300px;
  padding: 16px;
  background-color: #f8f9fa;
  top: 56px;
  border-bottom: 1px solid lightgrey;
  line-height: 1;
}

/* line 451, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box span.loading_icon,
#file_object_list .actions_bar span.loading_icon,
#loading_overlay_icon {
  background-image: url(/images/loading.gif);
  width: 80px;
  height: 80px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 35%;
}

/* line 464, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .change_cfile_permissions,
#file_object_list .actions_bar .change_cfile_permissions {
  display: flex;
  width: 15px;
}

/* line 470, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .change_cfile_permissions:hover,
#file_object_list .actions_bar .change_cfile_permissions:hover {
  text-decoration: none !important;
}

/* line 475, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .change_cfile_permissions:hover label,
#file_object_list .actions_bar .change_cfile_permissions:hover label {
  cursor: pointer;
  opacity: 0.7;
}

/* line 481, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .change_cfile_permissions label,
#file_object_list .actions_bar .change_cfile_permissions label {
  font-family: "Roboto";
  margin-left: 10px;
  margin-bottom: 0;
  margin-right: 0;
}

/* line 489, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .form-element dt,
#file_object_list .actions_bar .form-element dt {
  text-align: right;
  flex-basis: 0;
  min-width: 0;
}

/* line 496, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .form dl,
#file_object_list .actions_bar .form dl {
  flex-direction: column;
  width: 100%;
}

/* line 502, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .destroy.as_action,
#file_object_list .actions_bar .destroy.as_action {
  float: right;
  margin: 0;
  margin-right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 512, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .sub-form.horizontal-sub-form.files-sub-form .footer_wrapper {
  padding-top: 0;
}

/* line 516, app/assets/stylesheets/theme/files.css.scss */
#file_aside,
#fixed_file_aside {
  display: none;
  position: fixed;
  z-index: 900;
  overflow: auto;
  width: 300px;
  transition: transform 0.2s ease-in-out;
  height: 100%;
  top: 56px;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
  z-index: 1001;
  background-color: #f8f9fa !important;
}

/* line 533, app/assets/stylesheets/theme/files.css.scss */
.fixed_file_aside-hidden #fixed_file_aside {
  display: none;
}

/* line 537, app/assets/stylesheets/theme/files.css.scss */
#fixed_file_aside {
  display: block;
}

/* line 541, app/assets/stylesheets/theme/files.css.scss */
#file_aside .dragonfly_controls a,
#fixed_file_aside .dragonfly_controls a {
  width: 90%;
}

/* line 546, app/assets/stylesheets/theme/files.css.scss */
#file_aside .dragonfly_controls a.fal,
#fixed_file_aside .dragonfly_controls a.fal {
  text-align: right;
  width: 10%;
}

/* line 552, app/assets/stylesheets/theme/files.css.scss */
#file_aside div#multiple_file_selected_body,
#fixed_file_aside div#multiple_file_selected_body,
#file_object_list .actions_bar div#multiple_file_selected_body {
  margin-top: 10px;
}

/* line 558, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_body {
  padding-inline: 15px;
}

/* line 562, app/assets/stylesheets/theme/files.css.scss */
#fixed_file_aside .multiple_file_selected_body ul,
#file_aside .multiple_file_selected_body ul {
  padding-left: 0;
}

/* line 567, app/assets/stylesheets/theme/files.css.scss */
div#files-container-box {
  margin-top: 15px;
}

/* line 571, app/assets/stylesheets/theme/files.css.scss */
.dragonfly_controls a.fal:hover {
  text-decoration: none !important;
}

/* line 575, app/assets/stylesheets/theme/files.css.scss */
#file_order_line_box {
  width: 100%;
  padding-left: 0;
}

/* line 580, app/assets/stylesheets/theme/files.css.scss */
.remote_model_label {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* line 585, app/assets/stylesheets/theme/files.css.scss */
.remote_model_label p {
  margin-bottom: 0;
}

/* line 589, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller #cached_files_block .breadcrumb-item i {
  bottom: 1px;
}

/* line 593, app/assets/stylesheets/theme/files.css.scss */
#cached_files_block .breadcrumb-item i {
  font-size: 11px;
  position: relative;
  bottom: 2px;
  margin-left: 6px;
}

/* line 600, app/assets/stylesheets/theme/files.css.scss */
.cached_file_title_label > span > i {
  margin-left: 10px;
  font-size: 25px;
  position: relative;
  bottom: 3px;
}

/* line 607, app/assets/stylesheets/theme/files.css.scss */
#file_order_line_box .file_order_line_title {
  width: 100%;
  border-bottom: 1px solid lightgrey;
  display: block;
  margin-bottom: 15px;
}

/* line 614, app/assets/stylesheets/theme/files.css.scss */
#file_order_line_box li > div {
  display: flex;
  flex-wrap: wrap;
}

/* FILE TYPE COLORS */
/* line 621, app/assets/stylesheets/theme/files.css.scss */
.file-pdf .cfile_icon, .icon_cfile_view .file-pdf .cfile_extension {
  color: #981f2e;
}

/* line 625, app/assets/stylesheets/theme/files.css.scss */
.file-xml .cfile_icon, .icon_cfile_view .file-xml .cfile_extension {
  color: #bf49b6;
}

/* line 629, app/assets/stylesheets/theme/files.css.scss */
.file-jpg .cfile_icon,
.file-jpeg .cfile_icon,
.icon_cfile_view .file-jpeg .cfile_extension,
.icon_cfile_view .file-jpg .cfile_extension {
  color: #33a54d;
}

/* line 636, app/assets/stylesheets/theme/files.css.scss */
.file-gif .cfile_icon, .icon_cfile_view .file-gif .cfile_extension {
  color: #ff8066;
}

/* line 640, app/assets/stylesheets/theme/files.css.scss */
.file-png .cfile_icon, .icon_cfile_view .file-png .cfile_extension {
  color: #459dc7;
}

/* line 644, app/assets/stylesheets/theme/files.css.scss */
.file-tiff .cfile_icon, .icon_cfile_view .file-tiff .cfile_extension {
  color: #63aaff;
}

/* line 648, app/assets/stylesheets/theme/files.css.scss */
.file-svg .cfile_icon, .icon_cfile_view .file-svg .cfile_extension {
  color: #844084;
}

/* line 652, app/assets/stylesheets/theme/files.css.scss */
.file-xls .cfile_icon,
.file-ols .cfile_icon,
.file-xlsx .cfile_icon,
.file-csv .cfile_icon,
.icon_cfile_view .file-csv .cfile_extension,
.icon_cfile_view .file-csv .cfile_extension,
.icon_cfile_view .file-ols .cfile_extension,
.icon_cfile_view .file-xls .cfile_extension,
.icon_cfile_view .file-xlsx .cfile_extension {
  color: #18ce41;
}

/* line 664, app/assets/stylesheets/theme/files.css.scss */
.file-doc .cfile_icon,
.file-docx .cfile_icon,
.icon_cfile_view .file-doc .cfile_extension,
.icon_cfile_view .file-docx .cfile_extension {
  color: #0e92d2;
}

/* SUBFORM FILTERS */
/* line 672, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form {
  position: relative;
}

/* line 676, app/assets/stylesheets/theme/files.css.scss */
div#file_list_menu > div {
  display: flex;
}

/* line 680, app/assets/stylesheets/theme/files.css.scss */
.file_list_view_mode > span,
.file_list_hidden_folders > span {
  margin-right: 10px;
  cursor: pointer;
  color: #007bff;
}

/* line 687, app/assets/stylesheets/theme/files.css.scss */
.file_list_view_mode > span:hover,
.file_list_hidden_folders > span:hover {
  opacity: 0.7;
}

/* line 692, app/assets/stylesheets/theme/files.css.scss */
.files_extra_actions div#file_list_menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* line 698, app/assets/stylesheets/theme/files.css.scss */
.files_extra_actions div#file_list_menu .custom_filter > span {
  width: 100%;
  text-align: right;
  margin-right: 15px;
}

/* line 704, app/assets/stylesheets/theme/files.css.scss */
.files_extra_actions div#file_list_menu .custom_filter > select {
  min-width: 300px;
}

/* line 709, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons #add_new_file.btn,
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons #add_new_rfolder.btn,
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons #add_new_folder.btn {
  padding: 0 5px;
  margin-left: 10px;
}

/* line 716, app/assets/stylesheets/theme/files.css.scss */
#add_new_file.btn-outline-primary:not(.file_label):hover {
  color: #fff !important;
}

/* line 720, app/assets/stylesheets/theme/files.css.scss */
#file_list_menu .custom_filter {
  display: flex;
  font-size: 16px;
  align-items: center;
}

/* line 726, app/assets/stylesheets/theme/files.css.scss */
#file_list_menu .custom_filter > div {
  margin-left: 10px;
}

/* line 730, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form div#file_list_menu,
.sub-form.horizontal-sub-form.document_files-sub-form div#file_list_menu,
.sub-form.horizontal-sub-form.document_templates-sub-form div#file_list_menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

/* line 739, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form div#file_list_menu > div,
.sub-form.horizontal-sub-form.document_files-sub-form div#file_list_menu > div,
.sub-form.horizontal-sub-form.document_templates-sub-form div#file_list_menu > div {
  min-width: 180px;
}

/* line 743, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form div#file_list_menu > div:not(:last-child),
.sub-form.horizontal-sub-form.document_files-sub-form div#file_list_menu > div:not(:last-child),
.sub-form.horizontal-sub-form.document_templates-sub-form div#file_list_menu > div:not(:last-child) {
  margin-right: 10px;
}

/* line 747, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form div#file_list_menu .btn,
.sub-form.horizontal-sub-form.document_files-sub-form div#file_list_menu .btn,
.sub-form.horizontal-sub-form.document_templates-sub-form div#file_list_menu .btn {
  line-height: 1;
  padding: 3px 5px;
}

/* line 754, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold dl.file_object_dl dd input,
#content-wrapper .active-scaffold dl.file_object_dl dd textarea {
  display: none;
}

/* line 760, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper.show_action .active-scaffold .sub-section .document_files-sub-form.sub-form,
#content-wrapper .active-scaffold .sub-form.horizontal-sub-form.files-sub-form {
  margin-left: 0;
}

/* line 765, app/assets/stylesheets/theme/files.css.scss */
div#no_file_container {
  margin-inline: 15px;
}

/* line 769, app/assets/stylesheets/theme/files.css.scss */
li.form-element.full_width {
  width: 100% !important;
}

/* line 773, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .show-view li.form-element dl.file_object_dl dd > span {
  padding: 0;
}

/* line 777, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .form dl.file_object_dl,
#file_object_list .actions_bar .form dl.file_object_dl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

/* line 785, app/assets/stylesheets/theme/files.css.scss */
dl.file_object_dl dt span {
  margin-left: 10px;
  color: #007bff;
  cursor: pointer;
}

/* line 791, app/assets/stylesheets/theme/files.css.scss */
dl.file_object_dl dt span:hover {
  color: #d20e11;
}

/* line 795, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .file_box_span input.text-input[type="file"] {
  z-index: 0;
  margin-top: 2px;
}

/* line 800, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .file_object_dl .file_box_span input.text-input[type="file"] {
  margin-left: -1px;
}

/* line 804, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_aside .dragonfly_controls a,
#file_object_list .actions_bar #file_aside .dragonfly_controls a,
#files-permission-box #fixed_file_aside .dragonfly_controls a,
#file_object_list .actions_bar #fixed_file_aside .dragonfly_controls a {
  width: 70%;
  margin-left: 25px;
}

/* line 812, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .dragonfly dl.file_object_dl dt,
#file_object_list .actions_bar .dragonfly dl.file_object_dl dt {
  position: relative;
  right: 40px;
  z-index: 1000;
}

/* line 819, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .dragonfly dl.file_object_dl .fal.fa-times,
#file_object_list .actions_bar .dragonfly dl.file_object_dl .fal.fa-times {
  display: none;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  text-decoration: none !important;
  color: #007bff;
}

/* line 831, app/assets/stylesheets/theme/files.css.scss */
.multiple_file_button {
  margin-top: 5px;
  width: 100%;
}

/* line 836, app/assets/stylesheets/theme/files.css.scss */
ul#sending_parent_file_list {
  text-align: left;
  padding-left: 10px;
}

/* line 841, app/assets/stylesheets/theme/files.css.scss */
#sending_parent_file_list li dl {
  width: 100%;
  display: contents;
}

/* line 846, app/assets/stylesheets/theme/files.css.scss */
.file_actions {
  padding: 10px;
  margin-bottom: 0;
}

/* line 851, app/assets/stylesheets/theme/files.css.scss */
.shared_times {
  margin-top: 5px;
}

/* line 855, app/assets/stylesheets/theme/files.css.scss */
.files-menu li.list-group-item.list-group-item-action {
  display: flex;
  align-items: baseline;
  padding-inline: 10px;
}

/* line 861, app/assets/stylesheets/theme/files.css.scss */
.files-menu li.list-group-item.list-group-item-action > span {
  min-width: 20px;
  text-align: center;
  margin-right: 5px;
}

/*FOLDERS*/
/* line 869, app/assets/stylesheets/theme/files.css.scss */
div.folder-box .cfile_icon {
  color: #cacaca;
}

/* line 873, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.empty_folder > .cfile_icon, div.folder-box.empty_folder > .cfile_icon:before {
  /*color: #cacaca!important;*/
}

/* line 877, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.selected .cfile_icon, div.folder-box.selected .cfile_icon:before {
  color: #49a6d6 !important;
}

/* line 881, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.sync_in_progress {
  pointer-events: none;
}

/* line 885, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.sync_in_progress .cfile_icon, div.folder-box.sync_in_progress .cfile_icon:before {
  color: #ff8400 !important;
  pointer-events: none;
  opacity: 0.5;
}

/* line 891, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.frozen_folder.selected > .cfile_icon, div.folder-box.frozen_folder.selected > .cfile_icon:before {
  /*color: #9fc5d1!important;*/
}

/* line 895, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.frozen_folder > .cfile_icon, div.folder-box.frozen_folder > .cfile_icon:before {
  /*color: lightblue;*/
}

/* Se mueve al theme.scss.erb para poder poner los colores del tema
div.folder-box.followed-folder > .cfile_icon, .div.folder-box.followed-folder > .cfile_icon:before{
  color: gold;
}

div.folder-box.followed-folder.selected > .cfile_icon, .folder-box.followed-folder.selected .cfile_icon:before{
  color: #ffd7009c!important;
}
*/
/* line 907, app/assets/stylesheets/theme/files.css.scss */
.cfile_icon > span.fas {
  position: absolute;
  bottom: -2px;
  right: 0;
  color: #5f6368;
  background: white;
  padding: 3px;
  border-radius: 100%;
  border: 1px solid lightgray;
  font-size: 10px !important;
}

/* line 919, app/assets/stylesheets/theme/files.css.scss */
div.icon_cfile_view .cfile_icon > span.extra_folder_cicon.fas,
div.icon_cfile_view .cfile_icon > span.extra_folder_cicon.fas {
  bottom: -2px;
  font-size: 14px !important;
  position: absolute;
  right: -8px;
}

/* line 927, app/assets/stylesheets/theme/files.css.scss */
.folder-box:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* line 932, app/assets/stylesheets/theme/files.css.scss */
.folder_order_line_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 938, app/assets/stylesheets/theme/files.css.scss */
.folder_box {
  width: 90px;
  text-align: center;
  margin-right: 10px;
}

/* line 944, app/assets/stylesheets/theme/files.css.scss */
.folder-box-icon:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 5px 20px 0 0;
  background-color: #5f6368;
  position: absolute;
  top: -12px;
  left: 0px;
}

/* line 956, app/assets/stylesheets/theme/files.css.scss */
span.folder-box-label {
  width: 100%;
  display: block;
  word-wrap: break-word;
  font-size: 0.9rem;
  line-height: 17px;
  margin-top: 3px;
  text-align: center;
  text-transform: capitalize;
}

/* line 967, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .folder-controls {
  padding-left: 0;
}

/* line 971, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .folder-controls ol.breadcrumb {
  margin-bottom: 3px;
}

/* line 975, app/assets/stylesheets/theme/files.css.scss */
.files-menu a.alert_item {
  width: 100%;
}

/* line 979, app/assets/stylesheets/theme/files.css.scss */
.folder-controls .folder-controls-breadcrumb {
  width: 100%;
}

/* line 983, app/assets/stylesheets/theme/files.css.scss */
.folder-controls .folder-controls-breadcrumb code {
  margin-right: -5px;
  cursor: pointer;
}

/* line 988, app/assets/stylesheets/theme/files.css.scss */
.folder-controls .folder-controls-breadcrumb code:hover {
  opacity: 0.7;
}

/* line 992, app/assets/stylesheets/theme/files.css.scss */
.folder-controls {
  margin-right: 15px;
  font-size: 20px;
  color: #333;
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
  align-items: center;
  padding-left: 0;
}

/* line 1004, app/assets/stylesheets/theme/files.css.scss */
.folder-controls .folder-controls-breadcrumb .breadcrumb > nav > .breadcrumb {
  margin-bottom: 0;
}

/* line 1008, app/assets/stylesheets/theme/files.css.scss */
.file_line_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* line 1014, app/assets/stylesheets/theme/files.css.scss */
span.folder_control, .download_file_control {
  cursor: pointer;
}

/* line 1018, app/assets/stylesheets/theme/files.css.scss */
span.folder_control:hover, .download_file_control:hover {
  opacity: 0.7;
}

/* line 1022, app/assets/stylesheets/theme/files.css.scss */
.folder_line_box {
  width: 100%;
  display: flex;
  margin-block: 0 10px;
  flex-wrap: wrap;
}

/* line 1029, app/assets/stylesheets/theme/files.css.scss */
.folder-box {
  width: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 1037, app/assets/stylesheets/theme/files.css.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 1043, app/assets/stylesheets/theme/files.css.scss */
.ui-selecting {
  background: lightcyan;
}

/* line 1047, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_folders > div, #multiple_file_selected_files > div {
  max-height: 200px;
  overflow-y: scroll;
  margin-left: 10px;
}

/* line 1053, app/assets/stylesheets/theme/files.css.scss */
.multiple_file_button.folder_actions {
  margin-top: 35px;
}

/* line 1057, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_folders > span {
  width: 100%;
  display: block;
}

/* line 1062, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_files > span {
  width: 100%;
  display: block;
}

/* line 1067, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_title #folder_name,
#file_object_list .actions_bar div#file_title #folder_name {
  display: flex;
  align-items: baseline;
}

/* line 1073, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_title #folder_name i,
#file_object_list .actions_bar div#file_title #folder_name i {
  cursor: pointer;
  margin-left: 5px;
}

/* line 1079, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_title #folder_name i:hover,
#file_object_list .actions_bar div#file_title #folder_name i:hover {
  opacity: 0.7;
}

/* line 1084, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #folder_form input {
  min-width: 230px;
}

/* line 1088, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box #folder_form .as_form.update,
#file_object_list .actions_bar #folder_form .as_form.update {
  padding: 0;
}

/* line 1093, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box #folder_form .as_form.update .form,
#file_object_list .actions_bar #folder_form .as_form.update .form {
  margin: 0;
}

/* line 1098, app/assets/stylesheets/theme/files.css.scss */
div#folder_form {
  padding-left: 10px;
}

/* line 1102, app/assets/stylesheets/theme/files.css.scss */
div#cached_file_permissions {
  display: block;
  width: 100%;
  padding-inline: 15px;
}

/* line 1108, app/assets/stylesheets/theme/files.css.scss */
.folder_info_title, .cached_file_title {
  font-size: 0.98rem;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
}

/* line 1116, app/assets/stylesheets/theme/files.css.scss */
.folder_info_title {
  font-size: 0.98rem;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1122, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_files {
  margin-top: 15px;
}

/* line 1126, app/assets/stylesheets/theme/files.css.scss */
.comment_actions span.btn.btn-sm.btn-outline-danger {
  border: 1px solid #dc3545;
  margin: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  padding: 2px 4px;
  position: relative;
  bottom: 1px;
}

/* line 1137, app/assets/stylesheets/theme/files.css.scss */
.show-view div#files-permission-box #folder_form li.form-element:not(.hidden):first-child,
#file_object_list .actions_bar #folder_form li.form-element:not(.hidden):first-child {
  margin-left: 0;
}

/* line 1142, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_body .folder_control:hover,
#multiple_file_selected_body .download_file_control:hover,
#multiple_file_selected_body .link_folder_control:hover {
  color: #49a6d6;
}

/* line 1148, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_files .download_file_control .folder_control_name,
#multiple_file_selected_files .folder_control .folder_control_name {
  width: 245px;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1157, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_files .download_file_control,
#multiple_file_selected_files .folder_control,
#multiple_file_selected_folders .link_folder_control {
  display: flex;
  width: 245px;
  color: #333;
  align-items: baseline;
}

/* line 1166, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_files .download_file_control > span,
#multiple_file_selected_files .folder_control > span,
#multiple_file_selected_folders .link_folder_control > span {
  margin-right: 10px;
  min-width: 16px;
}

/* line 1173, app/assets/stylesheets/theme/files.css.scss */
.sub-section .folder-controls-breadcrumb li {
  margin: 0 !important;
  width: auto !important;
  cursor: pointer;
  color: #007bff;
  display: inline-block;
  font-size: 0.9em;
}

/* line 1182, app/assets/stylesheets/theme/files.css.scss */
span.folder_control > span:first-child {
  margin-right: 10px;
}

/* line 1186, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box #folder_form .form dl.file_object_dl,
#file_object_list .actions_bar #folder_form .form dl.file_object_dl {
  justify-content: space-between;
}

/* line 1191, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box #folder_form .form dl.file_object_dl input.update_on_close,
#file_object_list .actions_bar #folder_form .form dl.file_object_dl input.update_on_close {
  display: none;
}

/* line 1196, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .actions_bar #folder_form .form dl.file_object_dl dt {
  margin: 0;
}

/* line 1200, app/assets/stylesheets/theme/files.css.scss */
#main-wrapper #content-wrapper.has-aside #file_object_list aside .btn:not(.destroy) {
  margin: 0;
  margin-top: 5px;
}

/* line 1205, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .actions_bar .destroy.as_action {
  display: inline-block;
  text-align: right;
  float: right;
  margin: 0;
  margin-right: 16px !important;
}

/* line 1213, app/assets/stylesheets/theme/files.css.scss */
.show-view div#files-permission-box #folder_form li.form-element:not(.hidden),
#file_object_list .actions_bar #folder_form li.form-element:not(.hidden) {
  width: 100%;
}

/* line 1218, app/assets/stylesheets/theme/files.css.scss */
.disk_space {
  position: relative;
}

/* line 1222, app/assets/stylesheets/theme/files.css.scss */
.disk_space i {
  font-size: 24px;
}

/* line 1226, app/assets/stylesheets/theme/files.css.scss */
.disk_space span {
  display: block;
  height: 5px;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  min-width: 1%;
  left: 0;
}

/* line 1236, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block table.table {
  margin-bottom: 0;
}

/* line 1240, app/assets/stylesheets/theme/files.css.scss */
.folders_list_table {
  width: 100%;
}

/* line 1244, app/assets/stylesheets/theme/files.css.scss */
span.file_change_view_mode,
span.file_change_hidden_folders,
span.reload_remote_folder {
  color: #cacaca;
}

/* line 1250, app/assets/stylesheets/theme/files.css.scss */
span.file_change_view_mode:hover,
span.file_change_hidden_folders:hover,
span.reload_remote_folder:hover {
  color: #6cbde7;
}

/* line 1256, app/assets/stylesheets/theme/files.css.scss */
span.file_change_view_mode.active,
span.file_change_hidden_folders.active,
span.reload_remote_folder.active {
  color: #007bff;
}

/* line 1262, app/assets/stylesheets/theme/files.css.scss */
th.icon_name-column_heading {
  width: 50%;
}

/* line 1266, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .table-responsive {
  display: contents;
}

/* MOVE FOLDERS */
/* line 1270, app/assets/stylesheets/theme/files.css.scss */
.move-folder-box-section > div {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 1276, app/assets/stylesheets/theme/files.css.scss */
#last_move_folders_step {
  position: absolute;
  bottom: 80px;
  width: 100%;
}

/* line 1282, app/assets/stylesheets/theme/files.css.scss */
input#move_search,
input.move_cfile_rs {
  font-weight: 300;
}

/* line 1287, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box {
  margin-left: 10px;
}

/* line 1290, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder-box.open_folder > .folder-box-element {
  display: block;
}

/* line 1294, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder-box-label.folder_selected {
  color: #49a6d6;
  font-weight: 600;
}

/* line 1299, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder_move_by_rs {
  margin-right: 15px;
}

/* line 1303, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder-box-element {
  margin-left: 20px;
  display: none;
}

/* line 1308, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box p.move_folders_text {
  max-width: 90%;
  text-align: left;
  margin-block: 10px 5px !important;
}

/* line 1314, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder-box {
  width: 100%;
  display: block;
}

/* line 1319, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box span.folder-box-label {
  text-align: left;
  cursor: pointer;
}

/* line 1324, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box span.folder-box-label > .fal {
  margin-right: 5px;
}

/* line 1329, app/assets/stylesheets/theme/files.css.scss */
.move_folder_footer.file_footer {
  text-align: center;
}

/* line 1333, app/assets/stylesheets/theme/files.css.scss */
.move_folder_footer.file_footer > a {
  max-width: 95%;
}

@media screen and (max-width: 800px) {
  /* line 1338, app/assets/stylesheets/theme/files.css.scss */
  #file_list_menu .custom_filter {
    display: none;
  }
}

/* CACHED FILES */
/* line 1345, app/assets/stylesheets/theme/files.css.scss */
#cached_files_head li.breadcrumb-item {
  width: auto;
}

/* line 1349, app/assets/stylesheets/theme/files.css.scss */
#cached_files_block li.breadcrumb-item.active.folder_control {
  margin-bottom: 0;
}

/* line 1353, app/assets/stylesheets/theme/files.css.scss */
#cached_files_block li.breadcrumb-item {
  width: auto;
}

/* line 1357, app/assets/stylesheets/theme/files.css.scss */
#cached_files_block li.breadcrumb-item.active {
  color: #49a6d6;
}

/* line 1361, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2,
.cached_files_controller.show_action h2 {
  width: 100%;
}

/* line 1366, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2.general_label,
.cached_files_controller.show_action h2.general_label {
  display: block;
  width: 100%;
}

/* line 1372, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .show_search-view.cached_files-view {
  padding-block: 15px;
  padding-inline: 0 !important;
}

/* line 1377, app/assets/stylesheets/theme/files.css.scss */
.second_move_folder_point {
  margin-top: 20px;
}

/* line 1381, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action .active-scaffold .active-scaffold-header .actions,
.cached_files_controller.show_action .active-scaffold .active-scaffold-header .actions {
  display: none;
}

/* line 1386, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .active-scaffold-found {
  display: none;
}

/* line 1390, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .as_form.search a.as_cancel {
  margin: 0 !important;
  display: none;
}

/* line 1395, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold table .cached_files-view .as_form.search a.as_cancel {
  display: block;
}

/* line 1399, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .as_form.search input[type*='submit'] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1404, app/assets/stylesheets/theme/files.css.scss */
.folder_block_by_type {
  display: flex;
  flex-wrap: wrap;
}

/* line 1409, app/assets/stylesheets/theme/files.css.scss */
h2.folder_block_title {
  display: flex;
  justify-content: space-between;
}

/* line 1414, app/assets/stylesheets/theme/files.css.scss */
.toggle_folder_group {
  cursor: pointer;
}

/* line 1418, app/assets/stylesheets/theme/files.css.scss */
.toggle_folder_group:hover {
  opacity: 0.7;
}

/* line 1422, app/assets/stylesheets/theme/files.css.scss */
.folders_root ol.breadcrumb {
  display: none;
}

/* line 1426, app/assets/stylesheets/theme/files.css.scss */
#file_object_list div#files-permission-box .form dl.file_object_dl {
  justify-content: space-between;
}

/* line 1430, app/assets/stylesheets/theme/files.css.scss */
#file_object_list div#files-permission-box .form dl.file_object_dl dt {
  margin-right: 0;
}

/* line 1434, app/assets/stylesheets/theme/files.css.scss */
#file_object_list div#folder_form,
#file_object_list div#folder_form .multiple_file_selected_body {
  padding-inline: 16px;
}

/* line 1439, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .actions_bar {
  padding: 0 !important;
  display: block !important;
}

/* line 1444, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .actions_bar span#close-file-info {
  display: none;
}

/* line 1448, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .file_actions {
  padding: 0;
}

/* line 1452, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action #file_list_menu .btn.new,
.cached_files_controller.show_action #file_list_menu .btn.new {
  padding: 0 5px;
  margin-left: 5px;
}

/* line 1458, app/assets/stylesheets/theme/files.css.scss */
.fo_list_sort {
  width: 100%;
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
}

/* line 1464, app/assets/stylesheets/theme/files.css.scss */
p.autogenerated_folder {
  margin: 15px;
}

/* line 1468, app/assets/stylesheets/theme/files.css.scss */
div#record-select-folders {
  max-width: 280px;
}

/* line 1472, app/assets/stylesheets/theme/files.css.scss */
.folder_for_change_customer_folder {
  display: none;
}

/* line 1476, app/assets/stylesheets/theme/files.css.scss */
.folder_for_change_customer_folder.show_folder_block {
  display: block;
}

/* line 1480, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .file_actions {
  margin-inline: 15px;
}

/* line 1484, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .move_folders_box .folder-box {
  width: 95%;
}

/* line 1488, app/assets/stylesheets/theme/files.css.scss */
div#folder_info {
  margin-top: 10px;
}

/* line 1492, app/assets/stylesheets/theme/files.css.scss */
.folder_move_by_rs > span {
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

/* line 1499, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action > nav > ol.breadcrumb,
.cached_files_controller.show_action > nav > ol.breadcrumb {
  display: none;
}

/* line 1504, app/assets/stylesheets/theme/files.css.scss */
.sub-section .form li:not(.draggable-list-element) ul.folder_actions li {
  margin-bottom: 0;
}

/* line 1508, app/assets/stylesheets/theme/files.css.scss */
#file_list_menu hr {
  display: none;
}

/* line 1512, app/assets/stylesheets/theme/files.css.scss */
li.breadcrumb-item.folder-box.folder_control {
  width: auto;
  display: flex;
  flex-direction: row;
  color: #007bff;
  cursor: pointer;
  font-size: 0.9em;
}

/* line 1521, app/assets/stylesheets/theme/files.css.scss */
div.show_action:not(.cached_files_controller) #files-show-box .files_extra_actions {
  display: none;
}

/* line 1525, app/assets/stylesheets/theme/files.css.scss */
div.show_action:not(.cached_files_controller) .files_root_breadcrumb {
  display: none;
}

/* line 1529, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .folders-view h2,
#files_and_folders_block #files_and_folders_files_block h2, #files_and_folders_block #files_and_folders_files_block thead,
#files_and_folders_block #files_and_folders_files_block .show_search.as_action {
  display: none;
}

/* line 1535, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action #files_and_folders_block .btn.new,
.cached_files_controller.show_action #files_and_folders_block .btn.new {
  padding: 0 5px;
  margin-left: 5px;
}

/* line 1541, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action #files_and_folders_block .fo_list_actions_block,
.cached_files_controller.show_action #files_and_folders_block .fo_list_actions_block {
  display: flex;
  justify-content: right;
}

/* line 1547, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper.index_action .cached_files-view .breadcrumb,
#content-wrapper.show_action .cached_files-view .breadcrumb {
  margin-bottom: 6px;
}

/* line 1552, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.file-column,
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.icon_name-column {
  width: 50%;
}

/* line 1557, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.parent-column {
  width: 300px;
}

/* line 1561, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.fsize-column {
  width: 200px;
  text-align: right;
}

/* line 1566, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files_and_folders_block tr th.updated_at-column_heading,
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.updated_at-column {
  width: 200px;
  text-align: right;
}

/* line 1572, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .file-box {
  display: flex;
  align-items: center;
  width: auto;
  height: 40px;
}

/* line 1579, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .file-box-icon {
  scale: 0.5;
  margin: 0;
}

/* line 1584, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .file-box-label {
  text-align: left;
  margin-top: 0;
}

/* line 1590, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .folder-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
}

/* line 1597, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .folder-box-label {
  text-align: left;
  margin-top: 0;
}

/* line 1602, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .folder-box-icon {
  scale: 0.5;
  margin: 0;
}

/* line 1607, app/assets/stylesheets/theme/files.css.scss */
.fsize-column_heading {
  text-align: right;
}

/* line 1611, app/assets/stylesheets/theme/files.css.scss */
.file_loading_icon {
  display: none;
  position: absolute;
  left: 90px;
  bottom: 43px;
}

/* line 1618, app/assets/stylesheets/theme/files.css.scss */
.file_loading_icon > svg {
  position: inherit !important;
}

/* line 1622, app/assets/stylesheets/theme/files.css.scss */
.remote_action_loading_icon {
  display: none;
  position: absolute;
  right: 200px;
  left: 0;
  bottom: 40px;
}

/* line 1630, app/assets/stylesheets/theme/files.css.scss */
#file_list_menu .btn-outline-primary.new.btn {
  padding: 0 5px !important;
  margin-left: 10px !important;
}

/* line 1635, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files-permission-box .sub-form {
  padding-left: 0;
}

/* line 1639, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .files-list h2 {
  display: none;
}

/* line 1643, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .files-list th.actions,
#files_and_folders_block > .files-list td.actions {
  display: none !important;
}

/* line 1648, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .files-list th {
  padding: 0.75rem;
}

/* line 1652, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .files-list th a,
#files_and_folders_block > .files-list th p {
  font-size: 0.98rem;
  margin: 0;
}

/* line 1658, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form .form-element.cached_file_field dl dt {
  text-align: right;
  margin-right: 5px;
  padding-right: 20px;
}

/* line 1664, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .cached_files-view .active-scaffold-header + table {
  background: transparent;
}

/* line 1668, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .as_form.search input[type*='submit'], #content-wrapper .active-scaffold .cached_files-view .as_form.search a {
  line-height: 1 !important;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.98rem !important;
  padding: 7px !important;
  min-width: 90px !important;
}

/* line 1676, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .as_form.search input.form-control[type*='search'] {
  height: 32px;
  font-size: 0.98rem;
}

/* line 1682, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view th.created_at-column_heading, #content-wrapper .active-scaffold .cached_files-view th.last_download-column_heading {
  width: 12%;
}

/* line 1685, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view th.size-column_heading {
  width: 8%;
}

/* line 1689, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view tr.record td {
  padding-inline: 8px !important;
}

/* line 1693, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .folders_list_table .file-box-icon,
#content-wrapper .active-scaffold .cached_files-view .folders_list_table .folder-box-icon {
  margin-left: -20px;
}

/* line 1699, app/assets/stylesheets/theme/files.css.scss */
a.mini_cfile {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
}

/* line 1706, app/assets/stylesheets/theme/files.css.scss */
.mini_cfile .file-box-icon, .mini_cfile .folder-box-icon {
  padding: 0;
  margin: 0;
  scale: 0.2;
}

/* line 1712, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view tr.record td.description-column.description_input.file_input.full_width > div.cfile_description {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1718, app/assets/stylesheets/theme/files.css.scss */
#as_cached_files-create--form .horizontal-sub-form.file_object-sub-form {
  margin-bottom: 0;
}

/* line 1722, app/assets/stylesheets/theme/files.css.scss */
.cfile_icon_content {
  position: relative;
  display: block;
}

/* line 1727, app/assets/stylesheets/theme/files.css.scss */
.folders_list_table .cfile_extension {
  left: 3px;
  top: 12px;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1736, app/assets/stylesheets/theme/files.css.scss */
.icon_cfile_view .cfile_icon {
  font-size: 64px;
  margin-left: 0;
}

/* line 1741, app/assets/stylesheets/theme/files.css.scss */
.cfile_icon {
  font-size: 32px;
  min-width: 45px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: -10px;
}

/* line 1751, app/assets/stylesheets/theme/files.css.scss */
span.cfile_extension {
  position: absolute;
  left: 22px;
  bottom: 6px;
  top: inherit;
  font-size: 18px !important;
}

/* line 1759, app/assets/stylesheets/theme/files.css.scss */
.cfile_label {
  padding-inline: 5px;
}

/* line 1763, app/assets/stylesheets/theme/files.css.scss */
span.extra_folder_cicon {
  position: absolute;
  font-size: 0.8rem !important;
  bottom: 5px;
  z-index: 2;
}

/* line 1770, app/assets/stylesheets/theme/files.css.scss */
div.icon_cfile_view .cfile_icon.fa-file > span.extra_folder_cicon.fas {
  right: 5px;
}

/* line 1774, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2.general_label.cached_file_title_label {
  display: flex;
  justify-content: space-between;
}

/* line 1779, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2.general_label.cached_file_title_label > a {
  font-size: 16px;
}

/* line 1783, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2.general_label.cached_file_title_label > a > i {
  margin-right: 5px;
}

/* line 1787, app/assets/stylesheets/theme/files.css.scss */
.cached_files-sub-form .cached_file_title_label {
  display: none;
}

/* line 1791, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_folders {
  display: block;
  height: 100%;
  max-height: 450px;
}

/* line 1797, app/assets/stylesheets/theme/files.css.scss */
h5 .sub-section-buttons .folder-box {
  position: absolute;
  left: 107px;
  scale: 0.75;
  bottom: 0;
}

/* line 1804, app/assets/stylesheets/theme/files.css.scss */
a#resync_remote_folder {
  padding-block: 0;
}

/* line 1808, app/assets/stylesheets/theme/files.css.scss */
#as_deleted_cached_files-active-scaffold th#as_deleted_cached_files-icon_name-column {
  width: auto;
}

/* line 1812, app/assets/stylesheets/theme/files.css.scss */
#as_deleted_cached_files-active-scaffold td.icon_name-column .cached-file-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  pointer-events: none;
}

/* line 1820, app/assets/stylesheets/theme/files.css.scss */
#as_deleted_cached_files-active-scaffold td.icon_name-column .cached-file-element .cfile_label {
  text-align: left;
}

/* line 1824, app/assets/stylesheets/theme/files.css.scss */
#as_deleted_cached_files-active-scaffold td.icon_name-column .cached-file-element .cfile_extension {
  left: 3px;
  top: 12px;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1833, app/assets/stylesheets/theme/files.css.scss */
.desync_cfiles-filter_btn + .disconnect-filter_btn.filter-btn.nav.navbar-nav.btn-group a {
  border-top: none !important;
}

/* line 1837, app/assets/stylesheets/theme/files.css.scss */
span.fas.fa-slash.no_sync_remote {
  background-color: transparent;
  color: #333;
  z-index: 10;
}

/* line 1843, app/assets/stylesheets/theme/files.css.scss */
div.icon_cfile_view .cfile_icon > span.fas.fa-slash.no_sync_remote {
  bottom: -2px;
  font-size: 14px !important;
  position: absolute;
  right: -8px;
}

/* ERRORES */
/* line 1852, app/assets/stylesheets/theme/files.css.scss */
#cfile_messages div.alert {
  padding: 2px 10px;
  margin-top: 0;
}

/* line 1857, app/assets/stylesheets/theme/files.css.scss */
#cfile_messages div.alert ul {
  margin-bottom: 0;
  padding-left: 0;
}

/* line 1862, app/assets/stylesheets/theme/files.css.scss */
.cached_files_form_action div {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
}

/* alert menu */
/*
.files-menu .list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.files-menu .list-group .folder-box {
  flex-direction: row;
  align-items: center;
}

.files-menu .list-group .folder-box .folder-box-icon {
  width: 38px;
  height: 24px;
}

.files-menu .list-group .folder-box .folder-box-icon:before {
  content: '';
  width: 45%;
  height: 8px;
  border-radius: 5px 20px 0 0;
  background-color: #5f6368;
  position: absolute;
  top: -8px;
  left: 0px;
}

.files-menu .list-group .folder-box span.folder-box-label {
  width: auto;
}*/
/* FORM */
/* line 1902, app/assets/stylesheets/theme/files.css.scss */
.create-view.view .footer-wrapper .footer > a.as_create_another,
.update-view.view .footer-wrapper .footer > a.as_create_another {
  margin-top: 10px;
  display: inline-block !important;
}

/* line 1908, app/assets/stylesheets/theme/files.css.scss */
span.fas.actions_cicon {
  display: none;
}

/* line 1912, app/assets/stylesheets/theme/files.css.scss */
.file_line_box .active-scaffold-pagination {
  margin-top: 20px;
  width: 100%;
  justify-content: right;
}

/* line 1918, app/assets/stylesheets/theme/files.css.scss */
.file_line_box span.as_paginate.truncation {
  border: none;
  cursor: text !important;
  margin: 0;
  padding: 0;
}
/* line 1, app/assets/stylesheets/theme/remote_connections.css.scss */
div#remote_connection_explorer {
  margin-top: 20px;
  border-top: 2px solid #f2f2f2;
  padding: 15px;
}

/* line 6, app/assets/stylesheets/theme/remote_connections.css.scss */
div#remote_connection_explorer ul.remote_connection_breadcrumb {
  display: flex;
}
/* line 1, app/assets/stylesheets/custom.css.scss */
.general_label {
  display: flex;
  align-items: baseline;
}

/* line 6, app/assets/stylesheets/custom.css.scss */
.external_access_customer_icons > i {
  margin-left: 5px;
}

/* line 10, app/assets/stylesheets/custom.css.scss */
.general_label span.header_subtitle .subtitle_tag.user_info {
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 16, app/assets/stylesheets/custom.css.scss */
.contacts-sub-form a.mini_button.delete_model_link {
  display: block;
  margin: 0;
}

/* line 21, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold #as_sendings-create--form li.same_line dd {
  grid-template-columns: inherit;
}

/* line 25, app/assets/stylesheets/custom.css.scss */
.associate_user_action li.sub-form.user-sub-form > h5 {
  display: none;
}

/* line 29, app/assets/stylesheets/custom.css.scss */
.associate_user_action li.sub-form.user-sub-form > div {
  display: flex;
  flex-direction: column-reverse;
}

/* line 34, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form table > thead > tr > th {
  border-color: #fff;
}

/* line 38, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form dt {
  flex-basis: 200px;
  min-width: 200px;
  text-align: right;
}

/* line 44, app/assets/stylesheets/custom.css.scss */
th.max_downloads-column_heading {
  text-align: right;
}

/* line 48, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form label {
  display: inline-block;
}

/* line 52, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form thead {
  display: none;
}

/* line 56, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form tbody tr {
  display: flex;
  flex-direction: column;
}

/* line 61, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form tbody tr td {
  border: none;
  padding: 0;
}

/* line 66, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form tbody tr td.hidden {
  display: none;
}

/* line 70, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form tbody tr td input:not(.avatar-input) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-width: 350px;
  height: 24px;
  line-height: 1;
  font-weight: 300;
  color: #666;
  padding: 0 5px;
}

/* line 90, app/assets/stylesheets/custom.css.scss */
.associate_user_action .user-sub-form .footer-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid lightgray;
  padding: 3px;
}

/* line 96, app/assets/stylesheets/custom.css.scss */
form#record-select-users-search {
  width: 100%;
  display: grid;
}

/* line 101, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > h5 {
  display: none !important;
}

/* line 105, app/assets/stylesheets/custom.css.scss */
a.custom_header_new_button {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  margin-right: 8px;
  min-width: 130px;
  z-index: 1000;
  vertical-align: middle;
  padding: 5px;
  color: white;
}

/* line 116, app/assets/stylesheets/custom.css.scss */
a.custom_header_new_button i {
  margin-right: 5px;
}

/* line 120, app/assets/stylesheets/custom.css.scss */
a.custom_header_new_button:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* line 124, app/assets/stylesheets/custom.css.scss */
.general_label .fal.fa-star, .toggle_follow_customer .fal.fa-star {
  color: dimgray;
}

/* line 125, app/assets/stylesheets/custom.css.scss */
.general_label .fas.fa-star, .toggle_follow_customer .fas.fa-star {
  color: #ffcc80;
  -webkit-text-stroke: 1px #ff9800;
}

/* line 130, app/assets/stylesheets/custom.css.scss */
#follow_folders {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding-block: 5px;
}

/* line 137, app/assets/stylesheets/custom.css.scss */
#follow_folders .follow_folders_block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-block: 5px;
}

/* line 144, app/assets/stylesheets/custom.css.scss */
.cached_files_controller.index_action .content-width,
.cached_files_controller.show_action .content-width {
  padding: 0;
}

/* line 149, app/assets/stylesheets/custom.css.scss */
.contacts_group_hidden .sub-section.contacts_group,
.sendings_group_hidden .sub-section.sendings_group,
.tasks_group_hidden .sub-section.tasks_group,
.comments_group_hidden .sub-section.comments_group,
.external_accesses_group_hidden .sub-section.external_accesses_group {
  display: none;
}

/* line 157, app/assets/stylesheets/custom.css.scss */
.customers_controller.associate_user_action .content-width {
  max-width: 100%;
}

/* EXTERNAL ACCESSES */
/* line 163, app/assets/stylesheets/custom.css.scss */
#overlay-container .create-view .external_access_keys-sub-form .as_create_another:hover {
  color: #49a6d6;
  background-color: transparent !important;
  border-color: transparent !important;
}

/* line 169, app/assets/stylesheets/custom.css.scss */
#overlay-container .create-view .external_access_keys-sub-form .as_create_another {
  display: inline-block !important;
  margin-left: 25px;
  color: #007bff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Arial;
  padding: 0;
}

/* line 191, app/assets/stylesheets/custom.css.scss */
div[id*='external_access_keys-subform-list'] {
  margin-right: 20px;
}

/* line 196, app/assets/stylesheets/custom.css.scss */
.general_label .label_tag_actions {
  display: flex;
  flex-direction: row;
  float: right;
  width: auto;
  align-items: center;
  position: relative;
  bottom: 3px;
}

/* EXTERNAL ACCESS CUSTOMER LIST */
/* line 208, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 0;
  border-left: 6px solid transparent;
}

/* line 217, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form > h5 {
  display: none;
  padding-left: 10px;
  margin-inline: 15px;
  font-size: 18px;
  border-bottom: 1px solid lightgray;
}

/* line 225, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form .sub-form-record li.form-element dd {
  margin-right: 0;
}

/* line 229, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form .sub-form-record li.actions {
  left: 0;
}

/* line 233, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form .footer-wrapper {
  margin-left: 150px;
  margin-bottom: 10px;
}

/* line 238, app/assets/stylesheets/custom.css.scss */
#file_external_accesses {
  padding-inline: 16px;
  border-top: 1px solid lightgray;
  padding-top: 10px;
}

/* line 244, app/assets/stylesheets/custom.css.scss */
#file_external_accesses p.extra_data_file_line {
  margin-bottom: 0;
}

/* line 248, app/assets/stylesheets/custom.css.scss */
i.fa.external_access-status-tag.status-tag {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
}

/* line 256, app/assets/stylesheets/custom.css.scss */
#as_external_accesses-content .label_postcontent > i {
  margin-left: 5px;
}

/* line 260, app/assets/stylesheets/custom.css.scss */
#as_external_accesses-content .label_postcontent {
  display: flex;
  margin-top: 5px;
  float: right;
  font-size: 14px;
  position: relative;
  bottom: 2px;
}

/* line 269, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .records tr li:not(.form-element) {
  margin-bottom: 0;
}

/* line 273, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form h2,
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .active-scaffold-header {
  display: none;
}

/* line 278, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form th.actions {
  display: table-cell !important;
}

/* line 282, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .general_label {
  width: 100%;
  display: flex;
  align-items: baseline;
}

/* line 288, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .external_access_keys-column,
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .expires_at-column {
  text-align: left;
}

/* line 293, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .max_downloads-column {
  text-align: right;
}

/* line 297, app/assets/stylesheets/custom.css.scss */
#external_accesses_block .post_content_general_label_icon {
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}

/** Lists **/
/* line 304, app/assets/stylesheets/custom.css.scss */
th#as_customers-code-column {
  width: 60px;
}

/* line 305, app/assets/stylesheets/custom.css.scss */
#as_customers-content td.code-column {
  min-width: 10px;
}

/* line 307, app/assets/stylesheets/custom.css.scss */
.label-column i.post_content_general_label_icon.fas.fa-user-slash {
  margin-right: 5px;
}

/* line 311, app/assets/stylesheets/custom.css.scss */
h2 .general_label i.post_content_general_label_icon.fas.fa-user-slash {
  font-size: 22px;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}

/* line 318, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold tr.record td.user_name-column,
#content-wrapper .active-scaffold tr.record td.user-column,
#content-wrapper .active-scaffold tr.record td.customer-column,
#content-wrapper .active-scaffold tr.record td.label-column {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 327, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold tr.record td.user_name-column div.general_label a,
#content-wrapper .active-scaffold tr.record td.user-column div.general_label a,
#content-wrapper .active-scaffold tr.record td.label-column div.general_label a {
  text-overflow: ellipsis;
  overflow: hidden;
}
/*















 */
