@charset "UTF-8";
@import url("https://use.typekit.net/ptf6dao.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,200;0,300;0,400;0,700;0,900;1,200;1,300;1,400;1,700;1,900&display=swap");
/* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00BC8F;
  --secondary: #101113;
  --success: #00BC8F;
  --info: #2fcff4;
  --warning: #FEBE3C;
  --danger: #e50576;
  --light: #f5f4f6;
  --dark: #101113;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1367px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: "Lato", sans-serif;
}

/* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #101113;
  text-align: left;
  background-color: #f5f4f6;
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* line 101, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #495ce8;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #1a2fcb;
  text-decoration: none;
}

/* line 202, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: "Lato", sans-serif;
  font-size: 1em;
}

/* line 225, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

/* line 16, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.25rem;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 1.875rem;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.5rem;
}

/* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.125rem;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 0.9375rem;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 0.75rem;
}

/* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 55, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* line 67, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

/* line 73, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

/* line 106, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

/* line 117, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

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

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

/* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #2FCFF4;
  word-wrap: break-word;
}

/* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1367px) {
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/* line 55, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1367px) {
  /* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #101113;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.95rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}

/* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #e5e5e5;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #e5e5e5;
}

/* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e5e5e5;
}

/* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #101113;
  background-color: #f5f5f5;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8ece0;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7adcc5;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #a4e7d7;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a4e7d7;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #bcbcbd;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #838384;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #afafb0;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #afafb0;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8ece0;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7adcc5;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #a4e7d7;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4e7d7;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c5f2fc;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #93e6f9;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #adedfb;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #adedfb;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffedc8;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fedd9a;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe5af;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe5af;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8b9d9;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f17db8;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f6a2cc;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f6a2cc;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #faf9fa;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #efefef;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bcbcbd;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #838384;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #afafb0;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #afafb0;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #101113;
  background-color: #030304;
  border-color: #13131a;
}

/* line 122, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #404040;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

/* line 130, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #101113;
  background-color: #030304;
}

/* line 134, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #13131a;
}

/* line 140, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1366.98px) {
  /* line 171, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.45rem 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #101113;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c1c9d0;
  outline: 0;
  box-shadow: none;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #ACA5AC;
  opacity: 1;
}
.form-control::placeholder {
  color: #ACA5AC;
  opacity: 1;
}

/* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #101113;
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #101113;
  background-color: #fff;
}

/* line 84, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.28rem + 1px);
  padding-bottom: calc(0.28rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.45rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.8725rem + 2px);
  padding: 0.28rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #101113;
}

/* line 235, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #00BC8F;
}

/* line 52, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 188, 143, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00BC8F;
  padding-right: 2.4rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300BC8F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00BC8F;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.25);
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3.6rem !important;
  background-position: right 1.8rem center;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.4rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00BC8F;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300BC8F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00BC8F;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.25);
}

/* line 138, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00BC8F;
}

/* line 142, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00BC8F;
}

/* line 153, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00BC8F;
}

/* line 159, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00efb6;
  background-color: #00efb6;
}

/* line 166, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.25);
}

/* line 170, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00BC8F;
}

/* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00BC8F;
}

/* line 185, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00BC8F;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.25);
}

/* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #e50576;
}

/* line 52, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(229, 5, 118, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e50576;
  padding-right: 2.4rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e50576' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e50576' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e50576;
  box-shadow: 0 0 0 0.2rem rgba(229, 5, 118, 0.25);
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3.6rem !important;
  background-position: right 1.8rem center;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.4rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e50576;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e50576' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e50576' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e50576;
  box-shadow: 0 0 0 0.2rem rgba(229, 5, 118, 0.25);
}

/* line 138, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e50576;
}

/* line 142, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e50576;
}

/* line 153, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e50576;
}

/* line 159, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fa238f;
  background-color: #fa238f;
}

/* line 166, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(229, 5, 118, 0.25);
}

/* line 170, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e50576;
}

/* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e50576;
}

/* line 185, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e50576;
  box-shadow: 0 0 0 0.2rem rgba(229, 5, 118, 0.25);
}

/* line 275, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #101113;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  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 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #101113;
  text-decoration: none;
}

/* line 27, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 188, 143, 0.25);
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #009672;
  border-color: #008968;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #009672;
  border-color: #008968;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 160, 0.5);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 43, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #008968;
  border-color: #007c5f;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 160, 0.5);
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #101113;
  border-color: #101113;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 54, 0.5);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #101113;
  border-color: #101113;
}

/* line 43, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 54, 0.5);
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #009672;
  border-color: #008968;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #009672;
  border-color: #008968;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 160, 0.5);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 43, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #008968;
  border-color: #007c5f;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 160, 0.5);
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #030304;
  background-color: #2fcff4;
  border-color: #2fcff4;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #0dc5f0;
  border-color: #0cbbe4;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0dc5f0;
  border-color: #0cbbe4;
  box-shadow: 0 0 0 0.2rem rgba(40, 176, 208, 0.5);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #030304;
  background-color: #2fcff4;
  border-color: #2fcff4;
}

/* line 43, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0cbbe4;
  border-color: #0bb1d8;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 176, 208, 0.5);
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #030304;
  background-color: #FEBE3C;
  border-color: #FEBE3C;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #030304;
  background-color: #feb116;
  border-color: #fead09;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #030304;
  background-color: #feb116;
  border-color: #fead09;
  box-shadow: 0 0 0 0.2rem rgba(216, 162, 52, 0.5);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #030304;
  background-color: #FEBE3C;
  border-color: #FEBE3C;
}

/* line 43, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #030304;
  background-color: #fead09;
  border-color: #f9a701;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 162, 52, 0.5);
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #e50576;
  border-color: #e50576;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c00463;
  border-color: #b3045c;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c00463;
  border-color: #b3045c;
  box-shadow: 0 0 0 0.2rem rgba(233, 43, 139, 0.5);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e50576;
  border-color: #e50576;
}

/* line 43, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b3045c;
  border-color: #a70456;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 43, 139, 0.5);
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #030304;
  background-color: #f5f4f6;
  border-color: #f5f4f6;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #030304;
  background-color: #e2dfe5;
  border-color: #dcd8df;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #030304;
  background-color: #e2dfe5;
  border-color: #dcd8df;
  box-shadow: 0 0 0 0.2rem rgba(209, 208, 210, 0.5);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #030304;
  background-color: #f5f4f6;
  border-color: #f5f4f6;
}

/* line 43, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #030304;
  background-color: #dcd8df;
  border-color: #d5d1d9;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 208, 210, 0.5);
}

/* line 66, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #101113;
  border-color: #101113;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 54, 0.5);
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #101113;
  border-color: #101113;
}

/* line 43, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 54, 0.5);
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #00BC8F;
  border-color: #00BC8F;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.5);
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00BC8F;
  background-color: transparent;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.5);
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #101113;
  border-color: #101113;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #101113;
  border-color: #101113;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 17, 19, 0.5);
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #101113;
  background-color: transparent;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #101113;
  border-color: #101113;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 17, 19, 0.5);
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #00BC8F;
  border-color: #00BC8F;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.5);
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00BC8F;
  background-color: transparent;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.5);
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #2fcff4;
  border-color: #2fcff4;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #030304;
  background-color: #2fcff4;
  border-color: #2fcff4;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 207, 244, 0.5);
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2fcff4;
  background-color: transparent;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #030304;
  background-color: #2fcff4;
  border-color: #2fcff4;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 207, 244, 0.5);
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #FEBE3C;
  border-color: #FEBE3C;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #030304;
  background-color: #FEBE3C;
  border-color: #FEBE3C;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 190, 60, 0.5);
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FEBE3C;
  background-color: transparent;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #030304;
  background-color: #FEBE3C;
  border-color: #FEBE3C;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 190, 60, 0.5);
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #e50576;
  border-color: #e50576;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e50576;
  border-color: #e50576;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 5, 118, 0.5);
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e50576;
  background-color: transparent;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e50576;
  border-color: #e50576;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 5, 118, 0.5);
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f5f4f6;
  border-color: #f5f4f6;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #030304;
  background-color: #f5f4f6;
  border-color: #f5f4f6;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 246, 0.5);
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f4f6;
  background-color: transparent;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #030304;
  background-color: #f5f4f6;
  border-color: #f5f4f6;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 246, 0.5);
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #101113;
  border-color: #101113;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #101113;
  border-color: #101113;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 17, 19, 0.5);
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #101113;
  background-color: transparent;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #101113;
  border-color: #101113;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 17, 19, 0.5);
}

/* line 83, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #495ce8;
  text-decoration: none;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #1a2fcb;
  text-decoration: none;
}

/* line 93, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

/* line 98, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #adb5bd;
  pointer-events: none;
}

/* line 112, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 5px;
}

/* line 116, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.28rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}

/* line 125, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

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

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

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

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

/* line 2, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

/* line 58, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.25rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #101113;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #edecef;
  border-radius: 0.25rem;
}

/* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1367px) {
  /* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}

/* line 58, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid;
}

/* line 58, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0.25em solid;
  border-bottom: 0.25em solid transparent;
}

/* line 58, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.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 116, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #101113;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #101113;
  text-decoration: none;
  background-color: #fdfcfd;
}

/* line 161, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  white-space: nowrap;
}

/* line 188, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #101113;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.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 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.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 69, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

/* line 73, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

/* line 89, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 111, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 132, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.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 50, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 109, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 118, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

/* line 134, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

/* line 151, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8725rem + 2px);
}

/* line 168, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.28rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9rem;
}

/* line 193, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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 204, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #00BC8F;
  border-color: #00BC8F;
  background-color: #00BC8F;
}

/* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f5f4f6, 0 0 0 0.1rem rgba(0, 188, 143, 0.25);
}

/* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 52, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 62, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 99, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00BC8F;
  background-color: #00BC8F;
}

/* line 133, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 188, 143, 0.5);
}

/* line 142, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 188, 143, 0.5);
}

/* line 153, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 188, 143, 0.5);
}

/* line 176, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #dee2e6;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 188, 143, 0.5);
}

/* line 221, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.45rem 1.9rem 0.45rem 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #c1c9d0;
  outline: 0;
  box-shadow: none;
}

/* line 248, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #101113;
  background-color: #fff;
}

/* line 259, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9rem;
  background-image: none;
}

/* line 266, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin-bottom: 0;
}

/* line 312, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #c1c9d0;
  box-shadow: none;
}

/* line 327, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.4rem + 2px);
  padding: 0.45rem 0.9rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #101113;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

/* line 361, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.4rem;
  padding: 0.45rem 0.9rem;
  line-height: 1.5;
  color: #101113;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.2rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f4f6, 0 0 0 0.1rem rgba(0, 188, 143, 0.25);
}

/* line 398, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f4f6, 0 0 0 0.1rem rgba(0, 188, 143, 0.25);
}

/* line 399, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f4f6, 0 0 0 0.1rem rgba(0, 188, 143, 0.25);
}

/* line 402, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00BC8F;
  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;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #70ffdd;
}

/* line 422, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00BC8F;
  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;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #70ffdd;
}

/* line 448, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
  background-color: #00BC8F;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #70ffdd;
}

/* line 477, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 64, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00BC8F;
}

/* line 97, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.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 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1366.98px) {
  /* line 156, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1367px) {
  /* line 154, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

/* line 56, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 83, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

/* line 90, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

/* line 101, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 118, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 124, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 212, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 219, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 227, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 244, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #ced4da;
  content: "󰅂";
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #adb5bd;
}

/* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #101113;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #101113;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 188, 143, 0.25);
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #00BC8F;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #008968;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.5);
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #101113;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: black;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 17, 19, 0.5);
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #00BC8F;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #008968;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 143, 0.5);
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #030304;
  background-color: #2fcff4;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #030304;
  background-color: #0cbbe4;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 207, 244, 0.5);
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #030304;
  background-color: #FEBE3C;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #030304;
  background-color: #fead09;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 190, 60, 0.5);
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #e50576;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #b3045c;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 5, 118, 0.5);
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #030304;
  background-color: #f5f4f6;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #030304;
  background-color: #dcd8df;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 246, 0.5);
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #101113;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: black;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 17, 19, 0.5);
}

/* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #00624a;
  background-color: #8fe2ce;
  border-color: #b8ece0;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a4e7d7;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002f23;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #08090a;
  background-color: #969697;
  border-color: #bcbcbd;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #afafb0;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: black;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #00624a;
  background-color: #8fe2ce;
  border-color: #b8ece0;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #a4e7d7;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #002f23;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #186c7f;
  background-color: #a3eafa;
  border-color: #c5f2fc;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #adedfb;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #104854;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #84631f;
  background-color: #ffe2a9;
  border-color: #ffedc8;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe5af;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #5b4415;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #77033d;
  background-color: #f491c3;
  border-color: #f8b9d9;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f6a2cc;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #450224;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #7f7f80;
  background-color: #fbfafb;
  border-color: #fcfcfc;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #efefef;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #666666;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #08090a;
  background-color: #969697;
  border-color: #bcbcbd;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #afafb0;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: black;
}

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

/* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00BC8F;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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: 1rem 1rem;
}

/* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

/* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fafafa;
}

/* line 70, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 77, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1367px) {
  /* line 96, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #00624a;
  background-color: #b8ece0;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00624a;
  background-color: #a4e7d7;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00624a;
  border-color: #00624a;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #08090a;
  background-color: #bcbcbd;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #08090a;
  background-color: #afafb0;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #08090a;
  border-color: #08090a;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #00624a;
  background-color: #b8ece0;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #00624a;
  background-color: #a4e7d7;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #00624a;
  border-color: #00624a;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #186c7f;
  background-color: #c5f2fc;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #186c7f;
  background-color: #adedfb;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #186c7f;
  border-color: #186c7f;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #84631f;
  background-color: #ffedc8;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #84631f;
  background-color: #ffe5af;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #84631f;
  border-color: #84631f;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #77033d;
  background-color: #f8b9d9;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #77033d;
  background-color: #f6a2cc;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #77033d;
  border-color: #77033d;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #7f7f80;
  background-color: #fcfcfc;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7f7f80;
  background-color: #efefef;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f80;
  border-color: #7f7f80;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #08090a;
  background-color: #bcbcbd;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #08090a;
  background-color: #afafb0;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #08090a;
  border-color: #08090a;
}

/* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .5;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.2rem;
  outline: 0;
}

/* line 125, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #030304;
}

/* line 135, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.7;
}

/* line 141, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1367px) {
  /* line 239, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", 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: 0.8125rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #343a40;
}

/* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #343a40;
}

/* line 62, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #343a40;
}

/* line 76, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #343a40;
}

/* line 108, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.8rem;
  color: #f5f5f5;
  text-align: center;
  background-color: #343a40;
  border-radius: 0.2rem;
}

/* line 1, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", 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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.3rem;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f5f5f5;
}

/* line 113, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.7rem 0.8rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

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

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

/* line 2, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

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

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

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

/* line 67, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/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, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.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 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 162, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

/* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

/* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #00BC8F !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #008968 !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #101113 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #00BC8F !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #008968 !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #2fcff4 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0cbbe4 !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #FEBE3C !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fead09 !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #e50576 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b3045c !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f5f4f6 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dcd8df !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #101113 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #00BC8F !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #101113 !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #00BC8F !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #2fcff4 !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #FEBE3C !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #e50576 !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f5f4f6 !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #101113 !important;
}

/* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1367px) {
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1367px) {
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1367px) {
  /* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-15 {
  width: 15% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-15 {
  height: 15% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.375rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.375rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.375rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.375rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.375rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.75rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1.5rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 2.25rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 2.25rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 2.25rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 2.25rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 4.5rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 4.5rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.375rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.375rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.375rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.375rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.375rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.75rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1.5rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 2.25rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 2.25rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 2.25rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 2.25rem !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 4.5rem !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

/* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.375rem !important;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.375rem !important;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.375rem !important;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.375rem !important;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.375rem !important;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.75rem !important;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.75rem !important;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.75rem !important;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.75rem !important;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1.5rem !important;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -2.25rem !important;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -2.25rem !important;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -2.25rem !important;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -2.25rem !important;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -2.25rem !important;
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -4.5rem !important;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !important;
}

/* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.375rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.375rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.375rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.375rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.75rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.75rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.75rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.75rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 2.25rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 2.25rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 2.25rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 2.25rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 4.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 4.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 4.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 4.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.375rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.375rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.375rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.375rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.75rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.75rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.75rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.75rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 2.25rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 2.25rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 2.25rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 2.25rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 4.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 4.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 4.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 4.5rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.375rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.75rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -2.25rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -4.5rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.375rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.375rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.375rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.375rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.75rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.75rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.75rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.75rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 2.25rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 2.25rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 2.25rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 2.25rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 4.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 4.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 4.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 4.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.375rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.375rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.375rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.375rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.75rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.75rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.75rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.75rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 2.25rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 2.25rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 2.25rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 2.25rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 4.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 4.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 4.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 4.5rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.375rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.75rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -2.25rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -4.5rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.375rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.375rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.375rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.375rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.75rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.75rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.75rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.75rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 2.25rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 2.25rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 2.25rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 2.25rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 4.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 4.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 4.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 4.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.375rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.375rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.375rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.375rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.75rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.75rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.75rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.75rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 2.25rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 2.25rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 2.25rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 2.25rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 4.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 4.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 4.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 4.5rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.375rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.75rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -2.25rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -4.5rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1367px) {
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.375rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.375rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.375rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.375rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.75rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.75rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.75rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.75rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 2.25rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 2.25rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 2.25rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 2.25rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 4.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 4.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 4.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 4.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.375rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.375rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.375rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.375rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.75rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.75rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.75rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.75rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 2.25rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 2.25rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 2.25rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 2.25rem !important;
  }
  /* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 4.5rem !important;
  }
  /* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 4.5rem !important;
  }
  /* line 15, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 4.5rem !important;
  }
  /* line 18, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 4.5rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.375rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.75rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -2.25rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -4.5rem !important;
  }
  /* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 47, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: "Lato", sans-serif !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1367px) {
  /* line 22, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #00BC8F !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #007055 !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #101113 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #00BC8F !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #007055 !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #2fcff4 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0ba7cc !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #FEBE3C !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ec9f01 !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #e50576 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #9a034f !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f5f4f6 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cfcad4 !important;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #101113 !important;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

/* line 51, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #101113 !important;
}

/* line 52, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #101113 !important;
}

/* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e5e5e5;
  }
  /* line 125, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #e5e5e5;
  }
}

/*@preserve
 * Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2018 Jonathan Peterson
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
/* line 7, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 17, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 19, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
}

@media (min-width: 576px) {
  /* line 24, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 768px) {
  /* line 27, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 30, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 32, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 36, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 43, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 49, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 56, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 62, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

/* line 65, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

/* line 68, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

/* line 70, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 72, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 74, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 76, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 81, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 83, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

/* line 85, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

/* line 87, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

/* line 89, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

/* line 91, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

/* line 93, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

/* line 95, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

/* line 97, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

/* line 99, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

/* line 101, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 103, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

/* line 105, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 111, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 115, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 118, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

/* line 122, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 126, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 128, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 132, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

/* line 134, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

/* line 136, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 138, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

/* line 140, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 144, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}

/* line 149, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 153, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

/* line 156, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}

/* line 158, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 160, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 170, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 174, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 176, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 180, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

/* line 188, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

/* line 190, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 194, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}

/* line 196, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 200, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 204, vendor/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.input-group [data-toggle="datetimepicker"] {
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.twitter-typeahead .tt-hint {
  display: none;
}

/* line 11, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

/* line 33, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 43, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 50, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

/* line 63, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

/* line 73, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 77, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

/* line 80, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

/* line 83, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 87, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag {
  font-size: .8rem;
}

/* line 90, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: .4rem;
  cursor: pointer;
}

/* line 94, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0 2px;
}

/* line 98, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 101, vendor/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 27, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 33, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

/* line 38, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

/* line 48, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
  margin-left: auto;
}

/* line 54, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

/* line 67, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

/* line 77, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

/* line 89, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 99, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

/* line 106, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

/* line 111, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 115, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

/* line 119, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 129, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 134, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

/* line 138, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.input-group .bootstrap-select.form-control, .bootstrap-select.form-control.input-group-btn {
  display: table-cell;
  z-index: auto;
}

/* line 145, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

/* line 150, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 161, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.dropdown-menu-right, .bootstrap-select.dropdown-menu-right[class*="col-"], .row .bootstrap-select.dropdown-menu-right[class*="col-"] {
  float: right;
}

/* line 166, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}

/* line 172, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

/* line 176, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 184, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 191, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.28rem 0.8rem;
}

/* line 195, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

/* line 201, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.form-inline .bootstrap-select .form-control {
  width: 100%;
}

/* line 205, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

/* line 209, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

/* line 214, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

/* line 221, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 229, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}

/* line 234, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  padding-right: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
  margin-right: -100%;
}

/* line 245, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

/* line 252, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

/* line 258, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

/* line 263, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0.5px !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

/* line 270, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 279, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

/* line 283, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

/* line 288, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

/* line 292, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

/* line 296, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 306, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu li {
  position: relative;
}

/* line 309, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 313, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 317, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 321, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 326, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 330, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 335, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 340, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

/* line 356, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 364, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

/* line 370, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

/* line 375, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 383, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

/* line 390, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 396, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

/* line 408, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

/* line 414, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 425, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 438, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 445, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

/* line 454, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

/* line 459, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

/* line 467, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

/* line 474, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 480, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

/* line 484, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 489, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

/* line 494, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 500, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 504, ../../bundle/ruby/3.2.0/gems/bootstrap-select-rails-1.13.8/vendor/assets/stylesheets/bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/structure/_general.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/structure/_general.scss */
body {
  overflow-x: hidden;
  position: relative;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* line 17, vendor/assets/stylesheets/hyper/custom/structure/_general.scss */
  body {
    cursor: pointer;
  }
}

/* line 1, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.logo {
  display: block;
  line-height: 56px;
  width: 260px;
  position: fixed;
  top: 0;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.logo span.logo-lg {
  display: block;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.logo span.logo-lg img {
  max-width: 170px;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.logo span.logo-sm {
  display: none;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.logo.logo-light {
  display: block;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.logo.logo-dark {
  display: none;
}

/* line 25, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 31, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.content-page {
  margin-left: 260px;
  overflow: hidden;
  padding: 56px 12px 10px;
  min-height: 100vh;
}

/* line 38, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu {
  width: 260px;
  z-index: 10;
  background: linear-gradient(135deg, #8f75da 0%, #727cf5 60%);
  bottom: 0;
  position: fixed;
  transition: all 0.2s ease-out;
  top: 0;
  padding-top: 56px;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

/* line 48, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu .collapsed-image {
  display: none;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-link {
  color: #cedce4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  font-size: 0.9375rem;
  position: relative;
  transition: all 0.4s;
}

/* line 63, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-link:hover, .side-nav .side-nav-link:focus, .side-nav .side-nav-link:active {
  color: #ffffff;
  text-decoration: none;
}

/* line 70, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-link span {
  vertical-align: middle;
}

/* line 74, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-link i {
  display: inline-block;
  line-height: 1.0625rem;
  margin: 0 10px 0 0;
  font-size: 1.1rem;
  vertical-align: middle;
  width: 20px;
}

/* line 83, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-link .fresh-stock-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 91, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .badge {
  margin-top: 3px;
}

/* line 95, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-item {
  display: block;
}

/* line 97, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-item.mm-active {
  position: relative;
}

/* line 100, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-item.mm-active .chevron-right {
  transition: transform 0.15s;
}

/* line 105, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-item.mm-active > a .chevron-right {
  transform: rotate(90deg);
}

/* line 109, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-item.mm-active > a:before {
  position: absolute;
  background-color: #00BC8F;
  content: "";
  top: 50%;
  left: -9px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  transform: translateY(-50%);
}

/* line 123, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .side-nav-title {
  padding: 12px 30px;
  letter-spacing: 0.05em;
  pointer-events: none;
  cursor: default;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #cedce4;
  font-weight: 600;
}

/* line 135, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav .mm-active > a {
  color: #ffffff !important;
}

/* line 141, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav-consult-button {
  border: 1px solid #E50576;
  border-radius: 4px;
  color: #E50576;
}

/* line 146, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav-consult-button .side-nav-consult-text {
  padding-left: 1.775rem;
  padding-right: 1.775rem;
}

/* line 151, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav-consult-button:hover {
  color: #E50576;
}

/* line 156, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.side-nav-version-description {
  bottom: 0;
  left: 0;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  text-align: center;
}

/* line 169, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .left-side-menu {
  position: fixed;
  width: 60px;
  z-index: 10;
  padding-top: 56px;
}

/* line 175, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .left-side-menu .simplebar-mask,
body[data-leftbar-compact-mode="condensed"] .wrapper .left-side-menu .simplebar-content-wrapper {
  overflow: visible !important;
}

/* line 180, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .left-side-menu .simplebar-scrollbar {
  display: none !important;
}

/* line 184, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .left-side-menu .simplebar-offset {
  bottom: 0 !important;
}

/* line 188, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .left-side-menu .logo {
  width: 70px;
  z-index: 1;
  background: linear-gradient(135deg, #8f75da 0%, #727cf5 60%);
}

/* line 196, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .help-box {
  display: none;
}

/* line 201, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .content-page {
  margin-left: 60px;
}

/* line 206, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .navbar-custom,
body[data-leftbar-compact-mode="condensed"] .wrapper .footer {
  left: 60px;
}

/* line 211, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .side-nav-consult-button {
  margin-left: 4px !important;
  padding-left: 10px !important;
  padding-right: 16px !important;
}

/* line 217, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .wrapper .side-nav-consult-text {
  display: none;
}

/* line 224, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-title,
body[data-leftbar-compact-mode="condensed"] .side-nav .badge,
body[data-leftbar-compact-mode="condensed"] .side-nav .collapse.in,
body[data-leftbar-compact-mode="condensed"] .side-nav .mm-collapse {
  display: none !important;
}

/* line 230, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .nav.collapse {
  height: inherit !important;
}

/* line 234, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item {
  position: relative;
  white-space: nowrap;
}

/* line 238, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link {
  padding: 5px 20px;
  min-height: 45px;
  transition: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 246, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:hover, body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:active, body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:focus {
  color: #ffffff;
}

/* line 252, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link i {
  font-size: 1.125rem;
  margin-right: 20px;
  margin-left: 6px;
}

/* line 258, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link span {
  display: none;
  padding-left: 10px;
}

/* line 265, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link.side-nav-consult-button {
  margin-left: 0;
  position: relative;
  width: 260px;
  color: #E50576 !important;
  background: #fff !important;
  border: 1px solid #E50576;
}

/* line 273, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link.side-nav-consult-button svg > path {
  color: #E50576 !important;
}

/* line 277, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link.side-nav-consult-button span {
  display: inline;
  color: #E50576 !important;
}

/* line 283, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link:not(.consult-list) {
  position: relative;
  width: 260px;
  color: #fff;
  background: linear-gradient(135deg, #8f75da 0%, #727cf5 60%);
}

/* line 289, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link:not(.consult-list) span {
  display: inline;
}

/* line 294, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul {
  display: block !important;
  left: 60px;
  position: absolute;
  width: 200px;
  height: auto !important;
  z-index: 9999;
  background: linear-gradient(135deg, #8f75da 0%, #727cf5 60%);
}

/* line 302, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul a {
  padding: 8px 20px;
  position: relative;
  width: 200px;
}

/* line 306, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul a:hover {
  color: #ffffff;
}

/* line 311, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul ul {
  left: 200px;
  top: 0;
}

/* line 321, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .logo span.logo-lg {
  display: none;
}

/* line 324, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .logo span.logo-sm {
  display: block;
  line-height: 70px;
  color: #00BC8F;
}

/* line 331, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .expanded-image {
  display: none;
}

/* line 335, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .collapsed-image {
  display: block;
}

/* line 340, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav-item i {
  margin: 0 !important;
}

/* line 345, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav-version-description {
  padding-left: 0;
  padding-right: 0;
}

/* line 349, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-compact-mode="condensed"] .side-nav-version-description .side-nav-version-label {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 356, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body {
    overflow-x: hidden;
  }
  /* line 359, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  .left-side-menu {
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
    display: none;
    z-index: 10 !important;
  }
  /* line 365, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  .sidebar-enable .left-side-menu {
    display: block;
  }
  /* line 369, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  .navbar-nav.navbar-right {
    float: right;
  }
  /* line 372, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  .content-page {
    margin-left: 0 !important;
    padding: 65px 10px 10px;
  }
  /* line 377, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-leftbar-compact-mode="condensed"] .left-side-menu {
    margin-left: -70px;
  }
  /* line 382, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  .logo span.logo-lg {
    display: block;
  }
  /* line 385, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  .logo span.logo-sm {
    display: none;
  }
}

/* line 391, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.help-box {
  border-radius: 5px;
  padding: 20px;
  margin: 25px 25px 25px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.07);
}

/* line 398, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.help-box .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 406, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .help-box {
  background-color: #00BC8F;
}

/* line 411, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .logo.logo-light {
  display: none;
}

/* line 414, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .logo.logo-dark {
  display: block;
}

/* line 422, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="topnav"] .content-page {
  margin-left: 0 !important;
  padding: 0 0 60px 0;
}

/* line 429, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout-mode="boxed"] {
  background-color: #ffffff;
}

/* line 432, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout-mode="boxed"] .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #f5f4f6;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

/* line 440, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout-mode="boxed"][data-leftbar-compact-mode="condensed"] .logo {
  position: relative;
  margin-top: -56px;
}

@media (min-width: 1367px) {
  /* line 450, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-leftbar-compact-mode="scrollable"]:not([data-layout="topnav"]) {
    padding-bottom: 0;
  }
  /* line 453, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-leftbar-compact-mode="scrollable"]:not([data-layout="topnav"]) .wrapper {
    display: flex;
  }
  /* line 457, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-leftbar-compact-mode="scrollable"]:not([data-layout="topnav"]) .left-side-menu {
    position: relative;
    min-width: 260px;
    max-width: 260px;
    padding-top: 0;
  }
  /* line 464, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-leftbar-compact-mode="scrollable"]:not([data-layout="topnav"]) .logo {
    position: relative;
    margin-top: 0;
  }
  /* line 469, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-leftbar-compact-mode="scrollable"]:not([data-layout="topnav"]) .content-page {
    margin-left: 0;
    width: 100%;
    padding-bottom: 60px;
  }
}

/* line 479, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  /* line 483, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-layout="detached"] .container-fluid, body[data-layout="detached"] .container-sm, body[data-layout="detached"] .container-md, body[data-layout="detached"] .container-lg, body[data-layout="detached"] .container-xl {
    max-width: 95%;
  }
}

/* line 489, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-layout-mode="boxed"] .wrapper {
  max-width: 100%;
}

/* line 495, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="scrollable"] .wrapper {
  padding-top: 70px;
}

/* line 499, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .wrapper {
  display: flex;
  overflow: inherit;
}

/* line 503, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .content-page {
  margin-left: 0;
  overflow: hidden;
  padding: 0 15px 5px 30px;
  position: relative;
  margin-right: -15px;
  width: 100%;
  padding-bottom: 60px;
}

/* line 513, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .left-side-menu {
  position: relative;
  background: #ffffff !important;
  min-width: 260px;
  max-width: 260px;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  margin-top: 30px;
  padding-top: 0 !important;
  z-index: 1001 !important;
}

/* line 524, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .left-side-menu .side-nav .side-nav-link {
  color: #6c757d !important;
}

/* line 526, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .left-side-menu .side-nav .side-nav-link:hover, body[data-layout="detached"] .left-side-menu .side-nav .side-nav-link:focus, body[data-layout="detached"] .left-side-menu .side-nav .side-nav-link:active {
  color: #727cf5 !important;
}

/* line 534, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .left-side-menu .side-nav .mm-active > a {
  color: #101113 !important;
}

/* line 539, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .left-side-menu .side-nav .side-nav-title {
  color: #6c757d;
}

/* line 545, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .leftbar-user {
  padding: 30px 20px;
  text-align: center;
}

/* line 549, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"] .leftbar-user .leftbar-user-name {
  font-weight: 700;
  color: #101113;
  margin-left: 12px;
  margin-top: 8px;
  display: block;
}

@media (max-width: 767.98px) {
  /* line 560, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body.sidebar-enable[data-layout="detached"] .left-side-menu {
    position: fixed;
    left: 0;
    overflow-y: auto;
    margin-top: 0;
  }
  /* line 567, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-layout="detached"] .wrapper {
    max-width: 100%;
  }
  /* line 570, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-layout="detached"] .content-page {
    margin-left: 0 !important;
    padding: 0 10px 60px 10px;
  }
  /* line 575, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
  body[data-layout="detached"] .lang-switch {
    display: none;
  }
}

/* line 584, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .wrapper .left-side-menu {
  max-width: 70px;
  min-width: 70px;
  position: relative;
}

/* line 589, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .wrapper .leftbar-user {
  display: none;
}

/* line 594, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .wrapper .content-page {
  margin-left: 0;
}

/* line 599, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .wrapper .footer {
  left: 0;
}

/* line 607, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:hover, body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:active, body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:focus {
  color: #ffffff;
}

/* line 615, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link {
  background: #00BC8F;
  color: #fff !important;
  transition: none;
}

/* line 621, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul {
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

/* line 626, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-layout="detached"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul a:hover {
  color: #101113;
}

/* line 638, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.button-menu-mobile .lines {
  width: 18px;
  display: block;
  position: relative;
  height: 16px;
  transition: all 0.5s ease;
  margin-top: 26px;
  margin-left: 10px;
}

/* line 647, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.button-menu-mobile span {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 5px;
  transition: transform 0.5s ease;
}

/* line 655, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.button-menu-mobile span:nth-of-type(2) {
  width: 24px;
}

/* line 660, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.button-menu-mobile.disable-btn {
  display: none;
}

/* line 668, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .left-side-menu {
  background: #ffffff;
}

/* line 671, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .left-side-menu .logo {
  background: #ffffff !important;
}

/* line 677, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .side-nav .side-nav-link {
  color: #6c757d;
}

/* line 679, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .side-nav .side-nav-link:hover, body[data-leftbar-theme="light"] .side-nav .side-nav-link:focus, body[data-leftbar-theme="light"] .side-nav .side-nav-link:active {
  color: #101113;
}

/* line 687, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .side-nav .mm-active > a {
  color: #101113 !important;
  font-weight: 700;
}

/* line 693, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"] .side-nav .side-nav-title {
  color: #6c757d;
}

/* line 701, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"][data-leftbar-compact-mode="condensed"] .toggle-nav svg {
  transform: rotateY(180deg);
}

/* line 709, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:hover, body[data-leftbar-theme="light"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:focus {
  color: #ffffff;
}

/* line 713, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:active {
  color: #727cf5;
}

/* line 719, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link {
  background: #00BC8F;
  color: #fff !important;
  transition: none;
}

/* line 725, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul {
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

/* line 730, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="light"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul a:hover {
  color: #101113;
}

/* line 743, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"] .left-side-menu {
  background: #313a46;
}

/* line 746, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"] .left-side-menu .logo {
  background: #313a46 !important;
}

/* line 752, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"] .side-nav .side-nav-link {
  color: #8391a2;
}

/* line 754, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"] .side-nav .side-nav-link:hover, body[data-leftbar-theme="dark"] .side-nav .side-nav-link:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-link:active {
  color: #bccee4;
}

/* line 762, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"] .side-nav .mm-active > a {
  color: #ffffff !important;
}

/* line 767, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"] .side-nav .side-nav-title {
  color: #8391a2;
}

/* line 778, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:hover, body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:active, body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item .side-nav-link:focus {
  color: #bccee4;
}

/* line 786, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link {
  background: #00BC8F;
  color: #fff !important;
  transition: none;
}

/* line 792, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul {
  background: #313a46;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

/* line 797, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul a:hover {
  color: #bccee4;
}

/* line 808, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.content-page.collapsed {
  margin-left: 60px;
}

/* line 810, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.content-page.collapsed .navbar-custom {
  left: 60px;
}

/* line 815, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu.collapsed {
  width: 60px;
}

/* line 817, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu.collapsed span {
  display: none;
}

/* line 820, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu.collapsed .side-nav-item {
  display: flex;
  justify-content: center;
}

/* line 825, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu.collapsed .side-nav-item.mm-active a:before {
  left: 0;
}

/* line 829, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu.collapsed i {
  margin: 0;
}

/* line 832, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu.collapsed .side-nav-second-level {
  display: none;
}

/* line 835, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.left-side-menu.collapsed .expanded-image {
  display: none;
}

/* line 840, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.collapsed-image {
  display: block;
  width: 31px;
  height: 30px;
}

/* line 846, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.collapsed-logo {
  position: absolute;
  top: 28px;
  transform: translate(-50%, -50%);
  left: 53%;
}

/* line 855, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.dropdown.show .arrow-down:after {
  transform: rotate(-225deg) translateY(-50%);
}

/* line 858, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.dropdown.show button span {
  transition: .3s transform ease-in-out;
}

/* line 862, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.dropdown button span {
  padding-left: 10px;
  font-size: 12px;
  transition: .3s transform ease-in-out;
}

/* line 868, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.dropdown .btn:focus {
  box-shadow: none;
}

/* line 873, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.dropdown .dropdown-menu a {
  color: #737373;
}

/* line 876, vendor/assets/stylesheets/hyper/custom/structure/_left-menu.scss */
.dropdown .dropdown-menu a:hover {
  color: #009672;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom {
  padding: 0px 35px;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  min-height: 56px;
  position: fixed;
  left: 260px;
  top: 0;
  right: 0;
  z-index: 10;
}

/* line 16, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-left {
  background-color: #ffffff;
  height: 56px;
  position: fixed;
  z-index: 1;
  width: 260px;
  text-align: center;
  top: 0;
  left: 0;
}

/* line 25, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-left .logo {
  line-height: 56px;
}

/* line 27, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-left .logo i {
  display: none;
}

/* line 33, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-left-menu {
  display: flex;
  flex: 1;
  align-items: center;
}

/* line 37, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-left-menu .toggle-nav {
  margin: 0 5px 0 -20px;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-right-menu {
  position: relative;
  z-index: 1;
}

/* line 45, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-right-menu li {
  float: left;
  max-height: 56px;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-right-menu li.show .nav-link {
  color: #404040;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-right-menu .nav-link {
  padding: 0;
  color: #101113;
  min-width: 32px;
  display: block;
  text-align: center;
  margin: 0 10px;
  position: relative;
}

/* line 62, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .topbar-right-menu .nav-link.nav-user {
  height: 56px;
  display: flex;
}

/* line 70, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .app-search form {
  padding: calc(18px / 2) 5px calc(18px / 2) 0;
  overflow: hidden;
  max-width: 320px;
}

/* line 78, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .btn-topbar-add-new {
  font-size: 13px;
}

/* line 82, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .btn-topbar-subscribe {
  color: #E50576;
  border: 1px solid #E50576;
  margin: 0 1em;
  font-size: 9pt;
  padding: 0.5em 3em;
}

/* line 89, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .btn-topbar-subscribe a {
  color: #E50576;
}

/* line 94, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .text-trial-countdown {
  font-size: 9pt;
}

/* line 98, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .text-trial-countdown-day,
.navbar-custom .text-trial-countdown-final-day {
  font-weight: bold;
}

/* line 103, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.navbar-custom .text-trial-countdown-days {
  color: #E50576;
}

/* line 109, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.topbar-dropdown .nav-link {
  line-height: 56px;
}

/* Search */
/* line 117, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #f1f3fa;
  box-shadow: none;
}

/* line 125, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.app-search span.search-icon {
  position: absolute;
  z-index: 9;
  font-size: 20px;
  line-height: 38px;
  left: 10px;
  top: 0;
}

/* line 133, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.app-search .input-group-append {
  margin-left: 0;
  z-index: 4;
}

/* Notification */
/* line 140, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list {
  margin-left: 0;
}

/* line 143, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .noti-title {
  background-color: transparent;
  padding: 15px 20px;
}

/* line 148, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .noti-icon {
  font-size: 22px;
  vertical-align: middle;
  line-height: 56px;
}

/* line 154, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .noti-icon-badge {
  position: absolute;
  top: 27px;
  transform: translateX(100%);
  right: 50%;
  border-radius: 50%;
  background-color: #FEBE3C;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-width: 15px;
  min-height: 15px;
  padding: 0 3px;
}

/* line 171, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .notify-item {
  padding: 10px 20px;
}

/* line 174, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

/* line 185, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 191, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

/* line 194, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .notify-item .notify-details small {
  display: block;
}

/* line 197, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

/* line 206, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .notify-item .user-msg {
  margin-left: 45px;
  white-space: normal;
  line-height: 16px;
}

/* line 213, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.notification-list .topbar-dropdown-menu .notify-item {
  padding: 7px 20px;
}

/* line 219, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-dropdown {
  min-width: 170px;
}

/* line 221, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-dropdown i,
.profile-dropdown span {
  vertical-align: middle;
}

/* line 225, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-dropdown .dropdown-item.notify-item {
  color: #737373;
}

/* line 227, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-dropdown .dropdown-item.notify-item:hover {
  color: #101113;
}

/* line 233, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.nav-user {
  background-color: #fff;
  border-width: 0;
}

/* line 238, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-container {
  text-align: left;
  display: flex;
  align-items: center;
}

/* line 243, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-container .account-container {
  margin-right: 10px;
}

/* line 247, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-container .account-position {
  font-size: 12px;
  margin-top: -3px;
}

/* line 252, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-container .account-user-avatar {
  margin-right: 5px;
}

/* line 256, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-container svg {
  margin-left: 5px;
}

/* line 260, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-container .account-user-name {
  font-weight: 600;
}

/* line 265, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.profile-container .account-user-avatar img {
  height: 32px;
  width: 32px;
}

/* line 272, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.button-menu-mobile {
  border: none;
  color: #101113;
  height: 56px;
  line-height: 56px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
  float: left;
}

/* line 283, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.button-menu-mobile i {
  vertical-align: middle;
}

/* line 287, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.button-menu-mobile.disable-btn {
  display: none;
}

/* line 293, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
[data-keep-enlarged="true"] .navbar-custom {
  padding-left: 0;
}

/* line 298, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
[data-keep-enlarged="true"] .button-menu-mobile.disable-btn {
  display: inline-block;
}

@media (max-width: 600px) {
  /* line 306, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom .topbar-right-menu {
    position: initial;
  }
  /* line 310, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom .dropdown {
    position: static;
  }
  /* line 313, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom .dropdown .dropdown-menu {
    left: 10px !important;
    right: 10px !important;
  }
}

@media (max-width: 1024px) {
  /* line 322, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom {
    left: 70px;
    right: 0;
  }
  /* line 326, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom .app-search {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 333, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom {
    left: 0 !important;
    padding: 0;
  }
  /* line 338, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom .nav-user .account-container {
    display: none;
  }
  /* line 344, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .button-menu-mobile.disable-btn {
    display: inline-block;
  }
  /* line 349, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .profile-container .account-user-avatar {
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  /* line 358, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom .topbar-right-menu .nav-link {
    margin: 0 5px;
  }
  /* line 364, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom.topnav-navbar .container-fluid, .navbar-custom.topnav-navbar .container-sm, .navbar-custom.topnav-navbar .container-md, .navbar-custom.topnav-navbar .container-lg, .navbar-custom.topnav-navbar .container-xl {
    padding-right: 12px;
    padding-left: 12px;
  }
  /* line 368, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom.topnav-navbar .navbar-toggle {
    margin: 27px 3px;
  }
  /* line 371, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .navbar-custom.topnav-navbar .button-menu-mobile {
    width: auto;
  }
}

@media (min-width: 1367px) {
  /* line 382, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  body[data-leftbar-compact-mode="scrollable"]:not([data-layout="topnav"]) .navbar-custom {
    position: absolute;
  }
}

/* line 389, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.topnav-navbar-dark {
  background-color: #313a46;
}

/* line 392, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.topnav-navbar-dark .nav-user {
  background-color: #3c4655;
  border: 1px solid #414d5d;
}

/* line 400, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.topnav-navbar-dark .topbar-right-menu li.show .nav-link {
  color: #fff;
}

/* line 408, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.topnav-navbar-dark .app-search .form-control {
  background-color: #3c4655;
  color: #fff;
}

/* line 412, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.topnav-navbar-dark .app-search span {
  color: #101113;
}

/* line 418, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.topnav-navbar-dark .navbar-toggle span {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 425, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
body[data-layout-mode="boxed"] .navbar-custom {
  position: relative;
  left: 0 !important;
  margin: -56px -12px 0;
}

/* line 432, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
body[data-layout-mode="boxed"][data-layout="topnav"] .navbar-custom {
  margin: 0;
}

/* line 439, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.toggle-nav {
  color: #737373;
  font-size: 18px;
  text-decoration: none;
}

/* line 443, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.toggle-nav button:focus {
  box-shadow: none;
}

/* line 446, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.toggle-nav:hover {
  color: #737373;
}

@media (max-width: 991.98px) {
  /* line 439, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .toggle-nav {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 439, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .toggle-nav {
    display: none;
  }
}

/* line 459, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
.mobile-navbar-logo {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 459, vendor/assets/stylesheets/hyper/custom/structure/_topbar.scss */
  .mobile-navbar-logo {
    top: 2px;
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* line 5, vendor/assets/stylesheets/hyper/custom/structure/_right-sidebar.scss */
.right-bar {
  background-color: #ffffff;
  box-shadow: 0 0 24px 0 rgba(16, 17, 19, 0.1), 0 1px 0 0 rgba(16, 17, 19, 0.08);
  display: block;
  position: fixed;
  transition: all 200ms ease-out;
  width: 280px;
  z-index: 9999;
  float: right !important;
  right: -290px;
  top: 0;
  bottom: 0;
  padding-bottom: 80px;
}

/* line 19, vendor/assets/stylesheets/hyper/custom/structure/_right-sidebar.scss */
.right-bar .rightbar-title {
  background-color: #313a46;
  padding: 27px 25px;
  color: #ffffff;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/structure/_right-sidebar.scss */
.right-bar .right-bar-toggle {
  background-color: #444e5a;
  height: 24px;
  width: 24px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-top: -4px;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/structure/_right-sidebar.scss */
.rightbar-overlay {
  background-color: #37404a;
  opacity: 0.1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  transition: all .2s ease-out;
}

/* line 50, vendor/assets/stylesheets/hyper/custom/structure/_right-sidebar.scss */
.right-bar-enabled .right-bar {
  right: 0;
}

/* line 53, vendor/assets/stylesheets/hyper/custom/structure/_right-sidebar.scss */
.right-bar-enabled .rightbar-overlay {
  display: block;
}

@media (max-width: 767.98px) {
  /* line 60, vendor/assets/stylesheets/hyper/custom/structure/_right-sidebar.scss */
  .right-bar {
    overflow: auto;
  }
}

/* line 6, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
.page-title-box .page-title {
  font-size: 18px;
  margin: 0;
  line-height: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
.page-title-box .page-title-right {
  float: right;
  margin-top: 20px;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
.page-title-box .breadcrumb {
  padding-top: 8px;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
.page-title-box-sm .page-title {
  line-height: 1 !important;
  margin-bottom: 25px;
}

/* line 30, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
.page-title-box-sm .page-title-right {
  float: right;
  margin-top: 0;
}

/* line 35, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
.page-title-box-sm .breadcrumb {
  padding-top: 0;
  margin-top: -3px !important;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
.text-title {
  color: #101113;
}

/* line 45, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
.text-title:hover {
  color: #101113;
}

@media (max-width: 767.98px) {
  /* line 52, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
  }
  /* line 59, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
  .page-title-box .breadcrumb {
    display: none;
  }
  /* line 62, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
  .page-title-box .page-title-right {
    display: none;
  }
}

@media (max-width: 419px) {
  /* line 69, vendor/assets/stylesheets/hyper/custom/structure/_page-head.scss */
  .page-title-box .breadcrumb {
    display: none;
  }
}

/* line 5, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
.footer {
  border-top: 1px solid rgba(16, 17, 19, 0.2);
  bottom: 0;
  padding: 19px 24px 20px;
  position: absolute;
  right: 0;
  color: #101113;
  left: 260px;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
.footer .footer-links a {
  color: #101113;
  margin-left: 1.5rem;
  transition: all .4s;
}

/* line 19, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
.footer .footer-links a:hover {
  color: #030304;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
.footer .footer-links a:first-of-type {
  margin-left: 0;
}

@media (max-width: 767.98px) {
  /* line 30, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
  .footer {
    left: 0 !important;
    text-align: center;
  }
}

/* line 38, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
.footer-alt {
  left: 0;
  border: none;
  text-align: center;
}

/* line 46, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
body[data-layout="topnav"] .footer {
  left: 0 !important;
  padding: 19px 0 20px;
}

/* line 51, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
body[data-layout="topnav"][data-layout-mode="boxed"] .footer {
  max-width: 1300px;
}

/* line 58, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
body[data-layout-mode="boxed"] .footer {
  border: none;
  margin: 0 auto;
  background-color: #f5f4f6;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  max-width: calc(1300px - 260px);
}

/* line 67, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
body[data-layout-mode="boxed"][data-leftbar-compact-mode="condensed"] .footer {
  max-width: calc(1300px - 70px);
}

/* line 74, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
body[data-layout="detached"] .footer {
  left: 0;
}

/* line 77, vendor/assets/stylesheets/hyper/custom/structure/_footer.scss */
body[data-layout="detached"] .footer .container-fluid, body[data-layout="detached"] .footer .container-sm, body[data-layout="detached"] .footer .container-md, body[data-layout="detached"] .footer .container-lg, body[data-layout="detached"] .footer .container-xl {
  max-width: 100%;
  padding: 0;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters-width {
  max-width: 220px;
}

/* line 8, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters {
  display: flex;
  flex-direction: column;
  margin-right: -20px;
}

/* line 12, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters ul {
  padding: 0;
  margin: 0;
}

/* line 16, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters a:hover,
.sidebar-filters a:focus {
  color: #000;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .filter-title {
  outline: 0;
  width: 100%;
  display: flex;
  color: #737373;
  padding-left: 20px;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 400;
}

/* line 30, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item {
  background-color: inherit;
  padding: 8px 0;
  border: none;
}

/* line 35, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item.simple-list-group-item .additional-filters-info span {
  position: relative;
  border: none;
  left: 0;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item span:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
}

/* line 50, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item a span {
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline;
  cursor: pointer;
  padding: 3px;
  position: absolute;
  left: 0;
  top: 14px;
}

/* line 59, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item a span:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
}

/* line 66, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item .filter-title.collapsed span {
  transform: rotate(45deg);
  margin-top: -2px;
}

/* line 70, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item .filter-title span {
  transform: rotate(-135deg);
  margin-top: 2px;
}

/* line 74, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub {
  margin: 10px 0 0;
}

/* line 76, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .collapsing,
.sidebar-filters .list-group-item-sub .collapse {
  padding: 10px 0 0;
}

/* line 80, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .collapsing span,
.sidebar-filters .list-group-item-sub .collapse span {
  position: relative;
  border: none;
  top: 0;
}

/* line 86, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .bootstrap-select {
  width: 100% !important;
}

/* line 89, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .dropdown-toggle {
  max-width: 150px;
  margin: 0;
  padding: 0;
  border: none !important;
  background-color: inherit;
}

/* line 95, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .dropdown-toggle:hover {
  border: none !important;
  background: inherit !important;
  border-radius: 0;
}

/* line 100, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .dropdown-toggle:after {
  display: none;
}

/* line 104, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .list-group-item {
  border: none;
  margin-bottom: 0;
  padding: 5px 0;
}

/* line 108, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .list-group-item a span {
  top: 9px;
  right: -10px;
  left: auto;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .list-group-item:before {
  position: absolute;
  content: '';
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 4px;
}

/* line 125, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .filter-title {
  padding: 0 20px 0 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
}

/* line 131, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .filter-option-inner-inner {
  color: #009672;
}

/* line 134, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .filter-title span {
  transform: rotate(-135deg);
}

/* line 137, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .list-group-item-sub .filter-title.collapsed span {
  transform: rotate(45deg);
}

/* line 141, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .form-check-label {
  font-size: 10px;
}

/* line 144, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .sidebar-filters-select {
  position: relative;
  left: 0;
  max-width: 170px;
}

/* line 150, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .dropdown-menu li a {
  font-size: 12px;
}

/* line 153, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .dropdown-menu span.text {
  display: block;
}

/* line 158, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .filter-title:not(.collapsed) .sidebar-filters-select {
  display: flex;
}

/* line 162, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .form-control {
  padding: 0 0.9rem;
  height: auto;
  border: 0;
  color: #404040;
  font-size: 0.8rem;
}

/* line 169, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters .form-control.select {
  padding: 5px;
}

/* line 174, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters-wrap {
  width: 240px;
}

/* line 176, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters-wrap.condensed {
  width: 70px;
}

/* line 178, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters-wrap.condensed .search-form {
  display: none;
}

/* line 181, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.sidebar-filters-wrap.condensed .fa-ellipsis-v,
.sidebar-filters-wrap.condensed .toggle-filters span {
  display: none;
}

/* line 189, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.filters-sidebar .toggle-filters:focus {
  box-shadow: none;
}

/* line 192, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.filters-sidebar .toggle-filters span {
  font-size: 13px;
  font-weight: 700;
  margin-left: 15px;
}

/* line 198, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.filters-sidebar .toggle-filters-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 204, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.filters-sidebar .toggle-filters-wrap button:hover {
  color: #737373;
}

/* line 210, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.custom-switch {
  padding-left: 2.25rem;
  padding-bottom: 1rem;
}

/* line 214, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.custom-control-label {
  padding-top: 0.5rem;
  padding-left: 2rem;
  padding-bottom: 0.1rem;
}

/* line 219, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  height: 2rem;
  width: 3.5rem;
  pointer-events: all;
  border-radius: 1rem;
}

/* line 226, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  background-color: #adb5bd;
  border-radius: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 238, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 242, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.5rem);
}

/* line 247, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.additional-filters-info a,
.additional-filters-info strong,
.additional-filters-info span {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 255, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.custom-label-relative {
  padding: 1px 5px 2px;
}

/* line 258, vendor/assets/stylesheets/hyper/custom/structure/_sidebar-filters.scss */
.custom-input-relative {
  position: relative;
  margin-left: 5px;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar {
  padding: 0;
  margin: 0;
  min-height: 70px;
  position: relative;
  left: 0 !important;
  z-index: 49;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .topnav-logo {
  line-height: 70px;
  float: left;
  padding-right: 20px;
  min-width: 160px;
}

/* line 19, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .topnav-logo .topnav-logo-sm {
  display: none;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .navbar-toggle {
  position: relative;
  cursor: pointer;
  float: left;
  margin: 27px 20px;
  padding: 0;
  background-color: transparent;
  border: none;
}

/* line 33, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  height: 16px;
  transition: all .5s ease;
}

/* line 40, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: rgba(16, 17, 19, 0.8);
  display: block;
  margin-bottom: 5px;
  transition: transform .5s ease;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .navbar-toggle.open span {
  position: absolute;
}

/* line 51, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .navbar-toggle.open span:first-child {
  top: 7px;
  transform: rotate(45deg);
}

/* line 55, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

/* line 58, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .navbar-toggle.open span:last-child {
  width: 100%;
  top: 7px;
  transform: rotate(-45deg);
}

/* line 67, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav-navbar .app-search {
  float: left;
}

/* line 72, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav {
  background: #313a46;
}

/* line 75, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav .topnav-menu {
  margin: 0;
  padding: 0;
}

/* line 80, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.topnav .navbar-nav .nav-link {
  font-size: .9375rem;
  position: relative;
  padding: 1rem 1.3rem;
}

/* line 88, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.arrow-down {
  display: inline-block;
}

/* line 91, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: .4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 10px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all .3s ease-out;
  width: .4em;
}

/* line 109, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
body[data-layout="topnav"] .container-fluid, body[data-layout="topnav"] .container-sm, body[data-layout="topnav"] .container-md, body[data-layout="topnav"] .container-lg, body[data-layout="topnav"] .container-xl {
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: 992px) {
  /* line 117, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  body[data-layout="topnav"] .container-fluid, body[data-layout="topnav"] .container-sm, body[data-layout="topnav"] .container-md, body[data-layout="topnav"] .container-lg, body[data-layout="topnav"] .container-xl {
    max-width: 95%;
  }
  /* line 121, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  body[data-layout="topnav"][data-layout-mode="boxed"] .container-fluid, body[data-layout="topnav"][data-layout-mode="boxed"] .container-sm, body[data-layout="topnav"][data-layout-mode="boxed"] .container-md, body[data-layout="topnav"][data-layout-mode="boxed"] .container-lg, body[data-layout="topnav"][data-layout-mode="boxed"] .container-xl {
    max-width: 97%;
  }
  /* line 131, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
  /* line 138, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    min-width: calc(10rem + 1.5rem);
    font-size: calc(1rem - 0.01rem);
  }
  /* line 145, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .dropdown .dropdown-menu .arrow-down::after {
    right: 15px;
    transform: rotate(-135deg) translateY(-50%);
    position: absolute;
  }
  /* line 153, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
  }
  /* line 163, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  /* line 168, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
  }
  /* line 172, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .navbar-toggle {
    display: none;
  }
  /* line 176, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .dropdown.active > a.dropdown-item {
    color: #101113;
    background-color: #fdfcfd;
  }
}

@media (min-width: 1367px) {
  /* line 184, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  body[data-layout="topnav"] .container-fluid, body[data-layout="topnav"] .container-sm, body[data-layout="topnav"] .container-md, body[data-layout="topnav"] .container-lg, body[data-layout="topnav"] .container-xl {
    max-width: 85%;
  }
}

@media (max-width: 991.98px) {
  /* line 192, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav-navbar .topnav-logo-lg {
    display: none;
  }
  /* line 195, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav-navbar .topnav-logo {
    min-width: 50px;
    padding-right: 0;
    text-align: center;
  }
  /* line 200, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav-navbar .topnav-logo-sm {
    display: block !important;
  }
  /* line 207, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .navbar-nav .nav-link {
    padding: 0.75rem 1.3rem;
  }
  /* line 212, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 15px;
  }
  /* line 218, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent;
  }
  /* line 225, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .navbar-dark .dropdown .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  /* line 228, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .navbar-dark .dropdown .dropdown-item.active, .topnav .navbar-dark .dropdown .dropdown-item:active {
    color: #fff;
  }
  /* line 235, vendor/assets/stylesheets/hyper/custom/structure/_horizontal-nav.scss */
  .topnav .arrow-down::after {
    right: 15px;
    position: absolute;
  }
}

/* line 7, vendor/assets/stylesheets/hyper/custom/components/_accordions.scss */
.custom-accordion .card {
  box-shadow: none;
}

/* line 11, vendor/assets/stylesheets/hyper/custom/components/_accordions.scss */
.custom-accordion .card-header {
  background-color: #f5f5f5;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_accordions.scss */
.custom-accordion .card-body {
  border: 1px solid #f5f5f5;
}

/* line 19, vendor/assets/stylesheets/hyper/custom/components/_accordions.scss */
.custom-accordion .accordion-arrow {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
}

/* line 27, vendor/assets/stylesheets/hyper/custom/components/_accordions.scss */
.custom-accordion a.collapsed i.accordion-arrow:before {
  content: "\F142";
}

/* line 35, vendor/assets/stylesheets/hyper/custom/components/_accordions.scss */
.custom-accordion-title {
  color: #313a46;
  position: relative;
}

/* line 39, vendor/assets/stylesheets/hyper/custom/components/_accordions.scss */
.custom-accordion-title:hover {
  color: #414d5d;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_avatar.scss */
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_avatar.scss */
.avatar-sm {
  height: 3rem;
  width: 3rem;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_avatar.scss */
.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/components/_avatar.scss */
.avatar-lg {
  height: 6rem;
  width: 6rem;
}

/* line 25, vendor/assets/stylesheets/hyper/custom/components/_avatar.scss */
.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

/* line 30, vendor/assets/stylesheets/hyper/custom/components/_avatar.scss */
.avatar-title {
  align-items: center;
  background-color: #00BC8F;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/components/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Design Icons";
  font-size: 16px;
  line-height: 1.3;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn .mdi::before {
  line-height: initial;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn.btn-red {
  background-color: #ff6047;
  border-color: #ff6047;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-rounded {
  border-radius: 2em;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-primary {
  box-shadow: 0px 2px 6px 0px rgba(0, 188, 143, 0.5);
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-secondary {
  box-shadow: 0px 2px 6px 0px rgba(16, 17, 19, 0.5);
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-success {
  box-shadow: 0px 2px 6px 0px rgba(0, 188, 143, 0.5);
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-info {
  box-shadow: 0px 2px 6px 0px rgba(47, 207, 244, 0.5);
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-warning {
  box-shadow: 0px 2px 6px 0px rgba(254, 190, 60, 0.5);
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-danger {
  box-shadow: 0px 2px 6px 0px rgba(229, 5, 118, 0.5);
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-light {
  box-shadow: 0px 2px 6px 0px rgba(245, 244, 246, 0.5);
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_buttons.scss */
.btn-dark {
  box-shadow: 0px 2px 6px 0px rgba(16, 17, 19, 0.5);
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-primary-lighten {
  color: #00BC8F;
  background-color: rgba(0, 188, 143, 0.18);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary-lighten[href]:hover, .badge-primary-lighten[href]:focus {
  color: #00BC8F;
  text-decoration: none;
  background-color: rgba(0, 188, 143, 0.4);
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-secondary-lighten {
  color: #101113;
  background-color: rgba(16, 17, 19, 0.18);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary-lighten[href]:hover, .badge-secondary-lighten[href]:focus {
  color: #101113;
  text-decoration: none;
  background-color: rgba(16, 17, 19, 0.4);
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-success-lighten {
  color: #00BC8F;
  background-color: rgba(0, 188, 143, 0.18);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success-lighten[href]:hover, .badge-success-lighten[href]:focus {
  color: #00BC8F;
  text-decoration: none;
  background-color: rgba(0, 188, 143, 0.4);
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-info-lighten {
  color: #2fcff4;
  background-color: rgba(47, 207, 244, 0.18);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info-lighten[href]:hover, .badge-info-lighten[href]:focus {
  color: #2fcff4;
  text-decoration: none;
  background-color: rgba(47, 207, 244, 0.4);
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-warning-lighten {
  color: #FEBE3C;
  background-color: rgba(254, 190, 60, 0.18);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning-lighten[href]:hover, .badge-warning-lighten[href]:focus {
  color: #FEBE3C;
  text-decoration: none;
  background-color: rgba(254, 190, 60, 0.4);
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-danger-lighten {
  color: #e50576;
  background-color: rgba(229, 5, 118, 0.18);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger-lighten[href]:hover, .badge-danger-lighten[href]:focus {
  color: #e50576;
  text-decoration: none;
  background-color: rgba(229, 5, 118, 0.4);
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-light-lighten {
  color: #f5f4f6;
  background-color: rgba(245, 244, 246, 0.18);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light-lighten[href]:hover, .badge-light-lighten[href]:focus {
  color: #f5f4f6;
  text-decoration: none;
  background-color: rgba(245, 244, 246, 0.4);
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-dark-lighten {
  color: #101113;
  background-color: rgba(16, 17, 19, 0.18);
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark-lighten[href]:hover, .badge-dark-lighten[href]:focus {
  color: #101113;
  text-decoration: none;
  background-color: rgba(16, 17, 19, 0.4);
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-outline-primary {
  color: #00BC8F;
  border: 1px solid #00BC8F;
  background-color: transparent;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-outline-primary[href]:hover, .badge-outline-primary[href]:focus {
  color: #00BC8F;
  text-decoration: none;
  background-color: rgba(0, 188, 143, 0.2);
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-outline-secondary {
  color: #101113;
  border: 1px solid #101113;
  background-color: transparent;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-outline-secondary[href]:hover, .badge-outline-secondary[href]:focus {
  color: #101113;
  text-decoration: none;
  background-color: rgba(16, 17, 19, 0.2);
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-outline-success {
  color: #00BC8F;
  border: 1px solid #00BC8F;
  background-color: transparent;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-outline-success[href]:hover, .badge-outline-success[href]:focus {
  color: #00BC8F;
  text-decoration: none;
  background-color: rgba(0, 188, 143, 0.2);
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-outline-info {
  color: #2fcff4;
  border: 1px solid #2fcff4;
  background-color: transparent;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-outline-info[href]:hover, .badge-outline-info[href]:focus {
  color: #2fcff4;
  text-decoration: none;
  background-color: rgba(47, 207, 244, 0.2);
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-outline-warning {
  color: #FEBE3C;
  border: 1px solid #FEBE3C;
  background-color: transparent;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-outline-warning[href]:hover, .badge-outline-warning[href]:focus {
  color: #FEBE3C;
  text-decoration: none;
  background-color: rgba(254, 190, 60, 0.2);
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-outline-danger {
  color: #e50576;
  border: 1px solid #e50576;
  background-color: transparent;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-outline-danger[href]:hover, .badge-outline-danger[href]:focus {
  color: #e50576;
  text-decoration: none;
  background-color: rgba(229, 5, 118, 0.2);
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-outline-light {
  color: #f5f4f6;
  border: 1px solid #f5f4f6;
  background-color: transparent;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-outline-light[href]:hover, .badge-outline-light[href]:focus {
  color: #f5f4f6;
  text-decoration: none;
  background-color: rgba(245, 244, 246, 0.2);
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_badge.scss */
.badge-outline-dark {
  color: #101113;
  border: 1px solid #101113;
  background-color: transparent;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-outline-dark[href]:hover, .badge-outline-dark[href]:focus {
  color: #101113;
  text-decoration: none;
  background-color: rgba(16, 17, 19, 0.2);
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card {
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  margin-bottom: 24px;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card.no-shadow {
  box-shadow: none;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card .header-title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1rem;
  margin-top: 0;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card .card-drop {
  font-size: 20px;
  line-height: 0;
  color: inherit;
}

/* line 25, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card .card-widgets {
  float: right;
  height: 16px;
}

/* line 28, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card .card-widgets > a {
  color: inherit;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card .card-widgets > a.collapsed i:before {
  content: "\F415";
}

/* line 45, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-body {
  padding: 30px;
}

/* line 50, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-title,
.card-header {
  margin-top: 0;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.8);
  cursor: progress;
}

/* line 67, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-disabled .card-portlets-loader {
  background-color: #313a46;
  animation: rotatebox 1.2s infinite ease-in-out;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

@keyframes rotatebox {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* line 94, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-pricing {
  position: relative;
}

/* line 97, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-pricing .card-pricing-plan-name {
  padding-bottom: 20px;
}

/* line 101, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-pricing .card-pricing-icon {
  font-size: 22px;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  height: 60px;
  display: inline-block;
  width: 60px;
  line-height: 56px;
  border-radius: 50%;
}

/* line 111, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-pricing .card-pricing-price {
  padding: 30px 0 0;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-pricing .card-pricing-price span {
  font-size: 40%;
  color: #101113;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 121, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-pricing .card-pricing-features {
  color: #101113;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}

/* line 127, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-pricing .card-pricing-features li {
  padding: 15px;
}

@media (min-width: 768px) {
  /* line 133, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
  .card-pricing-recommended {
    margin-top: -1.9375rem;
  }
}

/* line 139, vendor/assets/stylesheets/hyper/custom/components/_card.scss */
.card-pricing-recommended .card-pricing-plan-tag {
  background-color: rgba(229, 5, 118, 0.2);
  color: #e50576;
  padding: 5px 0;
  font-weight: 700;
  border-radius: .25rem .25rem 0 0;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio-primary .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio-secondary .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #101113;
  border-color: #101113;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio-success .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00BC8F;
  border-color: #00BC8F;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio-info .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #2fcff4;
  border-color: #2fcff4;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio-warning .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #FEBE3C;
  border-color: #FEBE3C;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio-danger .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #e50576;
  border-color: #e50576;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio-light .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #f5f4f6;
  border-color: #f5f4f6;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio-dark .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #101113;
  border-color: #101113;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/components/_custom-forms.scss */
.custom-control-inline {
  margin-right: 1.5rem;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-menu {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-menu-animated {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: DropDownSlide;
  margin: 0;
  position: absolute;
  z-index: 1000;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-menu-animated.show {
  top: 100% !important;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-menu-animated i {
  display: inline-block;
}

/* line 23, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-menu-animated.dropdown-menu-right {
  left: auto !important;
  right: 0 !important;
}

/* line 27, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-menu-animated.dropdown-menu[x-placement^=right], .dropdown-menu-animated.dropdown-menu[x-placement^=top], .dropdown-menu-animated.dropdown-menu[x-placement^=left] {
  animation: none !important;
  top: auto !important;
}

@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(20px);
  }
}

@media (min-width: 600px) {
  /* line 47, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
  .dropdown-lg {
    width: 320px;
  }
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-icon-item {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #101113;
  display: block;
  line-height: 34px;
  padding: 15px 0 9px;
  text-align: center;
}

/* line 62, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-icon-item img {
  height: 24px;
}

/* line 65, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 71, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-icon-item:hover {
  background-color: #e9ecef;
}

/* line 80, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.arrow-none::after {
  display: none;
}

/* line 86, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-with-icons .dropdown-menu {
  flex-direction: column;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}

/* line 91, vendor/assets/stylesheets/hyper/custom/components/_dropdown.scss */
.dropdown-with-icons .dropdown-menu.show {
  z-index: 1;
  display: flex;
  left: -2rem !important;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 2em;
  color: #101113;
  max-height: 420px;
  margin: -10px 0 -30px;
  border: 1px solid rgba(16, 17, 19, 0.2);
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #101113;
  font-weight: bold;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #02a8b5;
}

/* line 30, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-string,
.hljs-doctag {
  color: #e50576;
}

/* line 35, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #e50576;
  font-weight: bold;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-subst {
  font-weight: normal;
}

/* line 47, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #0ba7cc;
  font-weight: normal;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-regexp,
.hljs-link {
  color: #02a8b5;
}

/* line 59, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-symbol,
.hljs-bullet {
  color: #ff679b;
}

/* line 64, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-built_in,
.hljs-builtin-name {
  color: #2fcff4;
}

/* line 69, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-meta {
  color: #343a40;
  font-weight: bold;
}

/* line 74, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-deletion {
  background: #fdd;
}

/* line 78, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-addition {
  background: #dfd;
}

/* line 82, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-emphasis {
  font-style: italic;
}

/* line 86, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-strong {
  font-weight: bold;
}

/* line 90, vendor/assets/stylesheets/hyper/custom/components/_docs.scss */
.hljs-comment {
  color: #ced4da;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
.form-control-light {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
input.form-control[type="color"],
input.form-control[type="range"] {
  min-height: 39px;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .custom-select:invalid:focus, .form-control:invalid:focus,
.custom-select.is-valid:focus, .form-control.is-valid:focus, .custom-select:valid:focus, .form-control:valid:focus {
  box-shadow: none !important;
}

/* line 28, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.4rem + 2px);
}

/* line 34, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8725rem + 2px);
}

/* line 41, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
.password-eye:before {
  font-family: "Material Design Icons";
  content: "\F06D0";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 16px;
}

/* line 55, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
.show-password .password-eye:before {
  content: "\F06D1";
}

/* line 61, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
.add-item-form-btn {
  position: relative;
}

/* line 63, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
.add-item-form-btn a {
  padding-left: 25px;
}

/* line 66, vendor/assets/stylesheets/hyper/custom/components/_forms.scss */
.add-item-form-btn svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-title {
  color: #101113;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
}

/* line 12, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-body {
  color: #101113;
  font-size: 0.8rem;
  font-weight: 400;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-subtitle {
  color: #737373;
  font-size: 0.55rem;
  font-weight: 400;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-full-width {
  max-width: none;
  width: 95%;
}

/* line 29, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-top {
  margin: 0 auto;
}

/* line 33, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-right {
  align-content: center;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 0;
  transform: translate(25%, 0) !important;
}

/* line 44, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-right button.close {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1;
}

/* line 53, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal.show .modal-right {
  transform: translate(0, 0) !important;
}

/* line 58, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-bottom {
  -ms-flex-pack: end;
  align-content: center;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: flex-end;
  margin: 0 auto;
}

/* line 68, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-colored-header {
  border-radius: 0;
  color: #fff;
}

/* line 71, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-colored-header .close {
  color: #fff !important;
}

/* line 76, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-filled {
  color: #fff;
}

/* line 78, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-filled .modal-header {
  background-color: rgba(255, 255, 255, 0.07);
}

/* line 81, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-filled .modal-header,
.modal-filled .modal-footer {
  border: 0;
}

/* line 85, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
.modal-filled .close {
  color: #fff !important;
  font-size: 30px;
}

/* line 93, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
#ajax-modal .modal-header,
.modal .modal-header {
  align-items: unset;
  border: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: unset;
  padding: 0 1rem;
}

/* line 101, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
#ajax-modal .modal-title,
.modal .modal-title {
  text-align: center;
  margin: 0;
}

/* line 105, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
#ajax-modal .close,
.modal .close {
  font-size: 36px;
  color: #ACA5AC;
}

/* line 109, vendor/assets/stylesheets/hyper/custom/components/_modal.scss */
#ajax-modal .modal-footer,
.modal .modal-footer {
  border: 0;
  display: flex;
  justify-content: center;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.nav-tabs > li > a, .nav-pills > li > a {
  color: #404040;
  font-weight: 600;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.nav-pills > a {
  color: #404040;
  font-weight: 600;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.bg-nav-pills {
  background-color: #eef2f7;
}

/* line 29, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.nav-tabs.nav-bordered {
  border-bottom: 2px solid rgba(16, 17, 19, 0.2);
}

/* line 32, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.nav-tabs.nav-bordered .nav-item {
  margin-bottom: -2px;
}

/* line 37, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.nav-tabs.nav-bordered li a {
  border: 0;
  padding: 0.625rem 1.25rem;
}

/* line 41, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.nav-tabs.nav-bordered li a.active {
  border-bottom: 2px solid #00BC8F;
}

/* line 47, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.nav-tabs.borderless {
  border: none;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/components/_nav.scss */
.nav-tabs.borderless .nav-link {
  border: none;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/components/_pagination.scss */
.pagination-rounded .page-item, .pagination-rounded .page-link {
  border-radius: 5px !important;
  margin: 0 3px;
  border: none;
  height: 30px;
  font-weight: bold;
  color: #ACA5AC;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/components/_pagination.scss */
.pagination-rounded .page-item {
  color: #ACA5AC;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_pagination.scss */
.pagination-rounded .page-link {
  color: #737373;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_popover.scss */
.popover-header {
  margin-top: 0;
}

@media print {
  /* line 7, vendor/assets/stylesheets/hyper/custom/components/_print.scss */
  .left-side-menu,
.right-bar,
.page-title-box,
.navbar-custom,
.footer {
    display: none;
  }
  /* line 14, vendor/assets/stylesheets/hyper/custom/components/_print.scss */
  .card-body,
.content-page,
.right-bar,
.content,
body {
    padding: 0;
    margin: 0;
  }
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_progress.scss */
.progress-sm {
  height: 5px;
}

/* line 14, vendor/assets/stylesheets/hyper/custom/components/_progress.scss */
.progress-md {
  height: 8px;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/components/_progress.scss */
.progress-lg {
  height: 12px;
}

/* line 25, vendor/assets/stylesheets/hyper/custom/components/_progress.scss */
.progress-xl {
  height: 15px;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/components/_reboot.scss */
body.loading {
  visibility: hidden;
}

/* line 11, vendor/assets/stylesheets/hyper/custom/components/_reboot.scss */
button, a {
  outline: none !important;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/components/_reboot.scss */
label {
  font-weight: 600;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/components/_reboot.scss */
address.address-lg {
  line-height: 24px;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/components/_reboot.scss */
b, strong {
  font-weight: 600;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box {
  position: relative;
  /* Ribbon two */
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon {
  position: relative;
  clear: both;
  padding: 5px 12px;
  margin-bottom: 15px;
  box-shadow: 2px 5px 10px rgba(16, 17, 19, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon:before {
  content: " ";
  border-style: solid;
  border-width: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-bottom: -10px;
  z-index: -1;
}

/* line 29, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon.float-left {
  margin-left: -30px;
  border-radius: 0 3px 3px 0;
}

/* line 33, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon.float-right {
  margin-right: -30px;
  border-radius: 3px 0 0 3px;
}

/* line 37, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon.float-right:before {
  right: 0;
}

/* line 43, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon.float-center span {
  margin: 0 auto 20px auto;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-content {
  clear: both;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-primary {
  background: #00BC8F;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-primary:before {
  border-color: #00a37c transparent transparent;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-secondary {
  background: #101113;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-secondary:before {
  border-color: #040505 transparent transparent;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-success {
  background: #00BC8F;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-success:before {
  border-color: #00a37c transparent transparent;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-info {
  background: #2fcff4;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-info:before {
  border-color: #17c9f3 transparent transparent;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-warning {
  background: #FEBE3C;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-warning:before {
  border-color: #feb623 transparent transparent;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-danger {
  background: #e50576;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-danger:before {
  border-color: #cc0469 transparent transparent;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-light {
  background: #f5f4f6;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-light:before {
  border-color: #e8e6eb transparent transparent;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-dark {
  background: #101113;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-dark:before {
  border-color: #040505 transparent transparent;
}

/* line 65, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

/* line 75, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  box-shadow: 0 0 8px 0 rgba(16, 17, 19, 0.08), 0 1px 0 0 rgba(16, 17, 19, 0.03);
  position: absolute;
  top: 19px;
  left: -21px;
  font-weight: 600;
}

/* line 89, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 99, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span {
  background: #00BC8F;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #00a37c;
  border-top: 3px solid #00a37c;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #00a37c;
  border-top: 3px solid #00a37c;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span {
  background: #101113;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span:before {
  border-left: 3px solid #040505;
  border-top: 3px solid #040505;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span:after {
  border-right: 3px solid #040505;
  border-top: 3px solid #040505;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span {
  background: #00BC8F;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #00a37c;
  border-top: 3px solid #00a37c;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #00a37c;
  border-top: 3px solid #00a37c;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span {
  background: #2fcff4;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #17c9f3;
  border-top: 3px solid #17c9f3;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #17c9f3;
  border-top: 3px solid #17c9f3;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span {
  background: #FEBE3C;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #feb623;
  border-top: 3px solid #feb623;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #feb623;
  border-top: 3px solid #feb623;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span {
  background: #e50576;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #cc0469;
  border-top: 3px solid #cc0469;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #cc0469;
  border-top: 3px solid #cc0469;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span {
  background: #f5f4f6;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span:before {
  border-left: 3px solid #e8e6eb;
  border-top: 3px solid #e8e6eb;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span:after {
  border-right: 3px solid #e8e6eb;
  border-top: 3px solid #e8e6eb;
}

/* line 114, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span {
  background: #101113;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span:before {
  border-left: 3px solid #040505;
  border-top: 3px solid #040505;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span:after {
  border-right: 3px solid #040505;
  border-top: 3px solid #040505;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch] {
  display: none;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch] + label {
  width: 56px;
  height: 24px;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.1s ease-in-out;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch] + label:before {
  color: #101113;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 24px;
  position: absolute;
  right: 3px;
  margin: 0 .21667rem;
  top: 0;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

/* line 39, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch] + label:after {
  content: '';
  position: absolute;
  left: 4px;
  background-color: #adb5bd;
  box-shadow: none;
  border-radius: 2rem;
  height: 18px;
  width: 18px;
  top: 3px;
  transition: all 0.1s ease-in-out;
}

/* line 53, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch]:checked + label {
  background-color: #00BC8F;
}

/* line 55, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 4px;
}

/* line 61, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch]:checked + label:after {
  left: 34px;
  background-color: #f5f5f5;
}

/* line 70, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="bool"] + label {
  background-color: #e50576;
}

/* line 76, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input:disabled + label {
  opacity: 0.5;
  cursor: default;
}

/* line 82, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="bool"] + label:before,
input[data-switch="bool"]:checked + label:before {
  color: #fff !important;
}

/* line 87, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="bool"] + label:after {
  background-color: #f5f5f5;
}

/* line 92, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="primary"]:checked + label {
  background-color: #00BC8F;
}

/* line 92, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="secondary"]:checked + label {
  background-color: #101113;
}

/* line 92, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="success"]:checked + label {
  background-color: #00BC8F;
}

/* line 92, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="info"]:checked + label {
  background-color: #2fcff4;
}

/* line 92, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="warning"]:checked + label {
  background-color: #FEBE3C;
}

/* line 92, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="danger"]:checked + label {
  background-color: #e50576;
}

/* line 92, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="light"]:checked + label {
  background-color: #f5f4f6;
}

/* line 92, vendor/assets/stylesheets/hyper/custom/components/_switch.scss */
input[data-switch="dark"]:checked + label {
  background-color: #101113;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table-centered th, .table-centered td {
  vertical-align: middle !important;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table .table-user img {
  height: 30px;
  width: 30px;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table .action-icon {
  color: #101113;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 3px;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table .action-icon:hover {
  color: #404040;
}

/* line 32, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table-width {
  max-width: 100%;
  min-width: 0;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table-width.short-width {
  max-width: calc(100% - 70px);
}

/* line 39, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table-width.not-admin-container {
  max-width: 100%;
}

/* line 45, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.admins-container-no-filter .table-width {
  max-width: 100%;
}

/* line 52, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

/* line 59, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table.dataTable thead th {
  white-space: nowrap;
}

/* line 61, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table.dataTable thead th a {
  padding-left: 5px;
}

/* line 65, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.table.dataTable thead a, .table.dataTable thead a:hover, .table.dataTable thead a:visited, .table.dataTable thead a:active {
  color: inherit;
  text-decoration: none;
}

/* line 75, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table.editable .manage-ticket-checkbox,
#admin-tickets-table.editable .manage-ticket-checkbox {
  display: block;
}

/* line 78, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table.editable thead th:nth-child(1),
#admin-tickets-table.editable thead th:nth-child(1) {
  display: table-cell;
}

/* line 81, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table.editable .th-title,
#admin-tickets-table.editable .th-title {
  display: none;
}

/* line 84, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table.editable .th-button,
#admin-tickets-table.editable .th-button {
  display: inline-block;
}

/* line 87, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table.editable th,
#admin-tickets-table.editable th {
  padding: 0 10px 20px;
}

/* line 90, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table.editable th:before,
#admin-companies-table.editable th:after,
#admin-tickets-table.editable th:before,
#admin-tickets-table.editable th:after {
  display: none;
}

/* line 95, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table thead th:nth-child(1),
#admin-companies-table .manage-ticket-checkbox,
#admin-tickets-table thead th:nth-child(1),
#admin-tickets-table .manage-ticket-checkbox {
  display: none;
}

/* line 99, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table thead th,
#admin-tickets-table thead th {
  border: none;
}

/* line 102, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table thead th,
#admin-companies-table tbody tr td,
#admin-tickets-table thead th,
#admin-tickets-table tbody tr td {
  display: table-cell;
}

/* line 105, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table thead th.hidden,
#admin-companies-table tbody tr td.hidden,
#admin-tickets-table thead th.hidden,
#admin-tickets-table tbody tr td.hidden {
  display: none;
}

/* line 109, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table .th-menu,
#admin-tickets-table .th-menu {
  display: none;
}

/* line 112, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table .th-title,
#admin-tickets-table .th-title {
  display: block;
}

/* line 115, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table .th-button,
#admin-tickets-table .th-button {
  display: none;
  border: 1px solid #ACA5AC;
  border-radius: 6px;
  padding: 0 10px 4px;
  color: #ACA5AC;
  font-weight: 600;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table .th-button span,
#admin-tickets-table .th-button span {
  margin-right: 5px;
  vertical-align: middle;
}

/* line 126, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table .th-button button,
#admin-tickets-table .th-button button {
  padding: 0 0.2rem;
  width: 18px;
  height: 18px;
  color: #ACA5AC;
}

/* line 131, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table .th-button button svg,
#admin-tickets-table .th-button button svg {
  width: 100%;
  height: 100%;
  vertical-align: unset;
}

/* line 137, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
#admin-companies-table .th-button button:focus,
#admin-tickets-table .th-button button:focus {
  box-shadow: none;
}

/* line 144, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.edit-columns-item input:hover {
  cursor: pointer;
}

/* line 147, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.edit-columns-item input {
  margin-right: 10px;
}

/* line 150, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.edit-columns-item label {
  margin: 0;
}

/* line 156, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
table.DTCR_clonedTable.dataTable {
  padding: 5px !important;
}

/* line 158, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
table.DTCR_clonedTable.dataTable th {
  border: none;
}

/* line 162, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
div.DTCR_pointer {
  background-color: transparent !important;
}

/* line 168, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.dt-button-collection .dt-button:first-child {
  margin: 10px 0;
}

/* line 171, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.dt-button-collection .dt-button {
  padding: 0 24px;
  margin: 0 0 10px;
  opacity: 0.5;
}

/* line 175, vendor/assets/stylesheets/hyper/custom/components/_tables.scss */
.dt-button-collection .dt-button.active {
  opacity: 1;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 600;
  color: #101113;
}

/* line 14, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-10 {
  font-size: 10px !important;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-11 {
  font-size: 11px !important;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-12 {
  font-size: 12px !important;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-13 {
  font-size: 13px !important;
}

/* line 30, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-14 {
  font-size: 14px !important;
}

/* line 34, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-15 {
  font-size: 15px !important;
}

/* line 38, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-16 {
  font-size: 16px !important;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-18 {
  font-size: 18px !important;
}

/* line 46, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-20 {
  font-size: 20px !important;
}

/* line 50, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-22 {
  font-size: 22px !important;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_type.scss */
.font-24 {
  font-size: 24px !important;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/components/utilities/_background.scss */
.bg-primary-lighten {
  background-color: rgba(0, 188, 143, 0.25) !important;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/components/utilities/_background.scss */
.bg-secondary-lighten {
  background-color: rgba(16, 17, 19, 0.25) !important;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/components/utilities/_background.scss */
.bg-success-lighten {
  background-color: rgba(0, 188, 143, 0.25) !important;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/components/utilities/_background.scss */
.bg-info-lighten {
  background-color: rgba(47, 207, 244, 0.25) !important;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/components/utilities/_background.scss */
.bg-warning-lighten {
  background-color: rgba(254, 190, 60, 0.25) !important;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/components/utilities/_background.scss */
.bg-danger-lighten {
  background-color: rgba(229, 5, 118, 0.25) !important;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/components/utilities/_background.scss */
.bg-light-lighten {
  background-color: rgba(245, 244, 246, 0.25) !important;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/components/utilities/_background.scss */
.bg-dark-lighten {
  background-color: rgba(16, 17, 19, 0.25) !important;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/components/utilities/_text.scss */
.font-weight-semibold {
  font-weight: 600 !important;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/utilities/_position.scss */
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 6, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.progress-w-percent {
  min-height: 20px;
  margin-bottom: 20px;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.progress-w-percent .progress {
  width: calc(100% - 50px);
  float: left;
  margin-top: 8px;
}

/* line 16, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.progress-w-percent .progress-value {
  width: 40px;
  float: right;
  text-align: right;
  line-height: 20px;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.widget-flat {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 31, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
  .widget-flat i.widget-icon {
    display: none;
  }
}

/* line 37, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.widget-icon {
  color: #00BC8F;
  font-size: 20px;
  background-color: rgba(0, 188, 143, 0.25);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
}

/* line 51, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.dash-item-overlay {
  position: absolute;
  left: 8%;
  max-width: 350px;
  padding: 20px;
  z-index: 1;
}

/* line 59, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.chart-content-bg {
  background-color: #fafafa;
}

/* line 63, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.chart-content-border {
  border: 1px solid #e5e5e5;
}

/* line 68, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.chart-widget-list p {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 77, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.timeline-alt {
  padding: 20px 0;
  position: relative;
}

/* line 81, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.timeline-alt .timeline-item {
  position: relative;
}

/* line 84, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.timeline-alt .timeline-item:before {
  background-color: #f5f5f5;
  bottom: 0;
  content: "";
  left: 9px;
  position: absolute;
  top: 20px;
  width: 2px;
  z-index: 0;
}

/* line 95, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.timeline-alt .timeline-item .timeline-icon {
  float: left;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  background-color: #fff;
}

/* line 106, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.timeline-alt .timeline-item .timeline-item-info {
  margin-left: 30px;
}

/* line 116, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.inbox-widget .inbox-item {
  border-bottom: 1px solid white;
  overflow: hidden;
  padding: 0.625rem 0;
  position: relative;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.inbox-widget .inbox-item:last-of-type {
  border-bottom: none;
}

/* line 126, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

/* line 132, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-img img {
  width: 40px;
}

/* line 137, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-author {
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}

/* line 143, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-text {
  color: #adb5bd;
  display: block;
  font-size: 0.8125rem;
  margin: 0;
}

/* line 150, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-date {
  color: #101113;
  font-size: 0.6875rem;
  position: absolute;
  right: 5px;
  top: 10px;
}

/* line 163, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.tilebox-one i {
  position: absolute;
  right: 1.5rem;
  font-size: 2rem;
  opacity: 0.3;
}

/* line 174, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.toll-free-box i {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 4rem;
  opacity: 0.4;
  transform: rotate(30deg);
}

/* line 186, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.cta-box {
  background-size: cover;
}

/* line 189, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.cta-box .cta-box-title {
  font-size: 20px;
  line-height: 30px;
}

/* line 197, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list {
  list-style: none;
  padding: 0 15px;
}

/* line 200, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list li {
  margin-bottom: 20px;
}

/* line 203, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list li .conversation-actions {
  float: right;
  display: none;
}

/* line 209, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list li:hover .conversation-actions {
  display: block;
}

/* line 214, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .chat-avatar {
  float: left;
  text-align: center;
  width: 42px;
}

/* line 218, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}

/* line 222, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

/* line 227, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .ctext-wrap {
  background: #f1f3fa;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative;
}

/* line 233, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .ctext-wrap i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}

/* line 240, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}

/* line 244, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .ctext-wrap:after {
  left: -11px;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f1f3fa;
  border-width: 6px;
  margin-right: -1px;
  border-right-color: #f1f3fa;
}

/* line 259, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}

/* line 266, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .odd .chat-avatar {
  float: right !important;
}

/* line 269, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

/* line 275, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .odd .ctext-wrap {
  background-color: #fef5e4;
}

/* line 277, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .odd .ctext-wrap:after {
  border-color: transparent;
  border-left-color: #fef5e4;
  border-top-color: #fef5e4;
  right: -10px;
  left: auto;
}

/* line 286, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.conversation-list .odd .conversation-actions {
  float: left;
}

/* line 294, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.calendar-widget .datepicker-inline,
.calendar-widget table {
  width: 100%;
}

/* line 299, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.calendar-widget .datepicker-inline tr td, .calendar-widget .datepicker-inline tr th, .calendar-widget .datepicker-inline tr td.active.day, .calendar-widget .datepicker-inline tr td.today.day,
.calendar-widget table tr td,
.calendar-widget table tr th,
.calendar-widget table tr td.active.day,
.calendar-widget table tr td.today.day {
  background-color: transparent !important;
}

/* line 302, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.calendar-widget .datepicker-inline tr td.active.day,
.calendar-widget .datepicker-inline tr td.today.day,
.calendar-widget table tr td.active.day,
.calendar-widget table tr td.today.day {
  color: #e50576 !important;
  text-shadow: none;
  font-weight: 600;
}

/* line 308, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.calendar-widget .datepicker-inline tr td.active.day:hover,
.calendar-widget .datepicker-inline tr td.today.day:hover,
.calendar-widget table tr td.active.day:hover,
.calendar-widget table tr td.today.day:hover {
  background-color: transparent !important;
}

/* line 314, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.calendar-widget .datepicker-inline td, .calendar-widget .datepicker-inline th,
.calendar-widget table td,
.calendar-widget table th {
  height: 43px;
}

/* line 318, vendor/assets/stylesheets/hyper/custom/components/_widgets.scss */
.calendar-widget .datepicker-inline .datepicker-switch,
.calendar-widget .datepicker-inline .prev,
.calendar-widget .datepicker-inline .next,
.calendar-widget table .datepicker-switch,
.calendar-widget table .prev,
.calendar-widget table .next {
  font-size: 1.1rem;
  background-color: rgba(0, 188, 143, 0.1) !important;
  border-radius: 0;
  color: #00BC8F;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_social.scss */
.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 2px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
}

/* line 14, vendor/assets/stylesheets/hyper/custom/components/_social.scss */
.social-list-item:hover {
  color: #101113;
  border-color: #101113;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 14, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: .2em;
  background-color: #e5e5e5;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps .process-line {
  display: block;
  position: absolute;
  width: 50%;
  height: .2em;
  background-color: #00BC8F;
}

/* line 29, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps .horizontal-steps-content {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item {
  display: block;
  position: relative;
  bottom: calc(100% + 1em);
  height: 8px;
  width: 8px;
  margin: 0 2em;
  box-sizing: content-box;
  color: #00BC8F;
  background-color: currentColor;
  border: 0.25em solid #f5f4f6;
  border-radius: 50%;
  z-index: 5;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item:first-child {
  margin-left: 0;
}

/* line 52, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item:last-child {
  margin-right: 0;
  color: #00BC8F;
}

/* line 56, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item span {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #adb5bd;
}

/* line 65, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item.current:before {
  content: '';
  display: block;
  position: absolute;
  top: 47.5%;
  left: 51%;
  padding: 1em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  animation-name: animation-steps-current;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

/* line 81, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item.current span {
  color: #00BC8F;
}

@keyframes animation-steps-current {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 105, vendor/assets/stylesheets/hyper/custom/components/_steps.scss */
  .horizontal-steps .horizontal-steps-content .step-item span {
    white-space: inherit;
  }
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_preloader.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 9999;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_preloader.scss */
#status {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}

/* line 31, vendor/assets/stylesheets/hyper/custom/components/_preloader.scss */
.bouncing-loader {
  display: flex;
  justify-content: center;
}

/* line 35, vendor/assets/stylesheets/hyper/custom/components/_preloader.scss */
.bouncing-loader > div {
  width: 13px;
  height: 13px;
  margin: 32px 3px;
  background: #00BC8F;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}

/* line 43, vendor/assets/stylesheets/hyper/custom/components/_preloader.scss */
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
  background: #e50576;
}

/* line 47, vendor/assets/stylesheets/hyper/custom/components/_preloader.scss */
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
  background: #00BC8F;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_hero.scss */
.hero-section {
  position: relative;
  padding: 80px 0 120px 0;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/components/_hero.scss */
.hero-section:after {
  content: ' ';
  background-image: linear-gradient(to bottom, #8669ed, #727cf5);
  position: absolute;
  top: -400px;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  border-radius: 0;
  transform: skewY(-3deg);
}

/* line 22, vendor/assets/stylesheets/hyper/custom/components/_hero.scss */
.hero-section .hero-title {
  line-height: 42px;
}

/* line 8, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table.show .manage-elements {
  display: flex;
}

/* line 11, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table.show .download-csv {
  display: none;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table.hide {
  visibility: hidden;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements {
  display: none;
  padding-right: 30px;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements button {
  max-height: 30px;
  padding: 2px 8px;
}

/* line 25, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements a.sort_link:hover,
.manage-table .manage-elements button:hover:not([disabled]) {
  color: #00BC8F;
}

/* line 29, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements a.sort_link {
  color: #101113;
  font-size: 0;
}

/* line 32, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements a.sort_link svg {
  font-size: 16px;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements button.disabled {
  color: #ACA5AC;
}

/* line 38, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements button.disabled:hover {
  color: #ACA5AC;
}

/* line 43, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements-border {
  border: 1px solid #ACA5AC;
  border-radius: 3px;
  margin: 0 5px;
}

/* line 47, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements-border button:not(:first-child) {
  border-left: 1px solid #ACA5AC;
}

/* line 50, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.manage-table .manage-elements-border .tiny-icon {
  color: #ACA5AC;
  width: 7px;
}

/* line 62, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
.admin-manage-right {
  flex-grow: 1;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  /* line 68, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
  .manage-table {
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
  }
  /* line 72, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
  .manage-table button {
    font-size: 12px;
  }
  /* line 75, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
  .manage-table .tiny-icon {
    display: none;
  }
  /* line 78, vendor/assets/stylesheets/hyper/custom/components/_manage_options.scss */
  .manage-table .manage-elements {
    margin-bottom: 10px;
    padding: 0;
  }
}

/* line 2, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.response-folders table {
  margin: 0 0 20px;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.response-folders .nav-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
}

/* line 12, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.response-folders .nav-tabs {
  border: unset;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.response-folders .nav-link {
  border: unset;
  display: flex;
}

/* line 19, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.response-folders .nav-link.active {
  background-color: #f5f4f6;
  font-weight: 600;
  padding-left: 33px;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.response-folders .nav-link:hover span {
  opacity: 0.7;
}

/* line 27, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.response-folders .tab-empty-content {
  padding: 20px;
}

/* line 33, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.filters-icon-list a {
  color: #000;
  font-weight: normal;
  padding: 10px 15px;
}

/* line 38, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.filters-icon-list .nav-link[data-lucide="arrow-right-circle"] {
  visibility: hidden;
}

/* line 41, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.filters-icon-list .nav-link.active[data-lucide="arrow-right-circle"] {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
}

/* line 51, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.filters-icon-link:hover a {
  opacity: 0.7;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.filters-icon-link a {
  color: #030304;
  font-weight: 600;
}

/* line 58, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.filters-icon-link span {
  display: block;
  font-size: 12px;
  margin: 10px 0;
  padding-left: 20px;
}

/* line 66, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.min-250 {
  min-width: 250px;
}

/* line 71, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.skill-category-item .dynamic-icon {
  opacity: 0;
  transition: all 0.2s ease;
}

/* line 75, vendor/assets/stylesheets/hyper/custom/components/_response-folders.scss */
.skill-category-item:hover .dynamic-icon {
  opacity: 1;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.creative-label {
  align-items: center;
  border: 1px solid;
  border-radius: 3rem;
  display: flex;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 0.75rem;
  margin: 0 0 0.4rem;
  min-width: 270px;
  padding: 0.5em 0.7em;
  width: 100%;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.creative-label svg {
  font-size: 1.1rem;
  margin: 0.3rem 0.4rem;
  max-width: 1em;
}

/* line 28, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.creative-label-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: left;
}

/* line 33, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.creative-label-content > span {
  margin-bottom: 0.2rem;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.creative-label-content b {
  font-weight: 700;
}

/* line 39, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.creative-label-content p {
  color: #737373;
  margin: 0;
}

/* line 43, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.creative-label-content a {
  color: #000;
  text-decoration: underline;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.green-sticker {
  border-color: #1da533;
  color: #1da533;
}

/* line 52, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.green-sticker b {
  color: #157a26;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.blue-sticker {
  border-color: #0397a0;
  color: #0397a0;
}

/* line 60, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.blue-sticker b {
  color: #02686e;
}

/* line 65, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.orange-sticker {
  border-color: #f47e3c;
  color: #f47e3c;
}

/* line 68, vendor/assets/stylesheets/hyper/custom/components/_stickers.scss */
.orange-sticker b {
  color: #ef5f0e;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
body.authentication-bg {
  background-size: cover;
  background-position: center;
}

/* line 11, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.authentication-bg.enlarged,
.auth-fluid-pages.enlarged,
body.auth-fluid-pages[data-leftbar-compact-mode=condensed] {
  min-height: 100px;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.logout-icon {
  width: 140px;
}

/* line 23, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-fluid {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  flex-direction: row;
  align-items: stretch;
  background-size: cover;
  background-color: #0c0d0c;
}

/* line 33, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-fluid .auth-fluid-form-box {
  max-width: 480px;
  border-radius: 0;
  z-index: 2;
  padding: 3rem 2rem;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  margin: 15px;
  border-radius: 15px;
}

/* line 45, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-fluid .auth-fluid-right {
  padding: 6rem 3rem;
  flex: 1;
  position: relative;
  color: #fff;
  background-color: #0c0d0c;
}

/* line 53, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-fluid .auth-fluid-left {
  padding: 6rem 3rem;
  flex: 1;
  position: relative;
  color: #fff;
  background-color: #0c0d0c;
}

/* line 62, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-brand {
  margin-bottom: 2rem;
}

/* line 65, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-brand .logo-dark {
  display: block;
}

/* line 69, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-brand .logo-light {
  display: none;
}

/* line 74, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-user-testimonial {
  position: absolute;
  margin: 0 auto;
  padding: 0 1.75rem;
  bottom: 3rem;
  left: 0;
  right: 0;
}

/* line 82, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
.auth-user-testimonial p.lead {
  font-size: 1.125rem;
  margin: 0 auto 20px auto;
  max-width: 700px;
}

@media (min-width: 992px) {
  /* line 90, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
  .auth-brand {
    position: absolute;
    top: 3rem;
  }
}

@media (max-width: 991.98px) {
  /* line 97, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
  .auth-fluid {
    display: block;
  }
  /* line 100, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
  .auth-fluid .auth-fluid-form-box {
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
  }
  /* line 107, vendor/assets/stylesheets/hyper/custom/pages/_authentication.scss */
  .auth-fluid .auth-fluid-right {
    display: none;
  }
}

/* line 6, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.grid-structure .grid-container {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 10px 20px;
}

/* line 37, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.icons-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

/* line 44, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.icons-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.icons-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.2s;
}

/* line 61, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.icons-list-demo .col-md-4 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}

/* line 67, vendor/assets/stylesheets/hyper/custom/pages/_components-demo.scss */
.icons-list-demo .col-md-4:hover, .icons-list-demo .col-md-4:hover i {
  color: #00BC8F;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/pages/_error.scss */
.text-error {
  color: #00BC8F;
  text-shadow: rgba(0, 188, 143, 0.3) 5px 1px, rgba(0, 188, 143, 0.2) 10px 3px;
  font-size: 5.25rem;
  line-height: 5.625rem;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/pages/_faq.scss */
.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #00BC8F;
  background-color: rgba(0, 188, 143, 0.25);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 600;
  line-height: 30px;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/pages/_faq.scss */
.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 600;
  font-size: 16px;
  color: #030304;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/pages/_faq.scss */
.faq-answer {
  margin-left: 50px;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/pages/_maintenance.scss */
.maintenance-icon {
  font-size: 22px;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  height: 60px;
  display: inline-block;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.board {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}

/* line 11, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.tasks {
  display: inline-block;
  width: 22rem;
  padding: 0 1rem 1rem 1rem;
  border: 1px solid #e5e5e5;
  vertical-align: top;
  margin-bottom: 24px;
  border-radius: 0.25rem;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.tasks.tasks:not(:last-child) {
  margin-right: 1.25rem;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.tasks .card {
  white-space: normal;
  margin-top: 1rem;
}

/* line 29, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.tasks .task-header {
  background-color: #f5f5f5;
  padding: 1rem;
  margin: 0 -1rem;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.task-list-items {
  min-height: 100px;
  position: relative;
}

/* line 40, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.task-list-items:before {
  content: "No Tasks";
  position: absolute;
  line-height: 110px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

/* line 53, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.task-modal-content .form-control-light {
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
}

/* line 60, vendor/assets/stylesheets/hyper/custom/pages/_tasks.scss */
.gantt-task-details {
  min-width: 220px;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.page-aside-left {
  width: 240px;
  float: left;
  padding: 0 20px 20px 10px;
  position: relative;
}

/* line 11, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.page-aside-left:before {
  content: "";
  background-color: #f5f4f6;
  width: 5px;
  position: absolute;
  right: -15px;
  height: 100%;
  bottom: -1.5rem;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.page-aside-right {
  margin: -1.5rem 0 -1.5rem 250px;
  border-left: 5px solid #f5f4f6;
  padding: 1.5rem 0 1.5rem 25px;
}

/* line 28, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list {
  display: block;
  padding-left: 0;
  overflow: hidden;
}

/* line 33, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li {
  position: relative;
  display: block;
  height: 51px;
  line-height: 50px;
  cursor: default;
  transition-duration: .3s;
}

/* line 41, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li a {
  color: #404040;
}

/* line 44, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li a:hover {
  color: #343a40;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .col-mail {
  float: left;
  position: relative;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-sender-info {
  width: 320px;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-sender-info .star-toggle,
.email-list > li .email-sender-info .checkbox-wrapper-mail {
  display: block;
  float: left;
}

/* line 63, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-sender-info .checkbox-wrapper-mail {
  margin: 15px 10px 0 20px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

/* line 70, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-sender-info .star-toggle {
  color: #adb5bd;
  margin-left: 10px;
  font-size: 18px;
}

/* line 76, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-sender-info .email-title {
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 50px;
}

/* line 89, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-content {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}

/* line 95, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-content .email-subject,
.email-list > li .email-content .email-date {
  position: absolute;
  top: 0;
}

/* line 100, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-content .email-subject {
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 107, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-content .email-date {
  right: 0;
  width: 100px;
  text-align: right;
  padding-left: 10px;
}

/* line 115, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li.active, .email-list > li.mail-selected {
  background: #f5f5f5;
  transition-duration: .05s;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li.unread a {
  font-weight: 600;
  color: #040505;
}

/* line 128, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-action-icons {
  opacity: 0;
}

/* line 131, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-action-icons ul {
  display: flex;
  position: absolute;
  transition: all 0.5s;
  right: -180px;
}

/* line 137, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-action-icons ul li {
  margin: 0 10px;
}

/* line 141, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-action-icons ul .email-action-icons-item {
  font-size: 20px;
  transition: all 0.5s;
}

/* line 145, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li .email-action-icons ul .email-action-icons-item:hover {
  color: #e50576;
}

/* line 152, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li:hover {
  background: #f5f5f5;
  transition-duration: .05s;
}

/* line 156, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li:hover .email-action-icons {
  opacity: 1;
}

/* line 159, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li:hover .email-action-icons ul {
  transition: all 0.5s;
  right: 10px;
}

/* line 166, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li:hover .email-content .email-date {
  opacity: 0;
}

/* line 170, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-list > li:hover .email-content .email-subject {
  right: 180px;
  transition: all 0.5s;
}

/* line 180, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-menu-list a {
  color: #404040;
  padding: 12px 5px;
  display: block;
  font-size: 15px;
}

/* line 186, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-menu-list a:hover {
  color: #343a40;
}

/* line 190, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.email-menu-list a .badge {
  margin-top: 3px;
}

/* line 197, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.labels-list a {
  padding: 7px 5px;
}

/* line 203, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
.write-mdg-box .CodeMirror {
  height: 150px;
}

@media (max-width: 648px) {
  /* line 209, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
  .page-aside-left {
    width: 100%;
    float: none;
    padding: 0 10px 20px 10px;
  }
  /* line 214, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
  .page-aside-left:before {
    width: 0;
  }
  /* line 218, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
  .page-aside-right {
    margin-left: 0;
    border: 0;
    padding-left: 0;
  }
  /* line 226, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
  .email-list li .email-sender-info .checkbox-wrapper-mail {
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  /* line 236, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
  .page-aside-right > .btn-group {
    margin-bottom: 10px;
  }
  /* line 242, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
  .email-list li .email-sender-info {
    width: 150px;
  }
  /* line 244, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
  .email-list li .email-sender-info .email-title {
    left: 80px;
  }
  /* line 248, vendor/assets/stylesheets/hyper/custom/pages/_email.scss */
  .email-list li .email-content {
    display: none;
  }
}

/* line 5, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
.timeline {
  margin-bottom: 50px;
  position: relative;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
.timeline:before {
  background-color: #dee2e6;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 2px;
  z-index: 0;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
.timeline-show {
  position: relative;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
.timeline-show .time-show-name {
  display: inline-block;
  border-radius: 4px;
  background-color: #e5e5e5;
  padding: 7px 15px;
}

/* line 32, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
.timeline-box {
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  display: block;
  margin: 15px 0;
  position: relative;
  padding: 1.5rem;
  border-radius: 0.25rem;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
.timeline-album {
  margin-top: 12px;
}

/* line 44, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
.timeline-album a {
  display: inline-block;
  margin-right: 5px;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
.timeline-album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}

@media (min-width: 768px) {
  /* line 58, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline .timeline-box {
    margin-left: 45px;
  }
  /* line 61, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline .timeline-icon {
    background: #dee2e6;
    border-radius: 50%;
    display: block;
    height: 24px;
    left: -56px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 24px;
  }
  /* line 72, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline .timeline-icon i {
    color: #101113;
    font-size: 1rem;
    vertical-align: middle;
  }
  /* line 78, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline .timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  /* line 84, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item {
    display: table-row;
  }
  /* line 86, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item:before {
    content: "";
    display: block;
    width: 50%;
  }
  /* line 92, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  /* line 106, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left:after {
    content: "";
    display: block;
    width: 50%;
  }
  /* line 112, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-desk .arrow-alt {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -12px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
  }
  /* line 125, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-desk .album {
    float: right;
    margin-top: 20px;
  }
  /* line 128, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-desk .album a {
    float: right;
    margin-left: 5px;
  }
  /* line 134, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-icon {
    left: auto;
    right: -56px;
  }
  /* line 138, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left:before {
    display: none;
  }
  /* line 141, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-box {
    margin-right: 45px;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 151, vendor/assets/stylesheets/hyper/custom/pages/_timeline.scss */
  .timeline .timeline-icon {
    display: none;
  }
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

/* line 20, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 34, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 41, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 45, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 49, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 65, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 69, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 73, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 77, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 84, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 91, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 95, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 99, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 103, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 107, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 111, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 116, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 120, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 124, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 128, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

/* line 137, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 142, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 147, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 162, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 168, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 175, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 181, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 186, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 192, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 199, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 203, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 207, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 211, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 217, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker th.month {
  width: auto;
}

/* line 221, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 227, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 235, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 240, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 244, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 254, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 261, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 266, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 276, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 282, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 289, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 293, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 297, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 301, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 305, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 311, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 315, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 322, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 328, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 332, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 339, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker {
    width: auto;
  }
  /* line 343, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 347, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 351, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 355, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  /* line 359, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  /* line 364, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 369, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 375, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  /* line 379, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 385, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  /* line 389, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 395, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 399, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .ranges {
    float: left;
  }
  /* line 403, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 407, vendor/assets/stylesheets/hyper/dependencies/_daterangepicker.scss */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-inline {
  width: 220px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled.active:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active:hover, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  border-radius: 0;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled.active:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active:hover, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled.active:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active:hover, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected:hover:active {
  background-color: #666\9;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active:hover:active {
  background-color: #039\9;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover:active {
  background-color: #039\9;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.input-daterange input {
  text-align: center;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 7, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-datepicker.min.scss */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-wrap, .jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial,sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-single h2 {
  font-family: arial,sans-serif;
  font-size: 14px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: red;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-toast-loaded {
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.toast.min.scss */
.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-results {
  display: block;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker {
  position: relative;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget table td span {
  width: 100%;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

/* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  /* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  /* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
  .bootstrap-timepicker {
    width: 100%;
  }
  /* line 10, vendor/assets/stylesheets/hyper/dependencies/_bootstrap-timepicker.min.scss */
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.bootstrap-touchspin.min.scss */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.bootstrap-touchspin.min.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.bootstrap-touchspin.min.scss */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

/* line 1, vendor/assets/stylesheets/hyper/dependencies/_jquery.bootstrap-touchspin.min.scss */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apex-charts {
  min-height: 10px !important;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apex-charts text {
  font-family: "Lato", sans-serif !important;
  fill: #adb5bd;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  font-family: "Lato", sans-serif !important;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-legend-series {
  font-weight: 600;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-gridline {
  pointer-events: none;
  stroke: #f9f9fd;
}

/* line 29, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-legend-text {
  color: #101113 !important;
  font-family: "Lato", sans-serif !important;
}

/* line 38, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: "Lato", sans-serif !important;
  fill: #adb5bd;
}

/* line 47, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
  fill: #fff;
}

/* line 53, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-radar-series polygon {
  fill: transparent;
  stroke: #dee2e6;
}

/* line 57, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-radar-series line {
  stroke: #dee2e6;
}

/* line 62, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-pie-label,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  fill: #fff !important;
}

/* line 70, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-datalabels-group text {
  fill: #adb5bd !important;
}

/* line 77, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.scatter-images-chart .apexcharts-legend {
  overflow: hidden !important;
  min-height: 17px;
}

/* line 81, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.scatter-images-chart .apexcharts-legend-marker {
  background: none !important;
  margin-right: 7px !important;
}

/* line 85, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.scatter-images-chart .apexcharts-legend-series {
  align-items: flex-start !important;
}

/* line 91, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-pie-series path {
  stroke: transparent !important;
}

/* line 97, vendor/assets/stylesheets/hyper/custom/plugins/_apexcharts.scss */
.apexcharts-track path {
  stroke: #edeff1;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_britechart.scss */
.britechart, .tick text {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/plugins/_britechart.scss */
.horizontal-grid-line,
.vertical-grid-line,
.extended-x-line,
.extended-y-line {
  stroke: #dee2e6;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/plugins/_britechart.scss */
.tick text,
.bar-chart .percentage-label,
.donut-text,
.legend-entry-name,
.legend-entry-value {
  fill: #101113;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.calendar {
  float: left;
  margin-bottom: 0;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-view {
  margin-top: 30px;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.none-border .modal-footer {
  border-top: none;
}

/* line 20, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-toolbar {
  margin: 6px 0 5px 0 !important;
}

/* line 23, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-toolbar h2 {
  font-size: 1.25rem !important;
  line-height: 1.875rem;
  text-transform: uppercase;
}

/* line 31, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-day-grid-event .fc-time {
  font-weight: 600;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
th.fc-day-header {
  padding: 0.5rem 0;
}

/* line 40, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-day {
  background: transparent;
}

/* line 46, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

/* line 56, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc th.fc-widget-header {
  background: #dee2e6;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 68, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #dee2e6;
}

/* line 78, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-unthemed td.fc-today,
.fc-unthemed .fc-divider {
  background: #dee2e6;
}

/* line 85, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-button {
  background: #dee2e6;
  border: none;
  color: #404040;
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto;
}

/* line 97, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}

/* line 102, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-state-hover,
.fc-state-highlight,
.fc-cell-overlay {
  background: #dee2e6;
}

/* line 108, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #00BC8F;
  color: #fff;
  text-shadow: none;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-unthemed .fc-today {
  background: #fff;
}

/* line 122, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
  color: #fff;
}

/* line 133, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff;
  border-radius: 4px;
}

/* line 143, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
}

/* line 148, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
}

/* line 152, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-basic-view .fc-content {
  color: #fff;
}

/* line 158, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-time-grid-event .fc-content {
  color: #fff;
}

/* line 163, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-daygrid-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin: 5px;
  font-size: 11px;
  padding: 0 !important;
}

/* line 176, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-daygrid-event-dot {
  border-color: #fff;
}

/* line 180, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-event-time,
.fc-event-title {
  color: #fff;
}

/* line 185, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.table-active, .table-active > td, .table-active > th,
.fc .fc-list-sticky .fc-list-day > * {
  background-color: transparent;
}

/* line 190, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc .fc-list-event:hover td {
  background-color: inherit;
}

@media (max-width: 767.98px) {
  /* line 195, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
  .fc-toolbar {
    display: block;
  }
  /* line 197, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
  .fc-toolbar .fc-left,
.fc-toolbar .fc-right,
.fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
  }
  /* line 210, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
  .fc .fc-toolbar > * > * {
    float: none;
  }
  /* line 217, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
  .fc-today-button {
    display: none;
  }
}

/* line 224, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-toolbar .btn {
  padding: 0.28rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}

/* line 229, vendor/assets/stylesheets/hyper/custom/plugins/_calendar.scss */
.fc-list-item-title,
.fc-list-item-time {
  color: #fff;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_chartjs.scss */
.chartjs-chart {
  margin: auto;
  position: relative;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
.dataTables_wrapper.container-fluid, .dataTables_wrapper.container-sm, .dataTables_wrapper.container-md, .dataTables_wrapper.container-lg, .dataTables_wrapper.container-xl {
  padding: 0;
}

/* line 12, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
body table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  border-collapse: initial !important;
  border-spacing: initial !important;
  border-width: 0;
}

/* line 28, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 0.5rem;
  content: "\F0360";
  font-family: "Material Design Icons";
  font-size: 1rem;
  top: 12px;
}

/* line 35, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\F035D";
  font-family: "Material Design Icons";
  top: 18px;
  font-size: 1rem;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #00BC8F;
}

/* line 51, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
  border-color: #00BC8F;
}

/* line 56, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable tbody td:focus {
  outline: none !important;
}

/* line 61, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable tbody tr:first-child td {
  border-top: none;
}

/* line 66, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  outline: 2px solid #00BC8F !important;
  outline-offset: -1px;
  background-color: rgba(0, 188, 143, 0.15);
}

/* line 74, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
.dataTables_info {
  font-weight: 600;
}

/* line 85, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  background-color: #00BC8F;
  top: auto;
  bottom: auto;
}

/* line 97, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #e50576;
}

/* line 108, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
div.dt-button-info {
  background-color: #00BC8F;
  border: none;
  color: #fff;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

/* line 117, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
div.dt-button-info h2 {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media (max-width: 767.98px) {
  /* line 125, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
  li.paginate_button.previous, li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem;
  }
  /* line 130, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
  li.paginate_button {
    display: none;
  }
  /* line 134, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1.5rem 0 0 !important;
  }
  /* line 140, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
  div.dt-buttons {
    display: inline-table;
    margin-bottom: 1.5rem;
  }
}

/* line 148, vendor/assets/stylesheets/hyper/custom/plugins/_datatable.scss */
.activate-select .sorting_1 {
  background-color: #f5f5f5;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker {
  font-family: "Lato", sans-serif;
  border: 1px solid #edecef;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  background-color: #fff;
}

/* line 11, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  background-color: #fff;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
  color: #101113;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #adb5bd;
}

/* line 29, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker .ranges li:hover {
  background-color: #e9ecef;
}

/* line 32, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker .ranges li.active {
  background-color: #00BC8F;
}

/* line 39, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker td.in-range {
  background-color: #edeff1;
  color: #404040;
}

/* line 43, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
  background-color: #fff;
  color: #101113;
  opacity: 0.5;
}

/* line 52, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #00BC8F;
  color: #fff;
}

/* line 58, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #00BC8F;
  color: #fff;
}

/* line 64, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker:after {
  border-bottom: 6px solid #fff;
}

/* line 67, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker:before {
  border-bottom: 7px solid #edecef;
}

/* line 71, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker .drp-buttons {
  border-top: 1px solid #edecef;
}

/* line 76, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
  background: white;
  border: 1px solid white;
  color: #101113;
}

/* line 87, vendor/assets/stylesheets/hyper/custom/plugins/_daterange.scss */
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #edecef;
}

/* line 4, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker {
  padding: 10px !important;
  min-width: 18rem;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 28px;
}

/* line 19, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled[disabled]:hover,
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active.active:hover,
.datepicker table tr td .active.disabled:hover,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active[disabled]:hover,
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #00BC8F !important;
  background-image: none !important;
  color: #fff;
}

/* line 68, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #e5e5e5;
}

/* line 75, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker table tr td.new, .datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #404040;
  opacity: 0.4;
}

/* line 86, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #e5e5e5;
}

/* line 93, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker .datepicker-switch:hover {
  background: none;
}

/* line 101, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker-dropdown:after {
  border-bottom: 6px solid #fff;
}

/* line 104, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker-dropdown:before {
  border-bottom-color: #edecef;
}

/* line 108, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #edecef;
}

/* line 111, vendor/assets/stylesheets/hyper/custom/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #fff;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_dragula.scss */
.bg-dragula {
  background-color: #f7f9fb;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/plugins/_dragula.scss */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 18, vendor/assets/stylesheets/hyper/custom/plugins/_dragula.scss */
.gu-hide {
  display: none !important;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/plugins/_dragula.scss */
.gu-unselectable {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/plugins/_dragula.scss */
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* line 32, vendor/assets/stylesheets/hyper/custom/plugins/_dragula.scss */
.dragula-handle {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 24px;
  text-align: center;
  cursor: move;
}

/* line 40, vendor/assets/stylesheets/hyper/custom/plugins/_dragula.scss */
.dragula-handle:before {
  content: "\F01DB";
  font-family: "Material Design Icons";
  position: absolute;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_dropzone.scss */
.dropzone {
  border: 2px dashed #dee2e6;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  min-height: 150px;
  padding: 20px;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/plugins/_dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2rem 0;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/plugins/_dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_form-wizard.scss */
.form-wizard-header {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background-color: #eef2f7;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/plugins/_maps.scss */
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f5f5f5;
  border-radius: 3px;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/plugins/_maps.scss */
.jvectormap-label {
  border: none;
  background: #343a40;
  color: #f5f5f5;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  padding: 5px 8px;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.metismenu {
  padding: 0;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.metismenu li {
  list-style: none;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.metismenu ul {
  padding: 0;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

/* line 35, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.side-nav-second-level li a,
.side-nav-third-level li a,
.side-nav-forth-level li a {
  padding: 8px 30px 8px 65px;
  color: #cedce4;
  display: block;
  position: relative;
  transition: all 0.4s;
  font-size: 0.89rem;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.side-nav-second-level li a:focus, .side-nav-second-level li a:hover,
.side-nav-third-level li a:focus,
.side-nav-third-level li a:hover,
.side-nav-forth-level li a:focus,
.side-nav-forth-level li a:hover {
  color: #ffffff;
}

/* line 47, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.side-nav-second-level li a .menu-arrow,
.side-nav-third-level li a .menu-arrow,
.side-nav-forth-level li a .menu-arrow {
  line-height: 1.3rem;
}

/* line 52, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.side-nav-second-level li.active > a,
.side-nav-third-level li.active > a,
.side-nav-forth-level li.active > a {
  color: #ffffff;
}

/* line 65, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-leftbar-theme="light"] .side-nav .side-nav-second-level li a,
body[data-leftbar-theme="light"] .side-nav .side-nav-third-level li a,
body[data-leftbar-theme="light"] .side-nav .side-nav-forth-level li a {
  color: #6c757d;
}

/* line 67, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-leftbar-theme="light"] .side-nav .side-nav-second-level li a:focus, body[data-leftbar-theme="light"] .side-nav .side-nav-second-level li a:hover,
body[data-leftbar-theme="light"] .side-nav .side-nav-third-level li a:focus,
body[data-leftbar-theme="light"] .side-nav .side-nav-third-level li a:hover,
body[data-leftbar-theme="light"] .side-nav .side-nav-forth-level li a:focus,
body[data-leftbar-theme="light"] .side-nav .side-nav-forth-level li a:hover {
  color: #101113;
}

/* line 73, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-leftbar-theme="light"] .side-nav .side-nav-second-level li.active > a,
body[data-leftbar-theme="light"] .side-nav .side-nav-third-level li.active > a,
body[data-leftbar-theme="light"] .side-nav .side-nav-forth-level li.active > a {
  color: #727cf5;
}

/* line 88, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-layout="detached"] .side-nav .side-nav-second-level li a,
body[data-layout="detached"] .side-nav .side-nav-third-level li a,
body[data-layout="detached"] .side-nav .side-nav-forth-level li a {
  color: #6c757d !important;
}

/* line 90, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-layout="detached"] .side-nav .side-nav-second-level li a:focus, body[data-layout="detached"] .side-nav .side-nav-second-level li a:hover,
body[data-layout="detached"] .side-nav .side-nav-third-level li a:focus,
body[data-layout="detached"] .side-nav .side-nav-third-level li a:hover,
body[data-layout="detached"] .side-nav .side-nav-forth-level li a:focus,
body[data-layout="detached"] .side-nav .side-nav-forth-level li a:hover {
  color: #727cf5 !important;
}

/* line 96, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-layout="detached"] .side-nav .side-nav-second-level li.mm-active > a,
body[data-layout="detached"] .side-nav .side-nav-third-level li.mm-active > a,
body[data-layout="detached"] .side-nav .side-nav-forth-level li.mm-active > a {
  color: #727cf5 !important;
}

/* line 111, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a,
body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a,
body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a {
  color: #8391a2;
}

/* line 113, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a:hover,
body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a:focus,
body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a:hover,
body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a:focus,
body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a:hover {
  color: #bccee4;
}

/* line 119, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li.active > a,
body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li.active > a,
body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li.active > a {
  color: #ffffff;
}

/* line 130, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.side-nav-third-level li a {
  padding: 8px 30px 8px 80px;
}

/* line 138, vendor/assets/stylesheets/hyper/custom/plugins/_metis-menu.scss */
.side-nav-forth-level li a {
  padding: 8px 30px 8px 100px;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container {
  width: 100% !important;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--single {
  background-color: #ffffff;
  outline: none;
  height: 34px;
  letter-spacing: normal;
  color: #737373;
  font-weight: 400;
  border: 1px solid #ffffff;
}

/* line 15, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--single:hover {
  border: 1px solid #00BC8F;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1.8rem;
  padding-left: 6px;
  padding-top: 1px;
  color: #101113;
  font-size: 12px;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

/* line 27, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 25px;
  width: 25px;
  right: -2px;
  top: 4px;
}

/* line 32, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #737373 transparent transparent transparent;
  border-width: 4px 3px 0 3px;
}

/* line 43, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #737373 transparent !important;
  border-width: 0 3px 4px 3px !important;
}

/* line 51, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-results__option {
  padding: 6px 12px;
}

/* line 55, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-dropdown {
  border: 1px solid #edecef;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  background-color: #fff;
}

/* line 62, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00BC8F;
  outline: 0;
}

/* line 72, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white;
}

/* line 75, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #101113;
}

/* line 83, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #737373;
  line-height: 28px;
  font-weight: 500;
  font-size: 12.5px;
}

/* line 90, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00BC8F;
}

/* line 93, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: white;
  color: #101113;
}

/* line 96, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #00BC8F;
  color: #fff;
}

/* line 101, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #00BC8F;
  outline: 0;
}

/* line 108, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--multiple {
  min-height: calc(2.4rem + 2px);
  border: 1px solid #dee2e6;
  background-color: #fff;
}

/* line 112, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 10px;
}

/* line 115, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
  color: #101113;
}

/* line 119, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #00BC8F;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-top: 6px;
}

/* line 127, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
}

/* line 130, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

/* line 136, vendor/assets/stylesheets/hyper/custom/plugins/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

/* line 14, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

/* line 37, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 51, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
}

/* line 68, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 73, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

/* line 79, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 86, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

/* line 104, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

/* line 120, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

/* line 129, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-dragging[data-simplebar] .simplebar-content {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 134, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-dragging[data-simplebar] .simplebar-track {
  pointer-events: all;
}

/* line 138, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 5px;
  min-height: 10px;
}

/* line 144, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 156, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

/* line 162, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

/* line 167, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

/* line 174, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

/* line 178, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* line 187, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* Rtl support */
/* line 197, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

/* line 202, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 213, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* line 221, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
.custom-scroll {
  height: 100%;
}

/* line 227, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
[data-simplebar-lg] .simplebar-scrollbar {
  right: 1px;
  width: 10px;
}

/* line 235, vendor/assets/stylesheets/hyper/custom/plugins/_simplebar.scss */
[data-simplebar-primary] .simplebar-scrollbar:before {
  background: #00BC8F;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-toast-single {
  padding: 15px;
  font-family: "Lato", sans-serif;
  background-color: #00BC8F;
  font-size: 13px;
  line-height: 22px;
}

/* line 11, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-toast-single h2 {
  font-family: "Lato", sans-serif;
}

/* line 14, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-toast-single a {
  font-size: 1rem;
}

/* line 16, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-toast-single a:hover {
  color: #fff;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-has-icon {
  padding: 10px 10px 10px 50px;
}

/* line 26, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.close-jq-toast-single {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 20px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: #343a40;
  color: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}

/* line 41, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-toast-loader {
  height: 3px;
  top: 0;
  border-radius: 0;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-primary {
  background-color: #00BC8F;
  color: #fff;
  border-color: #00BC8F;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-secondary {
  background-color: #101113;
  color: #fff;
  border-color: #101113;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-success {
  background-color: #00BC8F;
  color: #fff;
  border-color: #00BC8F;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-info {
  background-color: #2fcff4;
  color: #fff;
  border-color: #2fcff4;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-warning {
  background-color: #FEBE3C;
  color: #fff;
  border-color: #FEBE3C;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-danger {
  background-color: #e50576;
  color: #fff;
  border-color: #e50576;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-light {
  background-color: #f5f4f6;
  color: #fff;
  border-color: #f5f4f6;
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-dark {
  background-color: #101113;
  color: #fff;
  border-color: #101113;
}

/* line 56, vendor/assets/stylesheets/hyper/custom/plugins/_toaster.scss */
.jq-icon-error {
  background-color: #e50576;
  color: #fff;
  border-color: #e50576;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/plugins/_bootstrap-touchspin.scss */
.bootstrap-touchspin .btn .input-group-text {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
}

/* line 7, vendor/assets/stylesheets/hyper/custom/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td input {
  height: 32px;
  width: 32px;
  color: #fff;
  background-color: #00BC8F;
  border-radius: 50%;
  border: 0;
  outline: none !important;
}

/* line 16, vendor/assets/stylesheets/hyper/custom/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td a {
  color: #404040;
}

/* line 18, vendor/assets/stylesheets/hyper/custom/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #00BC8F;
}

/* line 27, vendor/assets/stylesheets/hyper/custom/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid #edecef;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

/* line 32, vendor/assets/stylesheets/hyper/custom/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/* line 39, vendor/assets/stylesheets/hyper/custom/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 44, vendor/assets/stylesheets/hyper/custom/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #edecef;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-toolbar.fullscreen, .CodeMirror-fullscreen {
  z-index: 1000;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-preview, .editor-preview-side {
  background: #dee2e6;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-preview-active {
  background: #e5e8eb;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-toolbar {
  border: 1px solid #dee2e6;
  border-bottom: 0;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-toolbar a {
  color: #404040 !important;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-toolbar a:hover, .editor-toolbar a.active {
  background-color: transparent;
  color: #00BC8F !important;
  border-color: transparent;
}

/* line 32, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-toolbar i.separator {
  display: none;
}

/* line 37, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background: transparent;
}

/* line 43, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.CodeMirror {
  border: 1px solid #dee2e6;
  background: #fff;
  color: #101113;
  min-height: 100px;
}

/* line 50, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.CodeMirror-cursor {
  border-left: 1px solid #343a40;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/plugins/_simplemde.scss */
.editor-statusbar {
  color: #343a40;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.twitter-typeahead {
  display: inherit !important;
}

/* line 10, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.tt-query,
.tt-hint {
  line-height: 30px;
  outline: none;
}

/* line 16, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.tt-hint {
  color: #101113;
  background: #fff !important;
}

/* line 25, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.tt-menu {
  width: 100%;
  padding: 8px 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  border: 1px solid #edecef;
}

/* line 35, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

/* line 39, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.tt-suggestion:hover, .tt-suggestion.tt-cursor {
  cursor: pointer;
  color: #fff;
  background-color: #00BC8F;
}

/* line 46, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 51, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.tt-highlight {
  font-family: "Lato", sans-serif;
}

/* line 55, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.typeahead-empty-message {
  padding: 5px 10px;
  color: #e50576;
}

/* line 60, vendor/assets/stylesheets/hyper/custom/plugins/_typehead.scss */
.league-name {
  padding: 3px 20px;
}

/* line 6, vendor/assets/stylesheets/hyper/custom/plugins/_sparklines.scss */
.jqstooltip {
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: #fff !important;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/plugins/_sparklines.scss */
.jqsfield {
  color: #000 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

/* line 12, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-range * {
  display: block;
}

/* line 16, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0;
}

/* line 30, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-hover {
  color: #FEBE3C;
}

/* line 34, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-hover-rtl {
  background-position: right -32px;
}

/* line 38, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-selected {
  color: #e50576;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-selected-rtl {
  background-position: right -16px;
}

/* line 46, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-preset {
  color: #fd7e14;
}

/* line 50, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit button.rateit-reset {
  width: 16px;
  height: 16px;
  float: left;
  outline: none;
  border: none;
  padding: 0;
}

/* line 59, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-reset span {
  display: none;
}

/* line 64, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  height: 16px;
  outline: none;
}

/* line 73, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit.rateit-font .rateit-reset {
  width: .6em;
  height: .6em;
  margin-right: 5px;
  margin-top: 5px;
  background: #dee2e6;
  border-radius: 50%;
  position: relative;
}

/* line 82, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit.rateit-font .rateit-reset span {
  display: block;
  height: calc(50% - 0.045em);
  top: 2px;
  position: absolute;
  border-bottom: 2px solid #404040;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

/* line 93, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit.rateit-font .rateit-reset:hover,
.rateit.rateit-font button.rateit-reset:focus {
  background: #e50576;
}

/* line 97, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit.rateit-font .rateit-reset:hover span,
.rateit.rateit-font button.rateit-reset:focus span {
  border-color: #fff;
}

/* line 104, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit-mdi {
  font-family: 'Material Design Icons';
}

/* line 108, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit-font {
  font-size: 24px;
  line-height: 1em;
}

/* line 112, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit-font .rateit-range {
  background: none;
  height: auto;
}

/* line 116, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit-font .rateit-range > div {
  background: none;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
}

/* line 124, vendor/assets/stylesheets/hyper/custom/plugins/_rateit.scss */
.rateit-font .rateit-empty {
  color: #ced4da;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
}

/* line 14, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

/* line 21, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

/* line 28, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

/* line 35, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

/* line 42, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-handle.type_last {
  z-index: 2;
}

/* line 47, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

/* line 54, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-min {
  left: 0;
}

/* line 58, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-max {
  right: 0;
}

/* line 62, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* line 73, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

/* line 83, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-with-grid .irs-grid {
  display: block;
}

/* line 88, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #101113;
}

/* line 96, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-grid-pol.small {
  height: 4px;
}

/* line 101, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #101113;
}

/* line 113, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

/* line 125, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.lt-ie9 .irs-disable-mask {
  background: #101113;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

/* line 131, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-disabled {
  opacity: 0.4;
}

/* line 135, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* line 154, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat {
  height: 40px;
}

/* line 157, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat.irs-with-grid {
  height: 60px;
}

/* line 161, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e9ecef;
  border-radius: 4px;
}

/* line 168, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #00BC8F;
}

/* line 174, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 178, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e9ecef;
}

/* line 184, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

/* line 191, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #009874;
}

/* line 202, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #404040;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e9ecef;
  border-radius: 4px;
}

/* line 214, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #00BC8F;
  border-radius: 4px;
}

/* line 226, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #00BC8F;
}

/* line 242, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-grid-pol {
  background-color: #e9ecef;
}

/* line 246, vendor/assets/stylesheets/hyper/custom/plugins/_ion-rangeslider.scss */
.irs--flat .irs-grid-text {
  color: #404040;
}

/* line 5, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .bar-progress {
  fill: #00BC8F;
}

/* line 9, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .bar-wrapper:hover .bar-progress {
  fill: #00d6a2;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt-container .popup-wrapper .pointer {
  display: none;
}

/* line 17, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .bar,
.gantt .bar-wrapper:hover .bar {
  fill: #e9ecef;
}

/* line 22, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .bar-label,
.gantt .bar-label.big {
  fill: #404040;
}

/* line 27, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .grid-header {
  fill: #f5f5f5;
  stroke: #f5f5f5;
}

/* line 32, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .grid-row:nth-child(even) {
  fill: #f5f5f5;
}

/* line 36, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .grid-row {
  fill: transparent;
}

/* line 40, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .lower-text,
.gantt .upper-text {
  fill: #101113;
}

/* line 45, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .row-line {
  stroke: #e5e5e5;
}

/* line 49, vendor/assets/stylesheets/hyper/custom/plugins/_frappe-gantt.scss */
.gantt .today-highlight {
  fill: #f5f4f6;
}

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url(/assets/materialdesignicons-webfont-cfdce351a7ae6635bf5c6154a699c22008cef412b9e3d6918effc183345004bf.eot?v=5.5.55);
  src: url(/assets/materialdesignicons-webfont-cfdce351a7ae6635bf5c6154a699c22008cef412b9e3d6918effc183345004bf.eot?#iefix&v=5.5.55) format("embedded-opentype"), url(/assets/materialdesignicons-webfont-78dd261614c11ae595226ea45eb93d3be328d4184db569a0e63df0e614dfcbef.woff2?v=5.5.55) format("woff2"), url(/assets/materialdesignicons-webfont-be257f30708ba372d73f64b98acd7c54dd45d984adc6fed360af84a1ca4fac05.woff?v=5.5.55) format("woff"), url(/assets/materialdesignicons-webfont-676d91bab9866c74a236655020fb2edfa670753a622e48ab537b916ea79cd861.ttf?v=5.5.55) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 13, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 24, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ab-testing::before {
  content: "\F01C9";
}

/* line 28, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-abjad-arabic::before {
  content: "\F1328";
}

/* line 32, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-abjad-hebrew::before {
  content: "\F1329";
}

/* line 36, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-abugida-devanagari::before {
  content: "\F132A";
}

/* line 40, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-abugida-thai::before {
  content: "\F132B";
}

/* line 44, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-access-point::before {
  content: "\F0003";
}

/* line 48, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-access-point-check::before {
  content: "\F1538";
}

/* line 52, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-access-point-minus::before {
  content: "\F1539";
}

/* line 56, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-access-point-network::before {
  content: "\F0002";
}

/* line 60, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-access-point-network-off::before {
  content: "\F0BE1";
}

/* line 64, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-access-point-off::before {
  content: "\F1511";
}

/* line 68, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-access-point-plus::before {
  content: "\F153A";
}

/* line 72, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-access-point-remove::before {
  content: "\F153B";
}

/* line 76, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account::before {
  content: "\F0004";
}

/* line 80, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-alert::before {
  content: "\F0005";
}

/* line 84, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-alert-outline::before {
  content: "\F0B50";
}

/* line 88, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-arrow-left::before {
  content: "\F0B51";
}

/* line 92, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-arrow-left-outline::before {
  content: "\F0B52";
}

/* line 96, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-arrow-right::before {
  content: "\F0B53";
}

/* line 100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-arrow-right-outline::before {
  content: "\F0B54";
}

/* line 104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-box::before {
  content: "\F0006";
}

/* line 108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-box-multiple::before {
  content: "\F0934";
}

/* line 112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-box-multiple-outline::before {
  content: "\F100A";
}

/* line 116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-box-outline::before {
  content: "\F0007";
}

/* line 120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-cancel::before {
  content: "\F12DF";
}

/* line 124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-cancel-outline::before {
  content: "\F12E0";
}

/* line 128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-cash::before {
  content: "\F1097";
}

/* line 132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-cash-outline::before {
  content: "\F1098";
}

/* line 136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-check::before {
  content: "\F0008";
}

/* line 140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-check-outline::before {
  content: "\F0BE2";
}

/* line 144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-child::before {
  content: "\F0A89";
}

/* line 148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-child-circle::before {
  content: "\F0A8A";
}

/* line 152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-child-outline::before {
  content: "\F10C8";
}

/* line 156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-circle::before {
  content: "\F0009";
}

/* line 160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-circle-outline::before {
  content: "\F0B55";
}

/* line 164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-clock::before {
  content: "\F0B56";
}

/* line 168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-clock-outline::before {
  content: "\F0B57";
}

/* line 172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-cog::before {
  content: "\F1370";
}

/* line 176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-cog-outline::before {
  content: "\F1371";
}

/* line 180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-convert::before {
  content: "\F000A";
}

/* line 184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-convert-outline::before {
  content: "\F1301";
}

/* line 188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-cowboy-hat::before {
  content: "\F0E9B";
}

/* line 192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-details::before {
  content: "\F0631";
}

/* line 196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-details-outline::before {
  content: "\F1372";
}

/* line 200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-edit::before {
  content: "\F06BC";
}

/* line 204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-edit-outline::before {
  content: "\F0FFB";
}

/* line 208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-group::before {
  content: "\F0849";
}

/* line 212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-group-outline::before {
  content: "\F0B58";
}

/* line 216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-hard-hat::before {
  content: "\F05B5";
}

/* line 220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-heart::before {
  content: "\F0899";
}

/* line 224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-heart-outline::before {
  content: "\F0BE3";
}

/* line 228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-key::before {
  content: "\F000B";
}

/* line 232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-key-outline::before {
  content: "\F0BE4";
}

/* line 236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-lock::before {
  content: "\F115E";
}

/* line 240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-lock-outline::before {
  content: "\F115F";
}

/* line 244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-minus::before {
  content: "\F000D";
}

/* line 248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-minus-outline::before {
  content: "\F0AEC";
}

/* line 252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple::before {
  content: "\F000E";
}

/* line 256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-check::before {
  content: "\F08C5";
}

/* line 260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-check-outline::before {
  content: "\F11FE";
}

/* line 264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-minus::before {
  content: "\F05D3";
}

/* line 268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-minus-outline::before {
  content: "\F0BE5";
}

/* line 272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-outline::before {
  content: "\F000F";
}

/* line 276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-plus::before {
  content: "\F0010";
}

/* line 280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-plus-outline::before {
  content: "\F0800";
}

/* line 284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-remove::before {
  content: "\F120A";
}

/* line 288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-multiple-remove-outline::before {
  content: "\F120B";
}

/* line 292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-music::before {
  content: "\F0803";
}

/* line 296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-music-outline::before {
  content: "\F0CE9";
}

/* line 300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-network::before {
  content: "\F0011";
}

/* line 304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-network-outline::before {
  content: "\F0BE6";
}

/* line 308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-off::before {
  content: "\F0012";
}

/* line 312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-off-outline::before {
  content: "\F0BE7";
}

/* line 316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-outline::before {
  content: "\F0013";
}

/* line 320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-plus::before {
  content: "\F0014";
}

/* line 324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-plus-outline::before {
  content: "\F0801";
}

/* line 328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-question::before {
  content: "\F0B59";
}

/* line 332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-question-outline::before {
  content: "\F0B5A";
}

/* line 336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-reactivate::before {
  content: "\F152B";
}

/* line 340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-reactivate-outline::before {
  content: "\F152C";
}

/* line 344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-remove::before {
  content: "\F0015";
}

/* line 348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-remove-outline::before {
  content: "\F0AED";
}

/* line 352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-search::before {
  content: "\F0016";
}

/* line 356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-search-outline::before {
  content: "\F0935";
}

/* line 360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-settings::before {
  content: "\F0630";
}

/* line 364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-settings-outline::before {
  content: "\F10C9";
}

/* line 368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-star::before {
  content: "\F0017";
}

/* line 372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-star-outline::before {
  content: "\F0BE8";
}

/* line 376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-supervisor::before {
  content: "\F0A8B";
}

/* line 380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-supervisor-circle::before {
  content: "\F0A8C";
}

/* line 384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-supervisor-circle-outline::before {
  content: "\F14EC";
}

/* line 388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-supervisor-outline::before {
  content: "\F112D";
}

/* line 392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-switch::before {
  content: "\F0019";
}

/* line 396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-switch-outline::before {
  content: "\F04CB";
}

/* line 400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-tie::before {
  content: "\F0CE3";
}

/* line 404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-tie-outline::before {
  content: "\F10CA";
}

/* line 408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-tie-voice::before {
  content: "\F1308";
}

/* line 412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-tie-voice-off::before {
  content: "\F130A";
}

/* line 416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-tie-voice-off-outline::before {
  content: "\F130B";
}

/* line 420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-tie-voice-outline::before {
  content: "\F1309";
}

/* line 424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-account-voice::before {
  content: "\F05CB";
}

/* line 428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-adjust::before {
  content: "\F001A";
}

/* line 432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-adobe::before {
  content: "\F0936";
}

/* line 436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-adobe-acrobat::before {
  content: "\F0F9D";
}

/* line 440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-air-conditioner::before {
  content: "\F001B";
}

/* line 444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-air-filter::before {
  content: "\F0D43";
}

/* line 448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-air-horn::before {
  content: "\F0DAC";
}

/* line 452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-air-humidifier::before {
  content: "\F1099";
}

/* line 456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-air-humidifier-off::before {
  content: "\F1466";
}

/* line 460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-air-purifier::before {
  content: "\F0D44";
}

/* line 464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-airbag::before {
  content: "\F0BE9";
}

/* line 468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-airballoon::before {
  content: "\F001C";
}

/* line 472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-airballoon-outline::before {
  content: "\F100B";
}

/* line 476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-airplane::before {
  content: "\F001D";
}

/* line 480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-airplane-landing::before {
  content: "\F05D4";
}

/* line 484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-airplane-off::before {
  content: "\F001E";
}

/* line 488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-airplane-takeoff::before {
  content: "\F05D5";
}

/* line 492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-airport::before {
  content: "\F084B";
}

/* line 496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm::before {
  content: "\F0020";
}

/* line 500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-bell::before {
  content: "\F078E";
}

/* line 504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-check::before {
  content: "\F0021";
}

/* line 508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-light::before {
  content: "\F078F";
}

/* line 512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-light-outline::before {
  content: "\F0BEA";
}

/* line 516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-multiple::before {
  content: "\F0022";
}

/* line 520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-note::before {
  content: "\F0E71";
}

/* line 524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-note-off::before {
  content: "\F0E72";
}

/* line 528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-off::before {
  content: "\F0023";
}

/* line 532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-plus::before {
  content: "\F0024";
}

/* line 536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alarm-snooze::before {
  content: "\F068E";
}

/* line 540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-album::before {
  content: "\F0025";
}

/* line 544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert::before {
  content: "\F0026";
}

/* line 548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-box::before {
  content: "\F0027";
}

/* line 552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-box-outline::before {
  content: "\F0CE4";
}

/* line 556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-circle::before {
  content: "\F0028";
}

/* line 560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-circle-check::before {
  content: "\F11ED";
}

/* line 564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-circle-check-outline::before {
  content: "\F11EE";
}

/* line 568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-circle-outline::before {
  content: "\F05D6";
}

/* line 572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-decagram::before {
  content: "\F06BD";
}

/* line 576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-decagram-outline::before {
  content: "\F0CE5";
}

/* line 580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-minus::before {
  content: "\F14BB";
}

/* line 584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-minus-outline::before {
  content: "\F14BE";
}

/* line 588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-octagon::before {
  content: "\F0029";
}

/* line 592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-octagon-outline::before {
  content: "\F0CE6";
}

/* line 596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-octagram::before {
  content: "\F0767";
}

/* line 600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-octagram-outline::before {
  content: "\F0CE7";
}

/* line 604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-outline::before {
  content: "\F002A";
}

/* line 608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-plus::before {
  content: "\F14BA";
}

/* line 612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-plus-outline::before {
  content: "\F14BD";
}

/* line 616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-remove::before {
  content: "\F14BC";
}

/* line 620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-remove-outline::before {
  content: "\F14BF";
}

/* line 624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-rhombus::before {
  content: "\F11CE";
}

/* line 628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alert-rhombus-outline::before {
  content: "\F11CF";
}

/* line 632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alien::before {
  content: "\F089A";
}

/* line 636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alien-outline::before {
  content: "\F10CB";
}

/* line 640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-align-horizontal-center::before {
  content: "\F11C3";
}

/* line 644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-align-horizontal-left::before {
  content: "\F11C2";
}

/* line 648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-align-horizontal-right::before {
  content: "\F11C4";
}

/* line 652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-align-vertical-bottom::before {
  content: "\F11C5";
}

/* line 656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-align-vertical-center::before {
  content: "\F11C6";
}

/* line 660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-align-vertical-top::before {
  content: "\F11C7";
}

/* line 664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-all-inclusive::before {
  content: "\F06BE";
}

/* line 668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-allergy::before {
  content: "\F1258";
}

/* line 672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha::before {
  content: "\F002B";
}

/* line 676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-a::before {
  content: "\F0AEE";
}

/* line 680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-a-box::before {
  content: "\F0B08";
}

/* line 684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-a-box-outline::before {
  content: "\F0BEB";
}

/* line 688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-a-circle::before {
  content: "\F0BEC";
}

/* line 692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-a-circle-outline::before {
  content: "\F0BED";
}

/* line 696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-b::before {
  content: "\F0AEF";
}

/* line 700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-b-box::before {
  content: "\F0B09";
}

/* line 704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-b-box-outline::before {
  content: "\F0BEE";
}

/* line 708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-b-circle::before {
  content: "\F0BEF";
}

/* line 712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-b-circle-outline::before {
  content: "\F0BF0";
}

/* line 716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-c::before {
  content: "\F0AF0";
}

/* line 720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-c-box::before {
  content: "\F0B0A";
}

/* line 724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-c-box-outline::before {
  content: "\F0BF1";
}

/* line 728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-c-circle::before {
  content: "\F0BF2";
}

/* line 732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-c-circle-outline::before {
  content: "\F0BF3";
}

/* line 736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-d::before {
  content: "\F0AF1";
}

/* line 740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-d-box::before {
  content: "\F0B0B";
}

/* line 744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-d-box-outline::before {
  content: "\F0BF4";
}

/* line 748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-d-circle::before {
  content: "\F0BF5";
}

/* line 752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-d-circle-outline::before {
  content: "\F0BF6";
}

/* line 756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-e::before {
  content: "\F0AF2";
}

/* line 760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-e-box::before {
  content: "\F0B0C";
}

/* line 764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-e-box-outline::before {
  content: "\F0BF7";
}

/* line 768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-e-circle::before {
  content: "\F0BF8";
}

/* line 772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-e-circle-outline::before {
  content: "\F0BF9";
}

/* line 776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-f::before {
  content: "\F0AF3";
}

/* line 780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-f-box::before {
  content: "\F0B0D";
}

/* line 784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-f-box-outline::before {
  content: "\F0BFA";
}

/* line 788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-f-circle::before {
  content: "\F0BFB";
}

/* line 792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-f-circle-outline::before {
  content: "\F0BFC";
}

/* line 796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-g::before {
  content: "\F0AF4";
}

/* line 800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-g-box::before {
  content: "\F0B0E";
}

/* line 804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-g-box-outline::before {
  content: "\F0BFD";
}

/* line 808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-g-circle::before {
  content: "\F0BFE";
}

/* line 812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-g-circle-outline::before {
  content: "\F0BFF";
}

/* line 816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-h::before {
  content: "\F0AF5";
}

/* line 820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-h-box::before {
  content: "\F0B0F";
}

/* line 824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-h-box-outline::before {
  content: "\F0C00";
}

/* line 828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-h-circle::before {
  content: "\F0C01";
}

/* line 832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-h-circle-outline::before {
  content: "\F0C02";
}

/* line 836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-i::before {
  content: "\F0AF6";
}

/* line 840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-i-box::before {
  content: "\F0B10";
}

/* line 844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-i-box-outline::before {
  content: "\F0C03";
}

/* line 848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-i-circle::before {
  content: "\F0C04";
}

/* line 852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-i-circle-outline::before {
  content: "\F0C05";
}

/* line 856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-j::before {
  content: "\F0AF7";
}

/* line 860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-j-box::before {
  content: "\F0B11";
}

/* line 864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-j-box-outline::before {
  content: "\F0C06";
}

/* line 868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-j-circle::before {
  content: "\F0C07";
}

/* line 872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-j-circle-outline::before {
  content: "\F0C08";
}

/* line 876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-k::before {
  content: "\F0AF8";
}

/* line 880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-k-box::before {
  content: "\F0B12";
}

/* line 884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-k-box-outline::before {
  content: "\F0C09";
}

/* line 888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-k-circle::before {
  content: "\F0C0A";
}

/* line 892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-k-circle-outline::before {
  content: "\F0C0B";
}

/* line 896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-l::before {
  content: "\F0AF9";
}

/* line 900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-l-box::before {
  content: "\F0B13";
}

/* line 904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-l-box-outline::before {
  content: "\F0C0C";
}

/* line 908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-l-circle::before {
  content: "\F0C0D";
}

/* line 912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-l-circle-outline::before {
  content: "\F0C0E";
}

/* line 916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-m::before {
  content: "\F0AFA";
}

/* line 920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-m-box::before {
  content: "\F0B14";
}

/* line 924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-m-box-outline::before {
  content: "\F0C0F";
}

/* line 928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-m-circle::before {
  content: "\F0C10";
}

/* line 932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-m-circle-outline::before {
  content: "\F0C11";
}

/* line 936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-n::before {
  content: "\F0AFB";
}

/* line 940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-n-box::before {
  content: "\F0B15";
}

/* line 944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-n-box-outline::before {
  content: "\F0C12";
}

/* line 948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-n-circle::before {
  content: "\F0C13";
}

/* line 952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-n-circle-outline::before {
  content: "\F0C14";
}

/* line 956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-o::before {
  content: "\F0AFC";
}

/* line 960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-o-box::before {
  content: "\F0B16";
}

/* line 964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-o-box-outline::before {
  content: "\F0C15";
}

/* line 968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-o-circle::before {
  content: "\F0C16";
}

/* line 972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-o-circle-outline::before {
  content: "\F0C17";
}

/* line 976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-p::before {
  content: "\F0AFD";
}

/* line 980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-p-box::before {
  content: "\F0B17";
}

/* line 984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-p-box-outline::before {
  content: "\F0C18";
}

/* line 988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-p-circle::before {
  content: "\F0C19";
}

/* line 992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-p-circle-outline::before {
  content: "\F0C1A";
}

/* line 996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-q::before {
  content: "\F0AFE";
}

/* line 1000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-q-box::before {
  content: "\F0B18";
}

/* line 1004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-q-box-outline::before {
  content: "\F0C1B";
}

/* line 1008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-q-circle::before {
  content: "\F0C1C";
}

/* line 1012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-q-circle-outline::before {
  content: "\F0C1D";
}

/* line 1016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-r::before {
  content: "\F0AFF";
}

/* line 1020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-r-box::before {
  content: "\F0B19";
}

/* line 1024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-r-box-outline::before {
  content: "\F0C1E";
}

/* line 1028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-r-circle::before {
  content: "\F0C1F";
}

/* line 1032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-r-circle-outline::before {
  content: "\F0C20";
}

/* line 1036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-s::before {
  content: "\F0B00";
}

/* line 1040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-s-box::before {
  content: "\F0B1A";
}

/* line 1044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-s-box-outline::before {
  content: "\F0C21";
}

/* line 1048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-s-circle::before {
  content: "\F0C22";
}

/* line 1052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-s-circle-outline::before {
  content: "\F0C23";
}

/* line 1056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-t::before {
  content: "\F0B01";
}

/* line 1060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-t-box::before {
  content: "\F0B1B";
}

/* line 1064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-t-box-outline::before {
  content: "\F0C24";
}

/* line 1068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-t-circle::before {
  content: "\F0C25";
}

/* line 1072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-t-circle-outline::before {
  content: "\F0C26";
}

/* line 1076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-u::before {
  content: "\F0B02";
}

/* line 1080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-u-box::before {
  content: "\F0B1C";
}

/* line 1084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-u-box-outline::before {
  content: "\F0C27";
}

/* line 1088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-u-circle::before {
  content: "\F0C28";
}

/* line 1092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-u-circle-outline::before {
  content: "\F0C29";
}

/* line 1096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-v::before {
  content: "\F0B03";
}

/* line 1100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-v-box::before {
  content: "\F0B1D";
}

/* line 1104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-v-box-outline::before {
  content: "\F0C2A";
}

/* line 1108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-v-circle::before {
  content: "\F0C2B";
}

/* line 1112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-v-circle-outline::before {
  content: "\F0C2C";
}

/* line 1116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-w::before {
  content: "\F0B04";
}

/* line 1120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-w-box::before {
  content: "\F0B1E";
}

/* line 1124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-w-box-outline::before {
  content: "\F0C2D";
}

/* line 1128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-w-circle::before {
  content: "\F0C2E";
}

/* line 1132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-w-circle-outline::before {
  content: "\F0C2F";
}

/* line 1136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-x::before {
  content: "\F0B05";
}

/* line 1140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-x-box::before {
  content: "\F0B1F";
}

/* line 1144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-x-box-outline::before {
  content: "\F0C30";
}

/* line 1148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-x-circle::before {
  content: "\F0C31";
}

/* line 1152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-x-circle-outline::before {
  content: "\F0C32";
}

/* line 1156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-y::before {
  content: "\F0B06";
}

/* line 1160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-y-box::before {
  content: "\F0B20";
}

/* line 1164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-y-box-outline::before {
  content: "\F0C33";
}

/* line 1168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-y-circle::before {
  content: "\F0C34";
}

/* line 1172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-y-circle-outline::before {
  content: "\F0C35";
}

/* line 1176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-z::before {
  content: "\F0B07";
}

/* line 1180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-z-box::before {
  content: "\F0B21";
}

/* line 1184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-z-box-outline::before {
  content: "\F0C36";
}

/* line 1188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-z-circle::before {
  content: "\F0C37";
}

/* line 1192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alpha-z-circle-outline::before {
  content: "\F0C38";
}

/* line 1196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabet-aurebesh::before {
  content: "\F132C";
}

/* line 1200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabet-cyrillic::before {
  content: "\F132D";
}

/* line 1204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabet-greek::before {
  content: "\F132E";
}

/* line 1208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabet-latin::before {
  content: "\F132F";
}

/* line 1212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabet-piqad::before {
  content: "\F1330";
}

/* line 1216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabet-tengwar::before {
  content: "\F1337";
}

/* line 1220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabetical::before {
  content: "\F002C";
}

/* line 1224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabetical-off::before {
  content: "\F100C";
}

/* line 1228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabetical-variant::before {
  content: "\F100D";
}

/* line 1232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-alphabetical-variant-off::before {
  content: "\F100E";
}

/* line 1236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-altimeter::before {
  content: "\F05D7";
}

/* line 1240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-amazon::before {
  content: "\F002D";
}

/* line 1244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-amazon-alexa::before {
  content: "\F08C6";
}

/* line 1248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ambulance::before {
  content: "\F002F";
}

/* line 1252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ammunition::before {
  content: "\F0CE8";
}

/* line 1256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ampersand::before {
  content: "\F0A8D";
}

/* line 1260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-amplifier::before {
  content: "\F0030";
}

/* line 1264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-amplifier-off::before {
  content: "\F11B5";
}

/* line 1268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-anchor::before {
  content: "\F0031";
}

/* line 1272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-android::before {
  content: "\F0032";
}

/* line 1276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-android-auto::before {
  content: "\F0A8E";
}

/* line 1280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-android-debug-bridge::before {
  content: "\F0033";
}

/* line 1284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-android-messages::before {
  content: "\F0D45";
}

/* line 1288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-android-studio::before {
  content: "\F0034";
}

/* line 1292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-angle-acute::before {
  content: "\F0937";
}

/* line 1296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-angle-obtuse::before {
  content: "\F0938";
}

/* line 1300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-angle-right::before {
  content: "\F0939";
}

/* line 1304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-angular::before {
  content: "\F06B2";
}

/* line 1308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-angularjs::before {
  content: "\F06BF";
}

/* line 1312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-animation::before {
  content: "\F05D8";
}

/* line 1316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-animation-outline::before {
  content: "\F0A8F";
}

/* line 1320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-animation-play::before {
  content: "\F093A";
}

/* line 1324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-animation-play-outline::before {
  content: "\F0A90";
}

/* line 1328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ansible::before {
  content: "\F109A";
}

/* line 1332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-antenna::before {
  content: "\F1119";
}

/* line 1336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-anvil::before {
  content: "\F089B";
}

/* line 1340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apache-kafka::before {
  content: "\F100F";
}

/* line 1344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-api::before {
  content: "\F109B";
}

/* line 1348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-api-off::before {
  content: "\F1257";
}

/* line 1352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple::before {
  content: "\F0035";
}

/* line 1356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-airplay::before {
  content: "\F001F";
}

/* line 1360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-finder::before {
  content: "\F0036";
}

/* line 1364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-icloud::before {
  content: "\F0038";
}

/* line 1368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-ios::before {
  content: "\F0037";
}

/* line 1372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-keyboard-caps::before {
  content: "\F0632";
}

/* line 1376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-keyboard-command::before {
  content: "\F0633";
}

/* line 1380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-keyboard-control::before {
  content: "\F0634";
}

/* line 1384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-keyboard-option::before {
  content: "\F0635";
}

/* line 1388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-keyboard-shift::before {
  content: "\F0636";
}

/* line 1392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apple-safari::before {
  content: "\F0039";
}

/* line 1396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-application::before {
  content: "\F0614";
}

/* line 1400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-application-cog::before {
  content: "\F1577";
}

/* line 1404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-application-export::before {
  content: "\F0DAD";
}

/* line 1408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-application-import::before {
  content: "\F0DAE";
}

/* line 1412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-application-settings::before {
  content: "\F1555";
}

/* line 1416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-approximately-equal::before {
  content: "\F0F9E";
}

/* line 1420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-approximately-equal-box::before {
  content: "\F0F9F";
}

/* line 1424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apps::before {
  content: "\F003B";
}

/* line 1428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-apps-box::before {
  content: "\F0D46";
}

/* line 1432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arch::before {
  content: "\F08C7";
}

/* line 1436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-archive::before {
  content: "\F003C";
}

/* line 1440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-archive-alert::before {
  content: "\F14FD";
}

/* line 1444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-archive-alert-outline::before {
  content: "\F14FE";
}

/* line 1448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-archive-arrow-down::before {
  content: "\F1259";
}

/* line 1452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-archive-arrow-down-outline::before {
  content: "\F125A";
}

/* line 1456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-archive-arrow-up::before {
  content: "\F125B";
}

/* line 1460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-archive-arrow-up-outline::before {
  content: "\F125C";
}

/* line 1464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-archive-outline::before {
  content: "\F120E";
}

/* line 1468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arm-flex::before {
  content: "\F0FD7";
}

/* line 1472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arm-flex-outline::before {
  content: "\F0FD6";
}

/* line 1476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrange-bring-forward::before {
  content: "\F003D";
}

/* line 1480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrange-bring-to-front::before {
  content: "\F003E";
}

/* line 1484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrange-send-backward::before {
  content: "\F003F";
}

/* line 1488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrange-send-to-back::before {
  content: "\F0040";
}

/* line 1492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-all::before {
  content: "\F0041";
}

/* line 1496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-bottom-left::before {
  content: "\F0042";
}

/* line 1500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-bottom-left-bold-outline::before {
  content: "\F09B7";
}

/* line 1504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-bottom-left-thick::before {
  content: "\F09B8";
}

/* line 1508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-bottom-left-thin-circle-outline::before {
  content: "\F1596";
}

/* line 1512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-bottom-right::before {
  content: "\F0043";
}

/* line 1516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-bottom-right-bold-outline::before {
  content: "\F09B9";
}

/* line 1520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-bottom-right-thick::before {
  content: "\F09BA";
}

/* line 1524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-bottom-right-thin-circle-outline::before {
  content: "\F1595";
}

/* line 1528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-collapse::before {
  content: "\F0615";
}

/* line 1532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-collapse-all::before {
  content: "\F0044";
}

/* line 1536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-collapse-down::before {
  content: "\F0792";
}

/* line 1540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-collapse-horizontal::before {
  content: "\F084C";
}

/* line 1544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-collapse-left::before {
  content: "\F0793";
}

/* line 1548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-collapse-right::before {
  content: "\F0794";
}

/* line 1552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-collapse-up::before {
  content: "\F0795";
}

/* line 1556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-collapse-vertical::before {
  content: "\F084D";
}

/* line 1560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-decision::before {
  content: "\F09BB";
}

/* line 1564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-decision-auto::before {
  content: "\F09BC";
}

/* line 1568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-decision-auto-outline::before {
  content: "\F09BD";
}

/* line 1572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-decision-outline::before {
  content: "\F09BE";
}

/* line 1576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down::before {
  content: "\F0045";
}

/* line 1580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-bold::before {
  content: "\F072E";
}

/* line 1584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-bold-box::before {
  content: "\F072F";
}

/* line 1588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-bold-box-outline::before {
  content: "\F0730";
}

/* line 1592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-bold-circle::before {
  content: "\F0047";
}

/* line 1596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-bold-circle-outline::before {
  content: "\F0048";
}

/* line 1600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-bold-hexagon-outline::before {
  content: "\F0049";
}

/* line 1604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-bold-outline::before {
  content: "\F09BF";
}

/* line 1608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-box::before {
  content: "\F06C0";
}

/* line 1612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-circle::before {
  content: "\F0CDB";
}

/* line 1616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-circle-outline::before {
  content: "\F0CDC";
}

/* line 1620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-drop-circle::before {
  content: "\F004A";
}

/* line 1624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-drop-circle-outline::before {
  content: "\F004B";
}

/* line 1628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-thick::before {
  content: "\F0046";
}

/* line 1632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-down-thin-circle-outline::before {
  content: "\F1599";
}

/* line 1636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-expand::before {
  content: "\F0616";
}

/* line 1640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-expand-all::before {
  content: "\F004C";
}

/* line 1644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-expand-down::before {
  content: "\F0796";
}

/* line 1648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-expand-horizontal::before {
  content: "\F084E";
}

/* line 1652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-expand-left::before {
  content: "\F0797";
}

/* line 1656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-expand-right::before {
  content: "\F0798";
}

/* line 1660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-expand-up::before {
  content: "\F0799";
}

/* line 1664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-expand-vertical::before {
  content: "\F084F";
}

/* line 1668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-horizontal-lock::before {
  content: "\F115B";
}

/* line 1672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left::before {
  content: "\F004D";
}

/* line 1676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-bold::before {
  content: "\F0731";
}

/* line 1680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-bold-box::before {
  content: "\F0732";
}

/* line 1684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-bold-box-outline::before {
  content: "\F0733";
}

/* line 1688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-bold-circle::before {
  content: "\F004F";
}

/* line 1692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-bold-circle-outline::before {
  content: "\F0050";
}

/* line 1696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-bold-hexagon-outline::before {
  content: "\F0051";
}

/* line 1700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-bold-outline::before {
  content: "\F09C0";
}

/* line 1704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-box::before {
  content: "\F06C1";
}

/* line 1708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-circle::before {
  content: "\F0CDD";
}

/* line 1712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-circle-outline::before {
  content: "\F0CDE";
}

/* line 1716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-drop-circle::before {
  content: "\F0052";
}

/* line 1720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-drop-circle-outline::before {
  content: "\F0053";
}

/* line 1724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-right::before {
  content: "\F0E73";
}

/* line 1728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-right-bold::before {
  content: "\F0E74";
}

/* line 1732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-right-bold-outline::before {
  content: "\F09C1";
}

/* line 1736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-thick::before {
  content: "\F004E";
}

/* line 1740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-left-thin-circle-outline::before {
  content: "\F159A";
}

/* line 1744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right::before {
  content: "\F0054";
}

/* line 1748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-bold::before {
  content: "\F0734";
}

/* line 1752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-bold-box::before {
  content: "\F0735";
}

/* line 1756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-bold-box-outline::before {
  content: "\F0736";
}

/* line 1760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-bold-circle::before {
  content: "\F0056";
}

/* line 1764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-bold-circle-outline::before {
  content: "\F0057";
}

/* line 1768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-bold-hexagon-outline::before {
  content: "\F0058";
}

/* line 1772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-bold-outline::before {
  content: "\F09C2";
}

/* line 1776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-box::before {
  content: "\F06C2";
}

/* line 1780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-circle::before {
  content: "\F0CDF";
}

/* line 1784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-circle-outline::before {
  content: "\F0CE0";
}

/* line 1788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-drop-circle::before {
  content: "\F0059";
}

/* line 1792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-drop-circle-outline::before {
  content: "\F005A";
}

/* line 1796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-thick::before {
  content: "\F0055";
}

/* line 1800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-right-thin-circle-outline::before {
  content: "\F1598";
}

/* line 1804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-split-horizontal::before {
  content: "\F093B";
}

/* line 1808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-split-vertical::before {
  content: "\F093C";
}

/* line 1812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-left::before {
  content: "\F005B";
}

/* line 1816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-left-bold-outline::before {
  content: "\F09C3";
}

/* line 1820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-left-bottom-right::before {
  content: "\F0E75";
}

/* line 1824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-left-bottom-right-bold::before {
  content: "\F0E76";
}

/* line 1828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-left-thick::before {
  content: "\F09C4";
}

/* line 1832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-left-thin-circle-outline::before {
  content: "\F1593";
}

/* line 1836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-right::before {
  content: "\F005C";
}

/* line 1840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-right-bold-outline::before {
  content: "\F09C5";
}

/* line 1844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-right-bottom-left::before {
  content: "\F0E77";
}

/* line 1848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-right-bottom-left-bold::before {
  content: "\F0E78";
}

/* line 1852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-right-thick::before {
  content: "\F09C6";
}

/* line 1856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-top-right-thin-circle-outline::before {
  content: "\F1594";
}

/* line 1860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up::before {
  content: "\F005D";
}

/* line 1864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-bold::before {
  content: "\F0737";
}

/* line 1868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-bold-box::before {
  content: "\F0738";
}

/* line 1872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-bold-box-outline::before {
  content: "\F0739";
}

/* line 1876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-bold-circle::before {
  content: "\F005F";
}

/* line 1880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-bold-circle-outline::before {
  content: "\F0060";
}

/* line 1884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-bold-hexagon-outline::before {
  content: "\F0061";
}

/* line 1888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-bold-outline::before {
  content: "\F09C7";
}

/* line 1892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-box::before {
  content: "\F06C3";
}

/* line 1896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-circle::before {
  content: "\F0CE1";
}

/* line 1900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-circle-outline::before {
  content: "\F0CE2";
}

/* line 1904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-down::before {
  content: "\F0E79";
}

/* line 1908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-down-bold::before {
  content: "\F0E7A";
}

/* line 1912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-down-bold-outline::before {
  content: "\F09C8";
}

/* line 1916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-drop-circle::before {
  content: "\F0062";
}

/* line 1920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-drop-circle-outline::before {
  content: "\F0063";
}

/* line 1924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-thick::before {
  content: "\F005E";
}

/* line 1928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-up-thin-circle-outline::before {
  content: "\F1597";
}

/* line 1932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-arrow-vertical-lock::before {
  content: "\F115C";
}

/* line 1936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-artstation::before {
  content: "\F0B5B";
}

/* line 1940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-aspect-ratio::before {
  content: "\F0A24";
}

/* line 1944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-assistant::before {
  content: "\F0064";
}

/* line 1948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-asterisk::before {
  content: "\F06C4";
}

/* line 1952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-at::before {
  content: "\F0065";
}

/* line 1956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-atlassian::before {
  content: "\F0804";
}

/* line 1960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-atm::before {
  content: "\F0D47";
}

/* line 1964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-atom::before {
  content: "\F0768";
}

/* line 1968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-atom-variant::before {
  content: "\F0E7B";
}

/* line 1972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-attachment::before {
  content: "\F0066";
}

/* line 1976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-audio-video::before {
  content: "\F093D";
}

/* line 1980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-audio-video-off::before {
  content: "\F11B6";
}

/* line 1984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-augmented-reality::before {
  content: "\F0850";
}

/* line 1988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-auto-download::before {
  content: "\F137E";
}

/* line 1992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-auto-fix::before {
  content: "\F0068";
}

/* line 1996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-auto-upload::before {
  content: "\F0069";
}

/* line 2000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-autorenew::before {
  content: "\F006A";
}

/* line 2004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-av-timer::before {
  content: "\F006B";
}

/* line 2008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-aws::before {
  content: "\F0E0F";
}

/* line 2012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axe::before {
  content: "\F08C8";
}

/* line 2016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis::before {
  content: "\F0D48";
}

/* line 2020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-arrow::before {
  content: "\F0D49";
}

/* line 2024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-arrow-info::before {
  content: "\F140E";
}

/* line 2028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-arrow-lock::before {
  content: "\F0D4A";
}

/* line 2032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-lock::before {
  content: "\F0D4B";
}

/* line 2036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-x-arrow::before {
  content: "\F0D4C";
}

/* line 2040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-x-arrow-lock::before {
  content: "\F0D4D";
}

/* line 2044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-x-rotate-clockwise::before {
  content: "\F0D4E";
}

/* line 2048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-x-rotate-counterclockwise::before {
  content: "\F0D4F";
}

/* line 2052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-x-y-arrow-lock::before {
  content: "\F0D50";
}

/* line 2056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-y-arrow::before {
  content: "\F0D51";
}

/* line 2060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-y-arrow-lock::before {
  content: "\F0D52";
}

/* line 2064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-y-rotate-clockwise::before {
  content: "\F0D53";
}

/* line 2068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-y-rotate-counterclockwise::before {
  content: "\F0D54";
}

/* line 2072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-z-arrow::before {
  content: "\F0D55";
}

/* line 2076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-z-arrow-lock::before {
  content: "\F0D56";
}

/* line 2080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-z-rotate-clockwise::before {
  content: "\F0D57";
}

/* line 2084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-axis-z-rotate-counterclockwise::before {
  content: "\F0D58";
}

/* line 2088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-babel::before {
  content: "\F0A25";
}

/* line 2092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baby::before {
  content: "\F006C";
}

/* line 2096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baby-bottle::before {
  content: "\F0F39";
}

/* line 2100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baby-bottle-outline::before {
  content: "\F0F3A";
}

/* line 2104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baby-buggy::before {
  content: "\F13E0";
}

/* line 2108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baby-carriage::before {
  content: "\F068F";
}

/* line 2112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baby-carriage-off::before {
  content: "\F0FA0";
}

/* line 2116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baby-face::before {
  content: "\F0E7C";
}

/* line 2120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baby-face-outline::before {
  content: "\F0E7D";
}

/* line 2124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-backburger::before {
  content: "\F006D";
}

/* line 2128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-backspace::before {
  content: "\F006E";
}

/* line 2132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-backspace-outline::before {
  content: "\F0B5C";
}

/* line 2136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-backspace-reverse::before {
  content: "\F0E7E";
}

/* line 2140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-backspace-reverse-outline::before {
  content: "\F0E7F";
}

/* line 2144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-backup-restore::before {
  content: "\F006F";
}

/* line 2148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bacteria::before {
  content: "\F0ED5";
}

/* line 2152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bacteria-outline::before {
  content: "\F0ED6";
}

/* line 2156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-badge-account::before {
  content: "\F0DA7";
}

/* line 2160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-badge-account-alert::before {
  content: "\F0DA8";
}

/* line 2164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-badge-account-alert-outline::before {
  content: "\F0DA9";
}

/* line 2168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-badge-account-horizontal::before {
  content: "\F0E0D";
}

/* line 2172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-badge-account-horizontal-outline::before {
  content: "\F0E0E";
}

/* line 2176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-badge-account-outline::before {
  content: "\F0DAA";
}

/* line 2180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-badminton::before {
  content: "\F0851";
}

/* line 2184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-carry-on::before {
  content: "\F0F3B";
}

/* line 2188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-carry-on-check::before {
  content: "\F0D65";
}

/* line 2192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-carry-on-off::before {
  content: "\F0F3C";
}

/* line 2196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-checked::before {
  content: "\F0F3D";
}

/* line 2200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-personal::before {
  content: "\F0E10";
}

/* line 2204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-personal-off::before {
  content: "\F0E11";
}

/* line 2208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-personal-off-outline::before {
  content: "\F0E12";
}

/* line 2212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-personal-outline::before {
  content: "\F0E13";
}

/* line 2216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-suitcase::before {
  content: "\F158B";
}

/* line 2220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-suitcase-off::before {
  content: "\F158D";
}

/* line 2224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-suitcase-off-outline::before {
  content: "\F158E";
}

/* line 2228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bag-suitcase-outline::before {
  content: "\F158C";
}

/* line 2232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baguette::before {
  content: "\F0F3E";
}

/* line 2236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-balloon::before {
  content: "\F0A26";
}

/* line 2240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ballot::before {
  content: "\F09C9";
}

/* line 2244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ballot-outline::before {
  content: "\F09CA";
}

/* line 2248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ballot-recount::before {
  content: "\F0C39";
}

/* line 2252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ballot-recount-outline::before {
  content: "\F0C3A";
}

/* line 2256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bandage::before {
  content: "\F0DAF";
}

/* line 2260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bandcamp::before {
  content: "\F0675";
}

/* line 2264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bank::before {
  content: "\F0070";
}

/* line 2268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bank-minus::before {
  content: "\F0DB0";
}

/* line 2272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bank-outline::before {
  content: "\F0E80";
}

/* line 2276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bank-plus::before {
  content: "\F0DB1";
}

/* line 2280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bank-remove::before {
  content: "\F0DB2";
}

/* line 2284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bank-transfer::before {
  content: "\F0A27";
}

/* line 2288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bank-transfer-in::before {
  content: "\F0A28";
}

/* line 2292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bank-transfer-out::before {
  content: "\F0A29";
}

/* line 2296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-barcode::before {
  content: "\F0071";
}

/* line 2300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-barcode-off::before {
  content: "\F1236";
}

/* line 2304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-barcode-scan::before {
  content: "\F0072";
}

/* line 2308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-barley::before {
  content: "\F0073";
}

/* line 2312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-barley-off::before {
  content: "\F0B5D";
}

/* line 2316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-barn::before {
  content: "\F0B5E";
}

/* line 2320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-barrel::before {
  content: "\F0074";
}

/* line 2324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baseball::before {
  content: "\F0852";
}

/* line 2328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-baseball-bat::before {
  content: "\F0853";
}

/* line 2332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bash::before {
  content: "\F1183";
}

/* line 2336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket::before {
  content: "\F0076";
}

/* line 2340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-fill::before {
  content: "\F0077";
}

/* line 2344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-minus::before {
  content: "\F1523";
}

/* line 2348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-minus-outline::before {
  content: "\F1524";
}

/* line 2352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-off::before {
  content: "\F1525";
}

/* line 2356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-off-outline::before {
  content: "\F1526";
}

/* line 2360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-outline::before {
  content: "\F1181";
}

/* line 2364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-plus::before {
  content: "\F1527";
}

/* line 2368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-plus-outline::before {
  content: "\F1528";
}

/* line 2372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-remove::before {
  content: "\F1529";
}

/* line 2376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-remove-outline::before {
  content: "\F152A";
}

/* line 2380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basket-unfill::before {
  content: "\F0078";
}

/* line 2384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basketball::before {
  content: "\F0806";
}

/* line 2388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basketball-hoop::before {
  content: "\F0C3B";
}

/* line 2392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-basketball-hoop-outline::before {
  content: "\F0C3C";
}

/* line 2396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bat::before {
  content: "\F0B5F";
}

/* line 2400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery::before {
  content: "\F0079";
}

/* line 2404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-10::before {
  content: "\F007A";
}

/* line 2408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-10-bluetooth::before {
  content: "\F093E";
}

/* line 2412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-20::before {
  content: "\F007B";
}

/* line 2416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-20-bluetooth::before {
  content: "\F093F";
}

/* line 2420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-30::before {
  content: "\F007C";
}

/* line 2424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-30-bluetooth::before {
  content: "\F0940";
}

/* line 2428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-40::before {
  content: "\F007D";
}

/* line 2432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-40-bluetooth::before {
  content: "\F0941";
}

/* line 2436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-50::before {
  content: "\F007E";
}

/* line 2440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-50-bluetooth::before {
  content: "\F0942";
}

/* line 2444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-60::before {
  content: "\F007F";
}

/* line 2448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-60-bluetooth::before {
  content: "\F0943";
}

/* line 2452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-70::before {
  content: "\F0080";
}

/* line 2456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-70-bluetooth::before {
  content: "\F0944";
}

/* line 2460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-80::before {
  content: "\F0081";
}

/* line 2464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-80-bluetooth::before {
  content: "\F0945";
}

/* line 2468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-90::before {
  content: "\F0082";
}

/* line 2472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-90-bluetooth::before {
  content: "\F0946";
}

/* line 2476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-alert::before {
  content: "\F0083";
}

/* line 2480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-alert-bluetooth::before {
  content: "\F0947";
}

/* line 2484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-alert-variant::before {
  content: "\F10CC";
}

/* line 2488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-alert-variant-outline::before {
  content: "\F10CD";
}

/* line 2492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-bluetooth::before {
  content: "\F0948";
}

/* line 2496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-bluetooth-variant::before {
  content: "\F0949";
}

/* line 2500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging::before {
  content: "\F0084";
}

/* line 2504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-10::before {
  content: "\F089C";
}

/* line 2508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-100::before {
  content: "\F0085";
}

/* line 2512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-20::before {
  content: "\F0086";
}

/* line 2516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-30::before {
  content: "\F0087";
}

/* line 2520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-40::before {
  content: "\F0088";
}

/* line 2524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-50::before {
  content: "\F089D";
}

/* line 2528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-60::before {
  content: "\F0089";
}

/* line 2532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-70::before {
  content: "\F089E";
}

/* line 2536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-80::before {
  content: "\F008A";
}

/* line 2540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-90::before {
  content: "\F008B";
}

/* line 2544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-high::before {
  content: "\F12A6";
}

/* line 2548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-low::before {
  content: "\F12A4";
}

/* line 2552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-medium::before {
  content: "\F12A5";
}

/* line 2556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-outline::before {
  content: "\F089F";
}

/* line 2560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless::before {
  content: "\F0807";
}

/* line 2564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-10::before {
  content: "\F0808";
}

/* line 2568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-20::before {
  content: "\F0809";
}

/* line 2572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-30::before {
  content: "\F080A";
}

/* line 2576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-40::before {
  content: "\F080B";
}

/* line 2580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-50::before {
  content: "\F080C";
}

/* line 2584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-60::before {
  content: "\F080D";
}

/* line 2588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-70::before {
  content: "\F080E";
}

/* line 2592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-80::before {
  content: "\F080F";
}

/* line 2596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-90::before {
  content: "\F0810";
}

/* line 2600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-alert::before {
  content: "\F0811";
}

/* line 2604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-charging-wireless-outline::before {
  content: "\F0812";
}

/* line 2608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-heart::before {
  content: "\F120F";
}

/* line 2612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-heart-outline::before {
  content: "\F1210";
}

/* line 2616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-heart-variant::before {
  content: "\F1211";
}

/* line 2620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-high::before {
  content: "\F12A3";
}

/* line 2624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-low::before {
  content: "\F12A1";
}

/* line 2628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-medium::before {
  content: "\F12A2";
}

/* line 2632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-minus::before {
  content: "\F008C";
}

/* line 2636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-negative::before {
  content: "\F008D";
}

/* line 2640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-off::before {
  content: "\F125D";
}

/* line 2644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-off-outline::before {
  content: "\F125E";
}

/* line 2648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-outline::before {
  content: "\F008E";
}

/* line 2652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-plus::before {
  content: "\F008F";
}

/* line 2656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-positive::before {
  content: "\F0090";
}

/* line 2660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-unknown::before {
  content: "\F0091";
}

/* line 2664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battery-unknown-bluetooth::before {
  content: "\F094A";
}

/* line 2668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-battlenet::before {
  content: "\F0B60";
}

/* line 2672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beach::before {
  content: "\F0092";
}

/* line 2676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker::before {
  content: "\F0CEA";
}

/* line 2680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-alert::before {
  content: "\F1229";
}

/* line 2684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-alert-outline::before {
  content: "\F122A";
}

/* line 2688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-check::before {
  content: "\F122B";
}

/* line 2692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-check-outline::before {
  content: "\F122C";
}

/* line 2696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-minus::before {
  content: "\F122D";
}

/* line 2700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-minus-outline::before {
  content: "\F122E";
}

/* line 2704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-outline::before {
  content: "\F0690";
}

/* line 2708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-plus::before {
  content: "\F122F";
}

/* line 2712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-plus-outline::before {
  content: "\F1230";
}

/* line 2716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-question::before {
  content: "\F1231";
}

/* line 2720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-question-outline::before {
  content: "\F1232";
}

/* line 2724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-remove::before {
  content: "\F1233";
}

/* line 2728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beaker-remove-outline::before {
  content: "\F1234";
}

/* line 2732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed::before {
  content: "\F02E3";
}

/* line 2736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-double::before {
  content: "\F0FD4";
}

/* line 2740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-double-outline::before {
  content: "\F0FD3";
}

/* line 2744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-empty::before {
  content: "\F08A0";
}

/* line 2748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-king::before {
  content: "\F0FD2";
}

/* line 2752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-king-outline::before {
  content: "\F0FD1";
}

/* line 2756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-outline::before {
  content: "\F0099";
}

/* line 2760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-queen::before {
  content: "\F0FD0";
}

/* line 2764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-queen-outline::before {
  content: "\F0FDB";
}

/* line 2768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-single::before {
  content: "\F106D";
}

/* line 2772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bed-single-outline::before {
  content: "\F106E";
}

/* line 2776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bee::before {
  content: "\F0FA1";
}

/* line 2780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bee-flower::before {
  content: "\F0FA2";
}

/* line 2784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beehive-off-outline::before {
  content: "\F13ED";
}

/* line 2788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beehive-outline::before {
  content: "\F10CE";
}

/* line 2792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beekeeper::before {
  content: "\F14E2";
}

/* line 2796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beer::before {
  content: "\F0098";
}

/* line 2800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beer-outline::before {
  content: "\F130C";
}

/* line 2804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell::before {
  content: "\F009A";
}

/* line 2808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-alert::before {
  content: "\F0D59";
}

/* line 2812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-alert-outline::before {
  content: "\F0E81";
}

/* line 2816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-cancel::before {
  content: "\F13E7";
}

/* line 2820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-cancel-outline::before {
  content: "\F13E8";
}

/* line 2824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-check::before {
  content: "\F11E5";
}

/* line 2828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-check-outline::before {
  content: "\F11E6";
}

/* line 2832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-circle::before {
  content: "\F0D5A";
}

/* line 2836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-circle-outline::before {
  content: "\F0D5B";
}

/* line 2840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-minus::before {
  content: "\F13E9";
}

/* line 2844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-minus-outline::before {
  content: "\F13EA";
}

/* line 2848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-off::before {
  content: "\F009B";
}

/* line 2852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-off-outline::before {
  content: "\F0A91";
}

/* line 2856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-outline::before {
  content: "\F009C";
}

/* line 2860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-plus::before {
  content: "\F009D";
}

/* line 2864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-plus-outline::before {
  content: "\F0A92";
}

/* line 2868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-remove::before {
  content: "\F13EB";
}

/* line 2872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-remove-outline::before {
  content: "\F13EC";
}

/* line 2876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-ring::before {
  content: "\F009E";
}

/* line 2880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-ring-outline::before {
  content: "\F009F";
}

/* line 2884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-sleep::before {
  content: "\F00A0";
}

/* line 2888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bell-sleep-outline::before {
  content: "\F0A93";
}

/* line 2892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-beta::before {
  content: "\F00A1";
}

/* line 2896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-betamax::before {
  content: "\F09CB";
}

/* line 2900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-biathlon::before {
  content: "\F0E14";
}

/* line 2904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bicycle::before {
  content: "\F109C";
}

/* line 2908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bicycle-basket::before {
  content: "\F1235";
}

/* line 2912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bike::before {
  content: "\F00A3";
}

/* line 2916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bike-fast::before {
  content: "\F111F";
}

/* line 2920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-billboard::before {
  content: "\F1010";
}

/* line 2924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-billiards::before {
  content: "\F0B61";
}

/* line 2928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-billiards-rack::before {
  content: "\F0B62";
}

/* line 2932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-binoculars::before {
  content: "\F00A5";
}

/* line 2936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bio::before {
  content: "\F00A6";
}

/* line 2940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-biohazard::before {
  content: "\F00A7";
}

/* line 2944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bitbucket::before {
  content: "\F00A8";
}

/* line 2948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bitcoin::before {
  content: "\F0813";
}

/* line 2952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-black-mesa::before {
  content: "\F00A9";
}

/* line 2956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blender::before {
  content: "\F0CEB";
}

/* line 2960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blender-software::before {
  content: "\F00AB";
}

/* line 2964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blinds::before {
  content: "\F00AC";
}

/* line 2968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blinds-open::before {
  content: "\F1011";
}

/* line 2972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-block-helper::before {
  content: "\F00AD";
}

/* line 2976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blogger::before {
  content: "\F00AE";
}

/* line 2980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blood-bag::before {
  content: "\F0CEC";
}

/* line 2984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bluetooth::before {
  content: "\F00AF";
}

/* line 2988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bluetooth-audio::before {
  content: "\F00B0";
}

/* line 2992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bluetooth-connect::before {
  content: "\F00B1";
}

/* line 2996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bluetooth-off::before {
  content: "\F00B2";
}

/* line 3000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bluetooth-settings::before {
  content: "\F00B3";
}

/* line 3004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bluetooth-transfer::before {
  content: "\F00B4";
}

/* line 3008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blur::before {
  content: "\F00B5";
}

/* line 3012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blur-linear::before {
  content: "\F00B6";
}

/* line 3016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blur-off::before {
  content: "\F00B7";
}

/* line 3020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blur-radial::before {
  content: "\F00B8";
}

/* line 3024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bolnisi-cross::before {
  content: "\F0CED";
}

/* line 3028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bolt::before {
  content: "\F0DB3";
}

/* line 3032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bomb::before {
  content: "\F0691";
}

/* line 3036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bomb-off::before {
  content: "\F06C5";
}

/* line 3040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bone::before {
  content: "\F00B9";
}

/* line 3044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book::before {
  content: "\F00BA";
}

/* line 3048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-account::before {
  content: "\F13AD";
}

/* line 3052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-account-outline::before {
  content: "\F13AE";
}

/* line 3056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-alphabet::before {
  content: "\F061D";
}

/* line 3060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-check::before {
  content: "\F14F3";
}

/* line 3064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-check-outline::before {
  content: "\F14F4";
}

/* line 3068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-cross::before {
  content: "\F00A2";
}

/* line 3072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-information-variant::before {
  content: "\F106F";
}

/* line 3076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-lock::before {
  content: "\F079A";
}

/* line 3080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-lock-open::before {
  content: "\F079B";
}

/* line 3084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-minus::before {
  content: "\F05D9";
}

/* line 3088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-minus-multiple::before {
  content: "\F0A94";
}

/* line 3092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-minus-multiple-outline::before {
  content: "\F090B";
}

/* line 3096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-multiple::before {
  content: "\F00BB";
}

/* line 3100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-multiple-outline::before {
  content: "\F0436";
}

/* line 3104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-music::before {
  content: "\F0067";
}

/* line 3108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-open::before {
  content: "\F00BD";
}

/* line 3112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-open-blank-variant::before {
  content: "\F00BE";
}

/* line 3116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-open-outline::before {
  content: "\F0B63";
}

/* line 3120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-open-page-variant::before {
  content: "\F05DA";
}

/* line 3124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-open-variant::before {
  content: "\F14F7";
}

/* line 3128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-outline::before {
  content: "\F0B64";
}

/* line 3132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-play::before {
  content: "\F0E82";
}

/* line 3136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-play-outline::before {
  content: "\F0E83";
}

/* line 3140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-plus::before {
  content: "\F05DB";
}

/* line 3144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-plus-multiple::before {
  content: "\F0A95";
}

/* line 3148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-plus-multiple-outline::before {
  content: "\F0ADE";
}

/* line 3152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-remove::before {
  content: "\F0A97";
}

/* line 3156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-remove-multiple::before {
  content: "\F0A96";
}

/* line 3160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-remove-multiple-outline::before {
  content: "\F04CA";
}

/* line 3164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-search::before {
  content: "\F0E84";
}

/* line 3168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-search-outline::before {
  content: "\F0E85";
}

/* line 3172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-variant::before {
  content: "\F00BF";
}

/* line 3176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-book-variant-multiple::before {
  content: "\F00BC";
}

/* line 3180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark::before {
  content: "\F00C0";
}

/* line 3184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-check::before {
  content: "\F00C1";
}

/* line 3188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-check-outline::before {
  content: "\F137B";
}

/* line 3192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-minus::before {
  content: "\F09CC";
}

/* line 3196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-minus-outline::before {
  content: "\F09CD";
}

/* line 3200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-multiple::before {
  content: "\F0E15";
}

/* line 3204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-multiple-outline::before {
  content: "\F0E16";
}

/* line 3208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-music::before {
  content: "\F00C2";
}

/* line 3212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-music-outline::before {
  content: "\F1379";
}

/* line 3216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-off::before {
  content: "\F09CE";
}

/* line 3220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-off-outline::before {
  content: "\F09CF";
}

/* line 3224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-outline::before {
  content: "\F00C3";
}

/* line 3228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-plus::before {
  content: "\F00C5";
}

/* line 3232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-plus-outline::before {
  content: "\F00C4";
}

/* line 3236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-remove::before {
  content: "\F00C6";
}

/* line 3240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookmark-remove-outline::before {
  content: "\F137A";
}

/* line 3244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bookshelf::before {
  content: "\F125F";
}

/* line 3248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boom-gate::before {
  content: "\F0E86";
}

/* line 3252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boom-gate-alert::before {
  content: "\F0E87";
}

/* line 3256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boom-gate-alert-outline::before {
  content: "\F0E88";
}

/* line 3260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boom-gate-down::before {
  content: "\F0E89";
}

/* line 3264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boom-gate-down-outline::before {
  content: "\F0E8A";
}

/* line 3268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boom-gate-outline::before {
  content: "\F0E8B";
}

/* line 3272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boom-gate-up::before {
  content: "\F0E8C";
}

/* line 3276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boom-gate-up-outline::before {
  content: "\F0E8D";
}

/* line 3280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boombox::before {
  content: "\F05DC";
}

/* line 3284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boomerang::before {
  content: "\F10CF";
}

/* line 3288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bootstrap::before {
  content: "\F06C6";
}

/* line 3292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-all::before {
  content: "\F00C7";
}

/* line 3296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-all-variant::before {
  content: "\F08A1";
}

/* line 3300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-bottom::before {
  content: "\F00C8";
}

/* line 3304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-bottom-variant::before {
  content: "\F08A2";
}

/* line 3308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-color::before {
  content: "\F00C9";
}

/* line 3312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-horizontal::before {
  content: "\F00CA";
}

/* line 3316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-inside::before {
  content: "\F00CB";
}

/* line 3320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-left::before {
  content: "\F00CC";
}

/* line 3324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-left-variant::before {
  content: "\F08A3";
}

/* line 3328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-none::before {
  content: "\F00CD";
}

/* line 3332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-none-variant::before {
  content: "\F08A4";
}

/* line 3336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-outside::before {
  content: "\F00CE";
}

/* line 3340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-right::before {
  content: "\F00CF";
}

/* line 3344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-right-variant::before {
  content: "\F08A5";
}

/* line 3348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-style::before {
  content: "\F00D0";
}

/* line 3352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-top::before {
  content: "\F00D1";
}

/* line 3356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-top-variant::before {
  content: "\F08A6";
}

/* line 3360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-border-vertical::before {
  content: "\F00D2";
}

/* line 3364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-soda::before {
  content: "\F1070";
}

/* line 3368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-soda-classic::before {
  content: "\F1071";
}

/* line 3372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-soda-classic-outline::before {
  content: "\F1363";
}

/* line 3376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-soda-outline::before {
  content: "\F1072";
}

/* line 3380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-tonic::before {
  content: "\F112E";
}

/* line 3384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-tonic-outline::before {
  content: "\F112F";
}

/* line 3388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-tonic-plus::before {
  content: "\F1130";
}

/* line 3392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-tonic-plus-outline::before {
  content: "\F1131";
}

/* line 3396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-tonic-skull::before {
  content: "\F1132";
}

/* line 3400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-tonic-skull-outline::before {
  content: "\F1133";
}

/* line 3404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-wine::before {
  content: "\F0854";
}

/* line 3408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bottle-wine-outline::before {
  content: "\F1310";
}

/* line 3412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bow-tie::before {
  content: "\F0678";
}

/* line 3416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bowl::before {
  content: "\F028E";
}

/* line 3420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bowl-mix::before {
  content: "\F0617";
}

/* line 3424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bowl-mix-outline::before {
  content: "\F02E4";
}

/* line 3428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bowl-outline::before {
  content: "\F02A9";
}

/* line 3432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bowling::before {
  content: "\F00D3";
}

/* line 3436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-box::before {
  content: "\F00D4";
}

/* line 3440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-box-cutter::before {
  content: "\F00D5";
}

/* line 3444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-box-cutter-off::before {
  content: "\F0B4A";
}

/* line 3448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-box-shadow::before {
  content: "\F0637";
}

/* line 3452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-boxing-glove::before {
  content: "\F0B65";
}

/* line 3456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-braille::before {
  content: "\F09D0";
}

/* line 3460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brain::before {
  content: "\F09D1";
}

/* line 3464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bread-slice::before {
  content: "\F0CEE";
}

/* line 3468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bread-slice-outline::before {
  content: "\F0CEF";
}

/* line 3472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bridge::before {
  content: "\F0618";
}

/* line 3476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase::before {
  content: "\F00D6";
}

/* line 3480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-account::before {
  content: "\F0CF0";
}

/* line 3484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-account-outline::before {
  content: "\F0CF1";
}

/* line 3488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-check::before {
  content: "\F00D7";
}

/* line 3492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-check-outline::before {
  content: "\F131E";
}

/* line 3496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-clock::before {
  content: "\F10D0";
}

/* line 3500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-clock-outline::before {
  content: "\F10D1";
}

/* line 3504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-download::before {
  content: "\F00D8";
}

/* line 3508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-download-outline::before {
  content: "\F0C3D";
}

/* line 3512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-edit::before {
  content: "\F0A98";
}

/* line 3516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-edit-outline::before {
  content: "\F0C3E";
}

/* line 3520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-minus::before {
  content: "\F0A2A";
}

/* line 3524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-minus-outline::before {
  content: "\F0C3F";
}

/* line 3528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-outline::before {
  content: "\F0814";
}

/* line 3532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-plus::before {
  content: "\F0A2B";
}

/* line 3536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-plus-outline::before {
  content: "\F0C40";
}

/* line 3540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-remove::before {
  content: "\F0A2C";
}

/* line 3544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-remove-outline::before {
  content: "\F0C41";
}

/* line 3548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-search::before {
  content: "\F0A2D";
}

/* line 3552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-search-outline::before {
  content: "\F0C42";
}

/* line 3556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-upload::before {
  content: "\F00D9";
}

/* line 3560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-upload-outline::before {
  content: "\F0C43";
}

/* line 3564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-variant::before {
  content: "\F1494";
}

/* line 3568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-briefcase-variant-outline::before {
  content: "\F1495";
}

/* line 3572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-1::before {
  content: "\F00DA";
}

/* line 3576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-2::before {
  content: "\F00DB";
}

/* line 3580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-3::before {
  content: "\F00DC";
}

/* line 3584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-4::before {
  content: "\F00DD";
}

/* line 3588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-5::before {
  content: "\F00DE";
}

/* line 3592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-6::before {
  content: "\F00DF";
}

/* line 3596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-7::before {
  content: "\F00E0";
}

/* line 3600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-auto::before {
  content: "\F00E1";
}

/* line 3604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brightness-percent::before {
  content: "\F0CF2";
}

/* line 3608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-broom::before {
  content: "\F00E2";
}

/* line 3612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-brush::before {
  content: "\F00E3";
}

/* line 3616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bucket::before {
  content: "\F1415";
}

/* line 3620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bucket-outline::before {
  content: "\F1416";
}

/* line 3624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-buddhism::before {
  content: "\F094B";
}

/* line 3628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-buffer::before {
  content: "\F0619";
}

/* line 3632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-buffet::before {
  content: "\F0578";
}

/* line 3636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bug::before {
  content: "\F00E4";
}

/* line 3640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bug-check::before {
  content: "\F0A2E";
}

/* line 3644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bug-check-outline::before {
  content: "\F0A2F";
}

/* line 3648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bug-outline::before {
  content: "\F0A30";
}

/* line 3652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bugle::before {
  content: "\F0DB4";
}

/* line 3656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bulldozer::before {
  content: "\F0B22";
}

/* line 3660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bullet::before {
  content: "\F0CF3";
}

/* line 3664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bulletin-board::before {
  content: "\F00E5";
}

/* line 3668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bullhorn::before {
  content: "\F00E6";
}

/* line 3672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bullhorn-outline::before {
  content: "\F0B23";
}

/* line 3676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bullseye::before {
  content: "\F05DD";
}

/* line 3680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bullseye-arrow::before {
  content: "\F08C9";
}

/* line 3684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bulma::before {
  content: "\F12E7";
}

/* line 3688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bunk-bed::before {
  content: "\F1302";
}

/* line 3692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bunk-bed-outline::before {
  content: "\F0097";
}

/* line 3696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus::before {
  content: "\F00E7";
}

/* line 3700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-alert::before {
  content: "\F0A99";
}

/* line 3704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-articulated-end::before {
  content: "\F079C";
}

/* line 3708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-articulated-front::before {
  content: "\F079D";
}

/* line 3712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-clock::before {
  content: "\F08CA";
}

/* line 3716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-double-decker::before {
  content: "\F079E";
}

/* line 3720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-marker::before {
  content: "\F1212";
}

/* line 3724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-multiple::before {
  content: "\F0F3F";
}

/* line 3728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-school::before {
  content: "\F079F";
}

/* line 3732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-side::before {
  content: "\F07A0";
}

/* line 3736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-stop::before {
  content: "\F1012";
}

/* line 3740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-stop-covered::before {
  content: "\F1013";
}

/* line 3744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-bus-stop-uncovered::before {
  content: "\F1014";
}

/* line 3748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-butterfly::before {
  content: "\F1589";
}

/* line 3752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-butterfly-outline::before {
  content: "\F158A";
}

/* line 3756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cable-data::before {
  content: "\F1394";
}

/* line 3760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cached::before {
  content: "\F00E8";
}

/* line 3764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cactus::before {
  content: "\F0DB5";
}

/* line 3768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cake::before {
  content: "\F00E9";
}

/* line 3772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cake-layered::before {
  content: "\F00EA";
}

/* line 3776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cake-variant::before {
  content: "\F00EB";
}

/* line 3780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calculator::before {
  content: "\F00EC";
}

/* line 3784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calculator-variant::before {
  content: "\F0A9A";
}

/* line 3788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calculator-variant-outline::before {
  content: "\F15A6";
}

/* line 3792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar::before {
  content: "\F00ED";
}

/* line 3796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-account::before {
  content: "\F0ED7";
}

/* line 3800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-account-outline::before {
  content: "\F0ED8";
}

/* line 3804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-alert::before {
  content: "\F0A31";
}

/* line 3808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-arrow-left::before {
  content: "\F1134";
}

/* line 3812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-arrow-right::before {
  content: "\F1135";
}

/* line 3816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-blank::before {
  content: "\F00EE";
}

/* line 3820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-blank-multiple::before {
  content: "\F1073";
}

/* line 3824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-blank-outline::before {
  content: "\F0B66";
}

/* line 3828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-check::before {
  content: "\F00EF";
}

/* line 3832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-check-outline::before {
  content: "\F0C44";
}

/* line 3836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-clock::before {
  content: "\F00F0";
}

/* line 3840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-cursor::before {
  content: "\F157B";
}

/* line 3844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-edit::before {
  content: "\F08A7";
}

/* line 3848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-export::before {
  content: "\F0B24";
}

/* line 3852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-heart::before {
  content: "\F09D2";
}

/* line 3856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-import::before {
  content: "\F0B25";
}

/* line 3860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-minus::before {
  content: "\F0D5C";
}

/* line 3864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-month::before {
  content: "\F0E17";
}

/* line 3868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-month-outline::before {
  content: "\F0E18";
}

/* line 3872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-multiple::before {
  content: "\F00F1";
}

/* line 3876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-multiple-check::before {
  content: "\F00F2";
}

/* line 3880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-multiselect::before {
  content: "\F0A32";
}

/* line 3884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-outline::before {
  content: "\F0B67";
}

/* line 3888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-plus::before {
  content: "\F00F3";
}

/* line 3892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-question::before {
  content: "\F0692";
}

/* line 3896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-range::before {
  content: "\F0679";
}

/* line 3900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-range-outline::before {
  content: "\F0B68";
}

/* line 3904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-refresh::before {
  content: "\F01E1";
}

/* line 3908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-refresh-outline::before {
  content: "\F0203";
}

/* line 3912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-remove::before {
  content: "\F00F4";
}

/* line 3916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-remove-outline::before {
  content: "\F0C45";
}

/* line 3920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-search::before {
  content: "\F094C";
}

/* line 3924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-star::before {
  content: "\F09D3";
}

/* line 3928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-sync::before {
  content: "\F0E8E";
}

/* line 3932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-sync-outline::before {
  content: "\F0E8F";
}

/* line 3936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-text::before {
  content: "\F00F5";
}

/* line 3940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-text-outline::before {
  content: "\F0C46";
}

/* line 3944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-today::before {
  content: "\F00F6";
}

/* line 3948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-week::before {
  content: "\F0A33";
}

/* line 3952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-week-begin::before {
  content: "\F0A34";
}

/* line 3956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-weekend::before {
  content: "\F0ED9";
}

/* line 3960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-calendar-weekend-outline::before {
  content: "\F0EDA";
}

/* line 3964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-call-made::before {
  content: "\F00F7";
}

/* line 3968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-call-merge::before {
  content: "\F00F8";
}

/* line 3972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-call-missed::before {
  content: "\F00F9";
}

/* line 3976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-call-received::before {
  content: "\F00FA";
}

/* line 3980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-call-split::before {
  content: "\F00FB";
}

/* line 3984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camcorder::before {
  content: "\F00FC";
}

/* line 3988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camcorder-off::before {
  content: "\F00FF";
}

/* line 3992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera::before {
  content: "\F0100";
}

/* line 3996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-account::before {
  content: "\F08CB";
}

/* line 4000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-burst::before {
  content: "\F0693";
}

/* line 4004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-control::before {
  content: "\F0B69";
}

/* line 4008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-enhance::before {
  content: "\F0101";
}

/* line 4012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-enhance-outline::before {
  content: "\F0B6A";
}

/* line 4016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-front::before {
  content: "\F0102";
}

/* line 4020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-front-variant::before {
  content: "\F0103";
}

/* line 4024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-gopro::before {
  content: "\F07A1";
}

/* line 4028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-image::before {
  content: "\F08CC";
}

/* line 4032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-iris::before {
  content: "\F0104";
}

/* line 4036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-metering-center::before {
  content: "\F07A2";
}

/* line 4040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-metering-matrix::before {
  content: "\F07A3";
}

/* line 4044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-metering-partial::before {
  content: "\F07A4";
}

/* line 4048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-metering-spot::before {
  content: "\F07A5";
}

/* line 4052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-off::before {
  content: "\F05DF";
}

/* line 4056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-outline::before {
  content: "\F0D5D";
}

/* line 4060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-party-mode::before {
  content: "\F0105";
}

/* line 4064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-plus::before {
  content: "\F0EDB";
}

/* line 4068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-plus-outline::before {
  content: "\F0EDC";
}

/* line 4072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-rear::before {
  content: "\F0106";
}

/* line 4076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-rear-variant::before {
  content: "\F0107";
}

/* line 4080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-retake::before {
  content: "\F0E19";
}

/* line 4084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-retake-outline::before {
  content: "\F0E1A";
}

/* line 4088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-switch::before {
  content: "\F0108";
}

/* line 4092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-switch-outline::before {
  content: "\F084A";
}

/* line 4096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-timer::before {
  content: "\F0109";
}

/* line 4100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-wireless::before {
  content: "\F0DB6";
}

/* line 4104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-camera-wireless-outline::before {
  content: "\F0DB7";
}

/* line 4108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-campfire::before {
  content: "\F0EDD";
}

/* line 4112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cancel::before {
  content: "\F073A";
}

/* line 4116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-candle::before {
  content: "\F05E2";
}

/* line 4120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-candycane::before {
  content: "\F010A";
}

/* line 4124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cannabis::before {
  content: "\F07A6";
}

/* line 4128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-caps-lock::before {
  content: "\F0A9B";
}

/* line 4132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car::before {
  content: "\F010B";
}

/* line 4136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-2-plus::before {
  content: "\F1015";
}

/* line 4140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-3-plus::before {
  content: "\F1016";
}

/* line 4144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-arrow-left::before {
  content: "\F13B2";
}

/* line 4148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-arrow-right::before {
  content: "\F13B3";
}

/* line 4152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-back::before {
  content: "\F0E1B";
}

/* line 4156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-battery::before {
  content: "\F010C";
}

/* line 4160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-brake-abs::before {
  content: "\F0C47";
}

/* line 4164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-brake-alert::before {
  content: "\F0C48";
}

/* line 4168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-brake-hold::before {
  content: "\F0D5E";
}

/* line 4172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-brake-parking::before {
  content: "\F0D5F";
}

/* line 4176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-brake-retarder::before {
  content: "\F1017";
}

/* line 4180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-child-seat::before {
  content: "\F0FA3";
}

/* line 4184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-clutch::before {
  content: "\F1018";
}

/* line 4188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-cog::before {
  content: "\F13CC";
}

/* line 4192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-connected::before {
  content: "\F010D";
}

/* line 4196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-convertible::before {
  content: "\F07A7";
}

/* line 4200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-coolant-level::before {
  content: "\F1019";
}

/* line 4204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-cruise-control::before {
  content: "\F0D60";
}

/* line 4208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-defrost-front::before {
  content: "\F0D61";
}

/* line 4212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-defrost-rear::before {
  content: "\F0D62";
}

/* line 4216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-door::before {
  content: "\F0B6B";
}

/* line 4220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-door-lock::before {
  content: "\F109D";
}

/* line 4224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-electric::before {
  content: "\F0B6C";
}

/* line 4228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-esp::before {
  content: "\F0C49";
}

/* line 4232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-estate::before {
  content: "\F07A8";
}

/* line 4236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-hatchback::before {
  content: "\F07A9";
}

/* line 4240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-info::before {
  content: "\F11BE";
}

/* line 4244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-key::before {
  content: "\F0B6D";
}

/* line 4248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-lifted-pickup::before {
  content: "\F152D";
}

/* line 4252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-light-dimmed::before {
  content: "\F0C4A";
}

/* line 4256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-light-fog::before {
  content: "\F0C4B";
}

/* line 4260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-light-high::before {
  content: "\F0C4C";
}

/* line 4264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-limousine::before {
  content: "\F08CD";
}

/* line 4268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-multiple::before {
  content: "\F0B6E";
}

/* line 4272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-off::before {
  content: "\F0E1C";
}

/* line 4276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-outline::before {
  content: "\F14ED";
}

/* line 4280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-parking-lights::before {
  content: "\F0D63";
}

/* line 4284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-pickup::before {
  content: "\F07AA";
}

/* line 4288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-seat::before {
  content: "\F0FA4";
}

/* line 4292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-seat-cooler::before {
  content: "\F0FA5";
}

/* line 4296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-seat-heater::before {
  content: "\F0FA6";
}

/* line 4300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-settings::before {
  content: "\F13CD";
}

/* line 4304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-shift-pattern::before {
  content: "\F0F40";
}

/* line 4308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-side::before {
  content: "\F07AB";
}

/* line 4312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-sports::before {
  content: "\F07AC";
}

/* line 4316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-tire-alert::before {
  content: "\F0C4D";
}

/* line 4320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-traction-control::before {
  content: "\F0D64";
}

/* line 4324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-turbocharger::before {
  content: "\F101A";
}

/* line 4328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-wash::before {
  content: "\F010E";
}

/* line 4332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-windshield::before {
  content: "\F101B";
}

/* line 4336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-car-windshield-outline::before {
  content: "\F101C";
}

/* line 4340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-carabiner::before {
  content: "\F14C0";
}

/* line 4344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-caravan::before {
  content: "\F07AD";
}

/* line 4348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card::before {
  content: "\F0B6F";
}

/* line 4352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-account-details::before {
  content: "\F05D2";
}

/* line 4356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-account-details-outline::before {
  content: "\F0DAB";
}

/* line 4360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-account-details-star::before {
  content: "\F02A3";
}

/* line 4364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-account-details-star-outline::before {
  content: "\F06DB";
}

/* line 4368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-account-mail::before {
  content: "\F018E";
}

/* line 4372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-account-mail-outline::before {
  content: "\F0E98";
}

/* line 4376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-account-phone::before {
  content: "\F0E99";
}

/* line 4380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-account-phone-outline::before {
  content: "\F0E9A";
}

/* line 4384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-bulleted::before {
  content: "\F0B70";
}

/* line 4388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-bulleted-off::before {
  content: "\F0B71";
}

/* line 4392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-bulleted-off-outline::before {
  content: "\F0B72";
}

/* line 4396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-bulleted-outline::before {
  content: "\F0B73";
}

/* line 4400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-bulleted-settings::before {
  content: "\F0B74";
}

/* line 4404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-bulleted-settings-outline::before {
  content: "\F0B75";
}

/* line 4408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-outline::before {
  content: "\F0B76";
}

/* line 4412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-plus::before {
  content: "\F11FF";
}

/* line 4416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-plus-outline::before {
  content: "\F1200";
}

/* line 4420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-search::before {
  content: "\F1074";
}

/* line 4424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-search-outline::before {
  content: "\F1075";
}

/* line 4428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-text::before {
  content: "\F0B77";
}

/* line 4432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-card-text-outline::before {
  content: "\F0B78";
}

/* line 4436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards::before {
  content: "\F0638";
}

/* line 4440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards-club::before {
  content: "\F08CE";
}

/* line 4444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards-diamond::before {
  content: "\F08CF";
}

/* line 4448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards-diamond-outline::before {
  content: "\F101D";
}

/* line 4452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards-heart::before {
  content: "\F08D0";
}

/* line 4456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards-outline::before {
  content: "\F0639";
}

/* line 4460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards-playing-outline::before {
  content: "\F063A";
}

/* line 4464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards-spade::before {
  content: "\F08D1";
}

/* line 4468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cards-variant::before {
  content: "\F06C7";
}

/* line 4472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-carrot::before {
  content: "\F010F";
}

/* line 4476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart::before {
  content: "\F0110";
}

/* line 4480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart-arrow-down::before {
  content: "\F0D66";
}

/* line 4484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart-arrow-right::before {
  content: "\F0C4E";
}

/* line 4488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart-arrow-up::before {
  content: "\F0D67";
}

/* line 4492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart-minus::before {
  content: "\F0D68";
}

/* line 4496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart-off::before {
  content: "\F066B";
}

/* line 4500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart-outline::before {
  content: "\F0111";
}

/* line 4504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart-plus::before {
  content: "\F0112";
}

/* line 4508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cart-remove::before {
  content: "\F0D69";
}

/* line 4512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-case-sensitive-alt::before {
  content: "\F0113";
}

/* line 4516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash::before {
  content: "\F0114";
}

/* line 4520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-100::before {
  content: "\F0115";
}

/* line 4524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-check::before {
  content: "\F14EE";
}

/* line 4528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-lock::before {
  content: "\F14EA";
}

/* line 4532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-lock-open::before {
  content: "\F14EB";
}

/* line 4536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-marker::before {
  content: "\F0DB8";
}

/* line 4540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-minus::before {
  content: "\F1260";
}

/* line 4544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-multiple::before {
  content: "\F0116";
}

/* line 4548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-plus::before {
  content: "\F1261";
}

/* line 4552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-refund::before {
  content: "\F0A9C";
}

/* line 4556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-register::before {
  content: "\F0CF4";
}

/* line 4560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-remove::before {
  content: "\F1262";
}

/* line 4564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-usd::before {
  content: "\F1176";
}

/* line 4568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cash-usd-outline::before {
  content: "\F0117";
}

/* line 4572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cassette::before {
  content: "\F09D4";
}

/* line 4576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cast::before {
  content: "\F0118";
}

/* line 4580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cast-audio::before {
  content: "\F101E";
}

/* line 4584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cast-connected::before {
  content: "\F0119";
}

/* line 4588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cast-education::before {
  content: "\F0E1D";
}

/* line 4592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cast-off::before {
  content: "\F078A";
}

/* line 4596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-castle::before {
  content: "\F011A";
}

/* line 4600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cat::before {
  content: "\F011B";
}

/* line 4604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cctv::before {
  content: "\F07AE";
}

/* line 4608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ceiling-light::before {
  content: "\F0769";
}

/* line 4612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone::before {
  content: "\F011C";
}

/* line 4616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-android::before {
  content: "\F011D";
}

/* line 4620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-arrow-down::before {
  content: "\F09D5";
}

/* line 4624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-basic::before {
  content: "\F011E";
}

/* line 4628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-charging::before {
  content: "\F1397";
}

/* line 4632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-cog::before {
  content: "\F0951";
}

/* line 4636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-dock::before {
  content: "\F011F";
}

/* line 4640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-erase::before {
  content: "\F094D";
}

/* line 4644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-information::before {
  content: "\F0F41";
}

/* line 4648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-iphone::before {
  content: "\F0120";
}

/* line 4652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-key::before {
  content: "\F094E";
}

/* line 4656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-link::before {
  content: "\F0121";
}

/* line 4660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-link-off::before {
  content: "\F0122";
}

/* line 4664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-lock::before {
  content: "\F094F";
}

/* line 4668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-message::before {
  content: "\F08D3";
}

/* line 4672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-message-off::before {
  content: "\F10D2";
}

/* line 4676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-nfc::before {
  content: "\F0E90";
}

/* line 4680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-nfc-off::before {
  content: "\F12D8";
}

/* line 4684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-off::before {
  content: "\F0950";
}

/* line 4688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-play::before {
  content: "\F101F";
}

/* line 4692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-screenshot::before {
  content: "\F0A35";
}

/* line 4696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-settings::before {
  content: "\F0123";
}

/* line 4700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-sound::before {
  content: "\F0952";
}

/* line 4704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-text::before {
  content: "\F08D2";
}

/* line 4708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cellphone-wireless::before {
  content: "\F0815";
}

/* line 4712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-celtic-cross::before {
  content: "\F0CF5";
}

/* line 4716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-centos::before {
  content: "\F111A";
}

/* line 4720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-certificate::before {
  content: "\F0124";
}

/* line 4724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-certificate-outline::before {
  content: "\F1188";
}

/* line 4728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chair-rolling::before {
  content: "\F0F48";
}

/* line 4732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chair-school::before {
  content: "\F0125";
}

/* line 4736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-charity::before {
  content: "\F0C4F";
}

/* line 4740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-arc::before {
  content: "\F0126";
}

/* line 4744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-areaspline::before {
  content: "\F0127";
}

/* line 4748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-areaspline-variant::before {
  content: "\F0E91";
}

/* line 4752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-bar::before {
  content: "\F0128";
}

/* line 4756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-bar-stacked::before {
  content: "\F076A";
}

/* line 4760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-bell-curve::before {
  content: "\F0C50";
}

/* line 4764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-bell-curve-cumulative::before {
  content: "\F0FA7";
}

/* line 4768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-box::before {
  content: "\F154D";
}

/* line 4772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-box-outline::before {
  content: "\F154E";
}

/* line 4776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-box-plus-outline::before {
  content: "\F154F";
}

/* line 4780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-bubble::before {
  content: "\F05E3";
}

/* line 4784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-donut::before {
  content: "\F07AF";
}

/* line 4788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-donut-variant::before {
  content: "\F07B0";
}

/* line 4792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-gantt::before {
  content: "\F066C";
}

/* line 4796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-histogram::before {
  content: "\F0129";
}

/* line 4800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-line::before {
  content: "\F012A";
}

/* line 4804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-line-stacked::before {
  content: "\F076B";
}

/* line 4808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-line-variant::before {
  content: "\F07B1";
}

/* line 4812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-multiline::before {
  content: "\F08D4";
}

/* line 4816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-multiple::before {
  content: "\F1213";
}

/* line 4820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-pie::before {
  content: "\F012B";
}

/* line 4824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-ppf::before {
  content: "\F1380";
}

/* line 4828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-sankey::before {
  content: "\F11DF";
}

/* line 4832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-sankey-variant::before {
  content: "\F11E0";
}

/* line 4836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-scatter-plot::before {
  content: "\F0E92";
}

/* line 4840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-scatter-plot-hexbin::before {
  content: "\F066D";
}

/* line 4844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-timeline::before {
  content: "\F066E";
}

/* line 4848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-timeline-variant::before {
  content: "\F0E93";
}

/* line 4852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chart-tree::before {
  content: "\F0E94";
}

/* line 4856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat::before {
  content: "\F0B79";
}

/* line 4860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-alert::before {
  content: "\F0B7A";
}

/* line 4864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-alert-outline::before {
  content: "\F12C9";
}

/* line 4868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-minus::before {
  content: "\F1410";
}

/* line 4872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-minus-outline::before {
  content: "\F1413";
}

/* line 4876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-outline::before {
  content: "\F0EDE";
}

/* line 4880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-plus::before {
  content: "\F140F";
}

/* line 4884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-plus-outline::before {
  content: "\F1412";
}

/* line 4888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-processing::before {
  content: "\F0B7B";
}

/* line 4892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-processing-outline::before {
  content: "\F12CA";
}

/* line 4896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-remove::before {
  content: "\F1411";
}

/* line 4900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-remove-outline::before {
  content: "\F1414";
}

/* line 4904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-sleep::before {
  content: "\F12D1";
}

/* line 4908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chat-sleep-outline::before {
  content: "\F12D2";
}

/* line 4912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check::before {
  content: "\F012C";
}

/* line 4916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-all::before {
  content: "\F012D";
}

/* line 4920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-bold::before {
  content: "\F0E1E";
}

/* line 4924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-box-multiple-outline::before {
  content: "\F0C51";
}

/* line 4928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-box-outline::before {
  content: "\F0C52";
}

/* line 4932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-circle::before {
  content: "\F05E0";
}

/* line 4936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-circle-outline::before {
  content: "\F05E1";
}

/* line 4940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-decagram::before {
  content: "\F0791";
}

/* line 4944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-network::before {
  content: "\F0C53";
}

/* line 4948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-network-outline::before {
  content: "\F0C54";
}

/* line 4952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-outline::before {
  content: "\F0855";
}

/* line 4956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-underline::before {
  content: "\F0E1F";
}

/* line 4960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-underline-circle::before {
  content: "\F0E20";
}

/* line 4964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-check-underline-circle-outline::before {
  content: "\F0E21";
}

/* line 4968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbook::before {
  content: "\F0A9D";
}

/* line 4972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-blank::before {
  content: "\F012E";
}

/* line 4976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-blank-circle::before {
  content: "\F012F";
}

/* line 4980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-blank-circle-outline::before {
  content: "\F0130";
}

/* line 4984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-blank-off::before {
  content: "\F12EC";
}

/* line 4988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-blank-off-outline::before {
  content: "\F12ED";
}

/* line 4992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-blank-outline::before {
  content: "\F0131";
}

/* line 4996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-intermediate::before {
  content: "\F0856";
}

/* line 5000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-marked::before {
  content: "\F0132";
}

/* line 5004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-marked-circle::before {
  content: "\F0133";
}

/* line 5008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-marked-circle-outline::before {
  content: "\F0134";
}

/* line 5012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-marked-outline::before {
  content: "\F0135";
}

/* line 5016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-multiple-blank::before {
  content: "\F0136";
}

/* line 5020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-multiple-blank-circle::before {
  content: "\F063B";
}

/* line 5024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-multiple-blank-circle-outline::before {
  content: "\F063C";
}

/* line 5028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-multiple-blank-outline::before {
  content: "\F0137";
}

/* line 5032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-multiple-marked::before {
  content: "\F0138";
}

/* line 5036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-multiple-marked-circle::before {
  content: "\F063D";
}

/* line 5040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-multiple-marked-circle-outline::before {
  content: "\F063E";
}

/* line 5044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkbox-multiple-marked-outline::before {
  content: "\F0139";
}

/* line 5048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkerboard::before {
  content: "\F013A";
}

/* line 5052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkerboard-minus::before {
  content: "\F1202";
}

/* line 5056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkerboard-plus::before {
  content: "\F1201";
}

/* line 5060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-checkerboard-remove::before {
  content: "\F1203";
}

/* line 5064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cheese::before {
  content: "\F12B9";
}

/* line 5068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cheese-off::before {
  content: "\F13EE";
}

/* line 5072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chef-hat::before {
  content: "\F0B7C";
}

/* line 5076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chemical-weapon::before {
  content: "\F013B";
}

/* line 5080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chess-bishop::before {
  content: "\F085C";
}

/* line 5084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chess-king::before {
  content: "\F0857";
}

/* line 5088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chess-knight::before {
  content: "\F0858";
}

/* line 5092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chess-pawn::before {
  content: "\F0859";
}

/* line 5096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chess-queen::before {
  content: "\F085A";
}

/* line 5100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chess-rook::before {
  content: "\F085B";
}

/* line 5104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-double-down::before {
  content: "\F013C";
}

/* line 5108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-double-left::before {
  content: "\F013D";
}

/* line 5112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-double-right::before {
  content: "\F013E";
}

/* line 5116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-double-up::before {
  content: "\F013F";
}

/* line 5120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-down::before {
  content: "\F0140";
}

/* line 5124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-down-box::before {
  content: "\F09D6";
}

/* line 5128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-down-box-outline::before {
  content: "\F09D7";
}

/* line 5132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-down-circle::before {
  content: "\F0B26";
}

/* line 5136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-down-circle-outline::before {
  content: "\F0B27";
}

/* line 5140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-left::before {
  content: "\F0141";
}

/* line 5144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-left-box::before {
  content: "\F09D8";
}

/* line 5148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-left-box-outline::before {
  content: "\F09D9";
}

/* line 5152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-left-circle::before {
  content: "\F0B28";
}

/* line 5156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-left-circle-outline::before {
  content: "\F0B29";
}

/* line 5160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-right::before {
  content: "\F0142";
}

/* line 5164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-right-box::before {
  content: "\F09DA";
}

/* line 5168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-right-box-outline::before {
  content: "\F09DB";
}

/* line 5172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-right-circle::before {
  content: "\F0B2A";
}

/* line 5176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-right-circle-outline::before {
  content: "\F0B2B";
}

/* line 5180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-triple-down::before {
  content: "\F0DB9";
}

/* line 5184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-triple-left::before {
  content: "\F0DBA";
}

/* line 5188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-triple-right::before {
  content: "\F0DBB";
}

/* line 5192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-triple-up::before {
  content: "\F0DBC";
}

/* line 5196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-up::before {
  content: "\F0143";
}

/* line 5200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-up-box::before {
  content: "\F09DC";
}

/* line 5204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-up-box-outline::before {
  content: "\F09DD";
}

/* line 5208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-up-circle::before {
  content: "\F0B2C";
}

/* line 5212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chevron-up-circle-outline::before {
  content: "\F0B2D";
}

/* line 5216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chili-hot::before {
  content: "\F07B2";
}

/* line 5220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chili-medium::before {
  content: "\F07B3";
}

/* line 5224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chili-mild::before {
  content: "\F07B4";
}

/* line 5228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chili-off::before {
  content: "\F1467";
}

/* line 5232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-chip::before {
  content: "\F061A";
}

/* line 5236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-christianity::before {
  content: "\F0953";
}

/* line 5240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-christianity-outline::before {
  content: "\F0CF6";
}

/* line 5244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-church::before {
  content: "\F0144";
}

/* line 5248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cigar::before {
  content: "\F1189";
}

/* line 5252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cigar-off::before {
  content: "\F141B";
}

/* line 5256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle::before {
  content: "\F0765";
}

/* line 5260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-double::before {
  content: "\F0E95";
}

/* line 5264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-edit-outline::before {
  content: "\F08D5";
}

/* line 5268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-expand::before {
  content: "\F0E96";
}

/* line 5272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-half::before {
  content: "\F1395";
}

/* line 5276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-half-full::before {
  content: "\F1396";
}

/* line 5280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-medium::before {
  content: "\F09DE";
}

/* line 5284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-multiple::before {
  content: "\F0B38";
}

/* line 5288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-multiple-outline::before {
  content: "\F0695";
}

/* line 5292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-off-outline::before {
  content: "\F10D3";
}

/* line 5296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-outline::before {
  content: "\F0766";
}

/* line 5300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-slice-1::before {
  content: "\F0A9E";
}

/* line 5304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-slice-2::before {
  content: "\F0A9F";
}

/* line 5308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-slice-3::before {
  content: "\F0AA0";
}

/* line 5312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-slice-4::before {
  content: "\F0AA1";
}

/* line 5316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-slice-5::before {
  content: "\F0AA2";
}

/* line 5320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-slice-6::before {
  content: "\F0AA3";
}

/* line 5324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-slice-7::before {
  content: "\F0AA4";
}

/* line 5328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-slice-8::before {
  content: "\F0AA5";
}

/* line 5332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circle-small::before {
  content: "\F09DF";
}

/* line 5336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-circular-saw::before {
  content: "\F0E22";
}

/* line 5340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-city::before {
  content: "\F0146";
}

/* line 5344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-city-variant::before {
  content: "\F0A36";
}

/* line 5348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-city-variant-outline::before {
  content: "\F0A37";
}

/* line 5352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard::before {
  content: "\F0147";
}

/* line 5356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-account::before {
  content: "\F0148";
}

/* line 5360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-account-outline::before {
  content: "\F0C55";
}

/* line 5364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-alert::before {
  content: "\F0149";
}

/* line 5368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-alert-outline::before {
  content: "\F0CF7";
}

/* line 5372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-arrow-down::before {
  content: "\F014A";
}

/* line 5376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-arrow-down-outline::before {
  content: "\F0C56";
}

/* line 5380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-arrow-left::before {
  content: "\F014B";
}

/* line 5384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-arrow-left-outline::before {
  content: "\F0CF8";
}

/* line 5388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-arrow-right::before {
  content: "\F0CF9";
}

/* line 5392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-arrow-right-outline::before {
  content: "\F0CFA";
}

/* line 5396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-arrow-up::before {
  content: "\F0C57";
}

/* line 5400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-arrow-up-outline::before {
  content: "\F0C58";
}

/* line 5404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-check::before {
  content: "\F014E";
}

/* line 5408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-check-multiple::before {
  content: "\F1263";
}

/* line 5412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-check-multiple-outline::before {
  content: "\F1264";
}

/* line 5416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-check-outline::before {
  content: "\F08A8";
}

/* line 5420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-edit::before {
  content: "\F14E5";
}

/* line 5424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-edit-outline::before {
  content: "\F14E6";
}

/* line 5428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-file::before {
  content: "\F1265";
}

/* line 5432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-file-outline::before {
  content: "\F1266";
}

/* line 5436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-flow::before {
  content: "\F06C8";
}

/* line 5440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-flow-outline::before {
  content: "\F1117";
}

/* line 5444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-list::before {
  content: "\F10D4";
}

/* line 5448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-list-outline::before {
  content: "\F10D5";
}

/* line 5452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-multiple::before {
  content: "\F1267";
}

/* line 5456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-multiple-outline::before {
  content: "\F1268";
}

/* line 5460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-outline::before {
  content: "\F014C";
}

/* line 5464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-play::before {
  content: "\F0C59";
}

/* line 5468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-play-multiple::before {
  content: "\F1269";
}

/* line 5472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-play-multiple-outline::before {
  content: "\F126A";
}

/* line 5476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-play-outline::before {
  content: "\F0C5A";
}

/* line 5480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-plus::before {
  content: "\F0751";
}

/* line 5484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-plus-outline::before {
  content: "\F131F";
}

/* line 5488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-pulse::before {
  content: "\F085D";
}

/* line 5492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-pulse-outline::before {
  content: "\F085E";
}

/* line 5496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-text::before {
  content: "\F014D";
}

/* line 5500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-text-multiple::before {
  content: "\F126B";
}

/* line 5504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-text-multiple-outline::before {
  content: "\F126C";
}

/* line 5508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-text-outline::before {
  content: "\F0A38";
}

/* line 5512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-text-play::before {
  content: "\F0C5B";
}

/* line 5516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clipboard-text-play-outline::before {
  content: "\F0C5C";
}

/* line 5520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clippy::before {
  content: "\F014F";
}

/* line 5524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock::before {
  content: "\F0954";
}

/* line 5528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-alert::before {
  content: "\F0955";
}

/* line 5532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-alert-outline::before {
  content: "\F05CE";
}

/* line 5536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-check::before {
  content: "\F0FA8";
}

/* line 5540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-check-outline::before {
  content: "\F0FA9";
}

/* line 5544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-digital::before {
  content: "\F0E97";
}

/* line 5548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-end::before {
  content: "\F0151";
}

/* line 5552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-fast::before {
  content: "\F0152";
}

/* line 5556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-in::before {
  content: "\F0153";
}

/* line 5560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-out::before {
  content: "\F0154";
}

/* line 5564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-outline::before {
  content: "\F0150";
}

/* line 5568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-start::before {
  content: "\F0155";
}

/* line 5572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-eight::before {
  content: "\F1446";
}

/* line 5576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-eight-outline::before {
  content: "\F1452";
}

/* line 5580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-eleven::before {
  content: "\F1449";
}

/* line 5584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-eleven-outline::before {
  content: "\F1455";
}

/* line 5588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-five::before {
  content: "\F1443";
}

/* line 5592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-five-outline::before {
  content: "\F144F";
}

/* line 5596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-four::before {
  content: "\F1442";
}

/* line 5600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-four-outline::before {
  content: "\F144E";
}

/* line 5604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-nine::before {
  content: "\F1447";
}

/* line 5608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-nine-outline::before {
  content: "\F1453";
}

/* line 5612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-one::before {
  content: "\F143F";
}

/* line 5616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-one-outline::before {
  content: "\F144B";
}

/* line 5620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-seven::before {
  content: "\F1445";
}

/* line 5624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-seven-outline::before {
  content: "\F1451";
}

/* line 5628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-six::before {
  content: "\F1444";
}

/* line 5632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-six-outline::before {
  content: "\F1450";
}

/* line 5636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-ten::before {
  content: "\F1448";
}

/* line 5640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-ten-outline::before {
  content: "\F1454";
}

/* line 5644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-three::before {
  content: "\F1441";
}

/* line 5648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-three-outline::before {
  content: "\F144D";
}

/* line 5652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-twelve::before {
  content: "\F144A";
}

/* line 5656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-twelve-outline::before {
  content: "\F1456";
}

/* line 5660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-two::before {
  content: "\F1440";
}

/* line 5664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clock-time-two-outline::before {
  content: "\F144C";
}

/* line 5668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close::before {
  content: "\F0156";
}

/* line 5672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-box::before {
  content: "\F0157";
}

/* line 5676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-box-multiple::before {
  content: "\F0C5D";
}

/* line 5680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-box-multiple-outline::before {
  content: "\F0C5E";
}

/* line 5684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-box-outline::before {
  content: "\F0158";
}

/* line 5688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-circle::before {
  content: "\F0159";
}

/* line 5692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-circle-multiple::before {
  content: "\F062A";
}

/* line 5696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-circle-multiple-outline::before {
  content: "\F0883";
}

/* line 5700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-circle-outline::before {
  content: "\F015A";
}

/* line 5704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-network::before {
  content: "\F015B";
}

/* line 5708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-network-outline::before {
  content: "\F0C5F";
}

/* line 5712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-octagon::before {
  content: "\F015C";
}

/* line 5716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-octagon-outline::before {
  content: "\F015D";
}

/* line 5720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-outline::before {
  content: "\F06C9";
}

/* line 5724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-close-thick::before {
  content: "\F1398";
}

/* line 5728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-closed-caption::before {
  content: "\F015E";
}

/* line 5732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-closed-caption-outline::before {
  content: "\F0DBD";
}

/* line 5736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud::before {
  content: "\F015F";
}

/* line 5740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-alert::before {
  content: "\F09E0";
}

/* line 5744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-braces::before {
  content: "\F07B5";
}

/* line 5748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-check::before {
  content: "\F0160";
}

/* line 5752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-check-outline::before {
  content: "\F12CC";
}

/* line 5756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-circle::before {
  content: "\F0161";
}

/* line 5760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-download::before {
  content: "\F0162";
}

/* line 5764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-download-outline::before {
  content: "\F0B7D";
}

/* line 5768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-lock::before {
  content: "\F11F1";
}

/* line 5772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-lock-outline::before {
  content: "\F11F2";
}

/* line 5776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-off-outline::before {
  content: "\F0164";
}

/* line 5780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-outline::before {
  content: "\F0163";
}

/* line 5784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-print::before {
  content: "\F0165";
}

/* line 5788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-print-outline::before {
  content: "\F0166";
}

/* line 5792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-question::before {
  content: "\F0A39";
}

/* line 5796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-refresh::before {
  content: "\F052A";
}

/* line 5800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-search::before {
  content: "\F0956";
}

/* line 5804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-search-outline::before {
  content: "\F0957";
}

/* line 5808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-sync::before {
  content: "\F063F";
}

/* line 5812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-sync-outline::before {
  content: "\F12D6";
}

/* line 5816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-tags::before {
  content: "\F07B6";
}

/* line 5820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-upload::before {
  content: "\F0167";
}

/* line 5824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cloud-upload-outline::before {
  content: "\F0B7E";
}

/* line 5828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-clover::before {
  content: "\F0816";
}

/* line 5832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coach-lamp::before {
  content: "\F1020";
}

/* line 5836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coat-rack::before {
  content: "\F109E";
}

/* line 5840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-array::before {
  content: "\F0168";
}

/* line 5844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-braces::before {
  content: "\F0169";
}

/* line 5848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-braces-box::before {
  content: "\F10D6";
}

/* line 5852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-brackets::before {
  content: "\F016A";
}

/* line 5856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-equal::before {
  content: "\F016B";
}

/* line 5860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-greater-than::before {
  content: "\F016C";
}

/* line 5864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-greater-than-or-equal::before {
  content: "\F016D";
}

/* line 5868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-json::before {
  content: "\F0626";
}

/* line 5872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-less-than::before {
  content: "\F016E";
}

/* line 5876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-less-than-or-equal::before {
  content: "\F016F";
}

/* line 5880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-not-equal::before {
  content: "\F0170";
}

/* line 5884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-not-equal-variant::before {
  content: "\F0171";
}

/* line 5888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-parentheses::before {
  content: "\F0172";
}

/* line 5892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-parentheses-box::before {
  content: "\F10D7";
}

/* line 5896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-string::before {
  content: "\F0173";
}

/* line 5900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-tags::before {
  content: "\F0174";
}

/* line 5904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-code-tags-check::before {
  content: "\F0694";
}

/* line 5908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-codepen::before {
  content: "\F0175";
}

/* line 5912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coffee::before {
  content: "\F0176";
}

/* line 5916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coffee-maker::before {
  content: "\F109F";
}

/* line 5920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coffee-off::before {
  content: "\F0FAA";
}

/* line 5924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coffee-off-outline::before {
  content: "\F0FAB";
}

/* line 5928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coffee-outline::before {
  content: "\F06CA";
}

/* line 5932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coffee-to-go::before {
  content: "\F0177";
}

/* line 5936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coffee-to-go-outline::before {
  content: "\F130E";
}

/* line 5940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coffin::before {
  content: "\F0B7F";
}

/* line 5944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog::before {
  content: "\F0493";
}

/* line 5948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-box::before {
  content: "\F0494";
}

/* line 5952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-clockwise::before {
  content: "\F11DD";
}

/* line 5956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-counterclockwise::before {
  content: "\F11DE";
}

/* line 5960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-off::before {
  content: "\F13CE";
}

/* line 5964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-off-outline::before {
  content: "\F13CF";
}

/* line 5968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-outline::before {
  content: "\F08BB";
}

/* line 5972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-refresh::before {
  content: "\F145E";
}

/* line 5976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-refresh-outline::before {
  content: "\F145F";
}

/* line 5980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-sync::before {
  content: "\F1460";
}

/* line 5984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-sync-outline::before {
  content: "\F1461";
}

/* line 5988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-transfer::before {
  content: "\F105B";
}

/* line 5992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cog-transfer-outline::before {
  content: "\F105C";
}

/* line 5996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cogs::before {
  content: "\F08D6";
}

/* line 6000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-collage::before {
  content: "\F0640";
}

/* line 6004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-collapse-all::before {
  content: "\F0AA6";
}

/* line 6008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-collapse-all-outline::before {
  content: "\F0AA7";
}

/* line 6012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-color-helper::before {
  content: "\F0179";
}

/* line 6016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comma::before {
  content: "\F0E23";
}

/* line 6020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comma-box::before {
  content: "\F0E2B";
}

/* line 6024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comma-box-outline::before {
  content: "\F0E24";
}

/* line 6028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comma-circle::before {
  content: "\F0E25";
}

/* line 6032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comma-circle-outline::before {
  content: "\F0E26";
}

/* line 6036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment::before {
  content: "\F017A";
}

/* line 6040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-account::before {
  content: "\F017B";
}

/* line 6044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-account-outline::before {
  content: "\F017C";
}

/* line 6048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-alert::before {
  content: "\F017D";
}

/* line 6052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-alert-outline::before {
  content: "\F017E";
}

/* line 6056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-arrow-left::before {
  content: "\F09E1";
}

/* line 6060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-arrow-left-outline::before {
  content: "\F09E2";
}

/* line 6064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-arrow-right::before {
  content: "\F09E3";
}

/* line 6068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-arrow-right-outline::before {
  content: "\F09E4";
}

/* line 6072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-bookmark::before {
  content: "\F15AE";
}

/* line 6076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-bookmark-outline::before {
  content: "\F15AF";
}

/* line 6080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-check::before {
  content: "\F017F";
}

/* line 6084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-check-outline::before {
  content: "\F0180";
}

/* line 6088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-edit::before {
  content: "\F11BF";
}

/* line 6092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-edit-outline::before {
  content: "\F12C4";
}

/* line 6096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-eye::before {
  content: "\F0A3A";
}

/* line 6100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-eye-outline::before {
  content: "\F0A3B";
}

/* line 6104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-flash::before {
  content: "\F15B0";
}

/* line 6108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-flash-outline::before {
  content: "\F15B1";
}

/* line 6112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-multiple::before {
  content: "\F085F";
}

/* line 6116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-multiple-outline::before {
  content: "\F0181";
}

/* line 6120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-outline::before {
  content: "\F0182";
}

/* line 6124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-plus::before {
  content: "\F09E5";
}

/* line 6128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-plus-outline::before {
  content: "\F0183";
}

/* line 6132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-processing::before {
  content: "\F0184";
}

/* line 6136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-processing-outline::before {
  content: "\F0185";
}

/* line 6140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-question::before {
  content: "\F0817";
}

/* line 6144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-question-outline::before {
  content: "\F0186";
}

/* line 6148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-quote::before {
  content: "\F1021";
}

/* line 6152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-quote-outline::before {
  content: "\F1022";
}

/* line 6156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-remove::before {
  content: "\F05DE";
}

/* line 6160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-remove-outline::before {
  content: "\F0187";
}

/* line 6164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-search::before {
  content: "\F0A3C";
}

/* line 6168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-search-outline::before {
  content: "\F0A3D";
}

/* line 6172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-text::before {
  content: "\F0188";
}

/* line 6176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-text-multiple::before {
  content: "\F0860";
}

/* line 6180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-text-multiple-outline::before {
  content: "\F0861";
}

/* line 6184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-comment-text-outline::before {
  content: "\F0189";
}

/* line 6188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-compare::before {
  content: "\F018A";
}

/* line 6192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-compare-horizontal::before {
  content: "\F1492";
}

/* line 6196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-compare-vertical::before {
  content: "\F1493";
}

/* line 6200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-compass::before {
  content: "\F018B";
}

/* line 6204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-compass-off::before {
  content: "\F0B80";
}

/* line 6208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-compass-off-outline::before {
  content: "\F0B81";
}

/* line 6212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-compass-outline::before {
  content: "\F018C";
}

/* line 6216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-compass-rose::before {
  content: "\F1382";
}

/* line 6220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-concourse-ci::before {
  content: "\F10A0";
}

/* line 6224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-console::before {
  content: "\F018D";
}

/* line 6228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-console-line::before {
  content: "\F07B7";
}

/* line 6232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-console-network::before {
  content: "\F08A9";
}

/* line 6236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-console-network-outline::before {
  content: "\F0C60";
}

/* line 6240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-consolidate::before {
  content: "\F10D8";
}

/* line 6244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contactless-payment::before {
  content: "\F0D6A";
}

/* line 6248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contactless-payment-circle::before {
  content: "\F0321";
}

/* line 6252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contactless-payment-circle-outline::before {
  content: "\F0408";
}

/* line 6256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contacts::before {
  content: "\F06CB";
}

/* line 6260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contacts-outline::before {
  content: "\F05B8";
}

/* line 6264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contain::before {
  content: "\F0A3E";
}

/* line 6268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contain-end::before {
  content: "\F0A3F";
}

/* line 6272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contain-start::before {
  content: "\F0A40";
}

/* line 6276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-copy::before {
  content: "\F018F";
}

/* line 6280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-cut::before {
  content: "\F0190";
}

/* line 6284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-duplicate::before {
  content: "\F0191";
}

/* line 6288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-paste::before {
  content: "\F0192";
}

/* line 6292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save::before {
  content: "\F0193";
}

/* line 6296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-alert::before {
  content: "\F0F42";
}

/* line 6300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-alert-outline::before {
  content: "\F0F43";
}

/* line 6304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-all::before {
  content: "\F0194";
}

/* line 6308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-all-outline::before {
  content: "\F0F44";
}

/* line 6312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-cog::before {
  content: "\F145B";
}

/* line 6316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-cog-outline::before {
  content: "\F145C";
}

/* line 6320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-edit::before {
  content: "\F0CFB";
}

/* line 6324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-edit-outline::before {
  content: "\F0CFC";
}

/* line 6328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-move::before {
  content: "\F0E27";
}

/* line 6332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-move-outline::before {
  content: "\F0E28";
}

/* line 6336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-outline::before {
  content: "\F0818";
}

/* line 6340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-settings::before {
  content: "\F061B";
}

/* line 6344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-content-save-settings-outline::before {
  content: "\F0B2E";
}

/* line 6348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contrast::before {
  content: "\F0195";
}

/* line 6352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contrast-box::before {
  content: "\F0196";
}

/* line 6356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-contrast-circle::before {
  content: "\F0197";
}

/* line 6360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-controller-classic::before {
  content: "\F0B82";
}

/* line 6364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-controller-classic-outline::before {
  content: "\F0B83";
}

/* line 6368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cookie::before {
  content: "\F0198";
}

/* line 6372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-coolant-temperature::before {
  content: "\F03C8";
}

/* line 6376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-copyright::before {
  content: "\F05E6";
}

/* line 6380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cordova::before {
  content: "\F0958";
}

/* line 6384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-corn::before {
  content: "\F07B8";
}

/* line 6388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-corn-off::before {
  content: "\F13EF";
}

/* line 6392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cosine-wave::before {
  content: "\F1479";
}

/* line 6396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-counter::before {
  content: "\F0199";
}

/* line 6400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cow::before {
  content: "\F019A";
}

/* line 6404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cpu-32-bit::before {
  content: "\F0EDF";
}

/* line 6408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cpu-64-bit::before {
  content: "\F0EE0";
}

/* line 6412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crane::before {
  content: "\F0862";
}

/* line 6416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-creation::before {
  content: "\F0674";
}

/* line 6420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-creative-commons::before {
  content: "\F0D6B";
}

/* line 6424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card::before {
  content: "\F0FEF";
}

/* line 6428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-check::before {
  content: "\F13D0";
}

/* line 6432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-check-outline::before {
  content: "\F13D1";
}

/* line 6436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-clock::before {
  content: "\F0EE1";
}

/* line 6440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-clock-outline::before {
  content: "\F0EE2";
}

/* line 6444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-marker::before {
  content: "\F06A8";
}

/* line 6448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-marker-outline::before {
  content: "\F0DBE";
}

/* line 6452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-minus::before {
  content: "\F0FAC";
}

/* line 6456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-minus-outline::before {
  content: "\F0FAD";
}

/* line 6460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-multiple::before {
  content: "\F0FF0";
}

/* line 6464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-multiple-outline::before {
  content: "\F019C";
}

/* line 6468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-off::before {
  content: "\F0FF1";
}

/* line 6472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-off-outline::before {
  content: "\F05E4";
}

/* line 6476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-outline::before {
  content: "\F019B";
}

/* line 6480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-plus::before {
  content: "\F0FF2";
}

/* line 6484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-plus-outline::before {
  content: "\F0676";
}

/* line 6488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-refund::before {
  content: "\F0FF3";
}

/* line 6492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-refund-outline::before {
  content: "\F0AA8";
}

/* line 6496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-remove::before {
  content: "\F0FAE";
}

/* line 6500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-remove-outline::before {
  content: "\F0FAF";
}

/* line 6504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-scan::before {
  content: "\F0FF4";
}

/* line 6508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-scan-outline::before {
  content: "\F019D";
}

/* line 6512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-settings::before {
  content: "\F0FF5";
}

/* line 6516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-settings-outline::before {
  content: "\F08D7";
}

/* line 6520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-wireless::before {
  content: "\F0802";
}

/* line 6524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-wireless-off::before {
  content: "\F057A";
}

/* line 6528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-wireless-off-outline::before {
  content: "\F057B";
}

/* line 6532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-credit-card-wireless-outline::before {
  content: "\F0D6C";
}

/* line 6536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cricket::before {
  content: "\F0D6D";
}

/* line 6540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crop::before {
  content: "\F019E";
}

/* line 6544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crop-free::before {
  content: "\F019F";
}

/* line 6548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crop-landscape::before {
  content: "\F01A0";
}

/* line 6552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crop-portrait::before {
  content: "\F01A1";
}

/* line 6556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crop-rotate::before {
  content: "\F0696";
}

/* line 6560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crop-square::before {
  content: "\F01A2";
}

/* line 6564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crosshairs::before {
  content: "\F01A3";
}

/* line 6568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crosshairs-gps::before {
  content: "\F01A4";
}

/* line 6572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crosshairs-off::before {
  content: "\F0F45";
}

/* line 6576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crosshairs-question::before {
  content: "\F1136";
}

/* line 6580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crown::before {
  content: "\F01A5";
}

/* line 6584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crown-outline::before {
  content: "\F11D0";
}

/* line 6588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cryengine::before {
  content: "\F0959";
}

/* line 6592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-crystal-ball::before {
  content: "\F0B2F";
}

/* line 6596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cube::before {
  content: "\F01A6";
}

/* line 6600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cube-off::before {
  content: "\F141C";
}

/* line 6604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cube-off-outline::before {
  content: "\F141D";
}

/* line 6608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cube-outline::before {
  content: "\F01A7";
}

/* line 6612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cube-scan::before {
  content: "\F0B84";
}

/* line 6616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cube-send::before {
  content: "\F01A8";
}

/* line 6620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cube-unfolded::before {
  content: "\F01A9";
}

/* line 6624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cup::before {
  content: "\F01AA";
}

/* line 6628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cup-off::before {
  content: "\F05E5";
}

/* line 6632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cup-off-outline::before {
  content: "\F137D";
}

/* line 6636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cup-outline::before {
  content: "\F130F";
}

/* line 6640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cup-water::before {
  content: "\F01AB";
}

/* line 6644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cupboard::before {
  content: "\F0F46";
}

/* line 6648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cupboard-outline::before {
  content: "\F0F47";
}

/* line 6652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cupcake::before {
  content: "\F095A";
}

/* line 6656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-curling::before {
  content: "\F0863";
}

/* line 6660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-bdt::before {
  content: "\F0864";
}

/* line 6664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-brl::before {
  content: "\F0B85";
}

/* line 6668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-btc::before {
  content: "\F01AC";
}

/* line 6672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-cny::before {
  content: "\F07BA";
}

/* line 6676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-eth::before {
  content: "\F07BB";
}

/* line 6680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-eur::before {
  content: "\F01AD";
}

/* line 6684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-eur-off::before {
  content: "\F1315";
}

/* line 6688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-gbp::before {
  content: "\F01AE";
}

/* line 6692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-ils::before {
  content: "\F0C61";
}

/* line 6696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-inr::before {
  content: "\F01AF";
}

/* line 6700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-jpy::before {
  content: "\F07BC";
}

/* line 6704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-krw::before {
  content: "\F07BD";
}

/* line 6708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-kzt::before {
  content: "\F0865";
}

/* line 6712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-mnt::before {
  content: "\F1512";
}

/* line 6716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-ngn::before {
  content: "\F01B0";
}

/* line 6720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-php::before {
  content: "\F09E6";
}

/* line 6724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-rial::before {
  content: "\F0E9C";
}

/* line 6728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-rub::before {
  content: "\F01B1";
}

/* line 6732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-sign::before {
  content: "\F07BE";
}

/* line 6736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-try::before {
  content: "\F01B2";
}

/* line 6740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-twd::before {
  content: "\F07BF";
}

/* line 6744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-usd::before {
  content: "\F01C1";
}

/* line 6748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-usd-circle::before {
  content: "\F116B";
}

/* line 6752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-usd-circle-outline::before {
  content: "\F0178";
}

/* line 6756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-currency-usd-off::before {
  content: "\F067A";
}

/* line 6760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-current-ac::before {
  content: "\F1480";
}

/* line 6764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-current-dc::before {
  content: "\F095C";
}

/* line 6768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-default::before {
  content: "\F01C0";
}

/* line 6772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-default-click::before {
  content: "\F0CFD";
}

/* line 6776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-default-click-outline::before {
  content: "\F0CFE";
}

/* line 6780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-default-gesture::before {
  content: "\F1127";
}

/* line 6784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-default-gesture-outline::before {
  content: "\F1128";
}

/* line 6788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-default-outline::before {
  content: "\F01BF";
}

/* line 6792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-move::before {
  content: "\F01BE";
}

/* line 6796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-pointer::before {
  content: "\F01BD";
}

/* line 6800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-cursor-text::before {
  content: "\F05E7";
}

/* line 6804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dance-pole::before {
  content: "\F1578";
}

/* line 6808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-data-matrix::before {
  content: "\F153C";
}

/* line 6812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-data-matrix-edit::before {
  content: "\F153D";
}

/* line 6816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-data-matrix-minus::before {
  content: "\F153E";
}

/* line 6820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-data-matrix-plus::before {
  content: "\F153F";
}

/* line 6824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-data-matrix-remove::before {
  content: "\F1540";
}

/* line 6828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-data-matrix-scan::before {
  content: "\F1541";
}

/* line 6832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database::before {
  content: "\F01BC";
}

/* line 6836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-check::before {
  content: "\F0AA9";
}

/* line 6840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-edit::before {
  content: "\F0B86";
}

/* line 6844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-export::before {
  content: "\F095E";
}

/* line 6848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-import::before {
  content: "\F095D";
}

/* line 6852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-lock::before {
  content: "\F0AAA";
}

/* line 6856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-marker::before {
  content: "\F12F6";
}

/* line 6860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-minus::before {
  content: "\F01BB";
}

/* line 6864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-plus::before {
  content: "\F01BA";
}

/* line 6868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-refresh::before {
  content: "\F05C2";
}

/* line 6872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-remove::before {
  content: "\F0D00";
}

/* line 6876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-search::before {
  content: "\F0866";
}

/* line 6880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-settings::before {
  content: "\F0D01";
}

/* line 6884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-database-sync::before {
  content: "\F0CFF";
}

/* line 6888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-death-star::before {
  content: "\F08D8";
}

/* line 6892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-death-star-variant::before {
  content: "\F08D9";
}

/* line 6896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-deathly-hallows::before {
  content: "\F0B87";
}

/* line 6900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-debian::before {
  content: "\F08DA";
}

/* line 6904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-debug-step-into::before {
  content: "\F01B9";
}

/* line 6908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-debug-step-out::before {
  content: "\F01B8";
}

/* line 6912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-debug-step-over::before {
  content: "\F01B7";
}

/* line 6916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-decagram::before {
  content: "\F076C";
}

/* line 6920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-decagram-outline::before {
  content: "\F076D";
}

/* line 6924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-decimal::before {
  content: "\F10A1";
}

/* line 6928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-decimal-comma::before {
  content: "\F10A2";
}

/* line 6932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-decimal-comma-decrease::before {
  content: "\F10A3";
}

/* line 6936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-decimal-comma-increase::before {
  content: "\F10A4";
}

/* line 6940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-decimal-decrease::before {
  content: "\F01B6";
}

/* line 6944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-decimal-increase::before {
  content: "\F01B5";
}

/* line 6948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete::before {
  content: "\F01B4";
}

/* line 6952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-alert::before {
  content: "\F10A5";
}

/* line 6956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-alert-outline::before {
  content: "\F10A6";
}

/* line 6960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-circle::before {
  content: "\F0683";
}

/* line 6964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-circle-outline::before {
  content: "\F0B88";
}

/* line 6968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-clock::before {
  content: "\F1556";
}

/* line 6972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-clock-outline::before {
  content: "\F1557";
}

/* line 6976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-empty::before {
  content: "\F06CC";
}

/* line 6980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-empty-outline::before {
  content: "\F0E9D";
}

/* line 6984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-forever::before {
  content: "\F05E8";
}

/* line 6988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-forever-outline::before {
  content: "\F0B89";
}

/* line 6992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-off::before {
  content: "\F10A7";
}

/* line 6996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-off-outline::before {
  content: "\F10A8";
}

/* line 7000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-outline::before {
  content: "\F09E7";
}

/* line 7004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-restore::before {
  content: "\F0819";
}

/* line 7008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-sweep::before {
  content: "\F05E9";
}

/* line 7012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-sweep-outline::before {
  content: "\F0C62";
}

/* line 7016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delete-variant::before {
  content: "\F01B3";
}

/* line 7020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-delta::before {
  content: "\F01C2";
}

/* line 7024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-desk::before {
  content: "\F1239";
}

/* line 7028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-desk-lamp::before {
  content: "\F095F";
}

/* line 7032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-deskphone::before {
  content: "\F01C3";
}

/* line 7036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-desktop-classic::before {
  content: "\F07C0";
}

/* line 7040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-desktop-mac::before {
  content: "\F01C4";
}

/* line 7044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-desktop-mac-dashboard::before {
  content: "\F09E8";
}

/* line 7048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-desktop-tower::before {
  content: "\F01C5";
}

/* line 7052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-desktop-tower-monitor::before {
  content: "\F0AAB";
}

/* line 7056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-details::before {
  content: "\F01C6";
}

/* line 7060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dev-to::before {
  content: "\F0D6E";
}

/* line 7064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-developer-board::before {
  content: "\F0697";
}

/* line 7068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-deviantart::before {
  content: "\F01C7";
}

/* line 7072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-devices::before {
  content: "\F0FB0";
}

/* line 7076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diabetes::before {
  content: "\F1126";
}

/* line 7080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dialpad::before {
  content: "\F061C";
}

/* line 7084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diameter::before {
  content: "\F0C63";
}

/* line 7088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diameter-outline::before {
  content: "\F0C64";
}

/* line 7092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diameter-variant::before {
  content: "\F0C65";
}

/* line 7096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diamond::before {
  content: "\F0B8A";
}

/* line 7100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diamond-outline::before {
  content: "\F0B8B";
}

/* line 7104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diamond-stone::before {
  content: "\F01C8";
}

/* line 7108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-1::before {
  content: "\F01CA";
}

/* line 7112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-1-outline::before {
  content: "\F114A";
}

/* line 7116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-2::before {
  content: "\F01CB";
}

/* line 7120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-2-outline::before {
  content: "\F114B";
}

/* line 7124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-3::before {
  content: "\F01CC";
}

/* line 7128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-3-outline::before {
  content: "\F114C";
}

/* line 7132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-4::before {
  content: "\F01CD";
}

/* line 7136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-4-outline::before {
  content: "\F114D";
}

/* line 7140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-5::before {
  content: "\F01CE";
}

/* line 7144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-5-outline::before {
  content: "\F114E";
}

/* line 7148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-6::before {
  content: "\F01CF";
}

/* line 7152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-6-outline::before {
  content: "\F114F";
}

/* line 7156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d10::before {
  content: "\F1153";
}

/* line 7160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d10-outline::before {
  content: "\F076F";
}

/* line 7164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d12::before {
  content: "\F1154";
}

/* line 7168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d12-outline::before {
  content: "\F0867";
}

/* line 7172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d20::before {
  content: "\F1155";
}

/* line 7176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d20-outline::before {
  content: "\F05EA";
}

/* line 7180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d4::before {
  content: "\F1150";
}

/* line 7184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d4-outline::before {
  content: "\F05EB";
}

/* line 7188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d6::before {
  content: "\F1151";
}

/* line 7192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d6-outline::before {
  content: "\F05ED";
}

/* line 7196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d8::before {
  content: "\F1152";
}

/* line 7200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-d8-outline::before {
  content: "\F05EC";
}

/* line 7204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-multiple::before {
  content: "\F076E";
}

/* line 7208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dice-multiple-outline::before {
  content: "\F1156";
}

/* line 7212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-digital-ocean::before {
  content: "\F1237";
}

/* line 7216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dip-switch::before {
  content: "\F07C1";
}

/* line 7220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-directions::before {
  content: "\F01D0";
}

/* line 7224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-directions-fork::before {
  content: "\F0641";
}

/* line 7228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-disc::before {
  content: "\F05EE";
}

/* line 7232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-disc-alert::before {
  content: "\F01D1";
}

/* line 7236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-disc-player::before {
  content: "\F0960";
}

/* line 7240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-discord::before {
  content: "\F066F";
}

/* line 7244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dishwasher::before {
  content: "\F0AAC";
}

/* line 7248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dishwasher-alert::before {
  content: "\F11B8";
}

/* line 7252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dishwasher-off::before {
  content: "\F11B9";
}

/* line 7256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-disqus::before {
  content: "\F01D2";
}

/* line 7260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-distribute-horizontal-center::before {
  content: "\F11C9";
}

/* line 7264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-distribute-horizontal-left::before {
  content: "\F11C8";
}

/* line 7268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-distribute-horizontal-right::before {
  content: "\F11CA";
}

/* line 7272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-distribute-vertical-bottom::before {
  content: "\F11CB";
}

/* line 7276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-distribute-vertical-center::before {
  content: "\F11CC";
}

/* line 7280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-distribute-vertical-top::before {
  content: "\F11CD";
}

/* line 7284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diving-flippers::before {
  content: "\F0DBF";
}

/* line 7288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diving-helmet::before {
  content: "\F0DC0";
}

/* line 7292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diving-scuba::before {
  content: "\F0DC1";
}

/* line 7296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diving-scuba-flag::before {
  content: "\F0DC2";
}

/* line 7300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diving-scuba-tank::before {
  content: "\F0DC3";
}

/* line 7304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diving-scuba-tank-multiple::before {
  content: "\F0DC4";
}

/* line 7308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-diving-snorkel::before {
  content: "\F0DC5";
}

/* line 7312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-division::before {
  content: "\F01D4";
}

/* line 7316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-division-box::before {
  content: "\F01D5";
}

/* line 7320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dlna::before {
  content: "\F0A41";
}

/* line 7324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dna::before {
  content: "\F0684";
}

/* line 7328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dns::before {
  content: "\F01D6";
}

/* line 7332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dns-outline::before {
  content: "\F0B8C";
}

/* line 7336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-do-not-disturb::before {
  content: "\F0698";
}

/* line 7340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-do-not-disturb-off::before {
  content: "\F0699";
}

/* line 7344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dock-bottom::before {
  content: "\F10A9";
}

/* line 7348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dock-left::before {
  content: "\F10AA";
}

/* line 7352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dock-right::before {
  content: "\F10AB";
}

/* line 7356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dock-top::before {
  content: "\F1513";
}

/* line 7360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dock-window::before {
  content: "\F10AC";
}

/* line 7364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-docker::before {
  content: "\F0868";
}

/* line 7368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-doctor::before {
  content: "\F0A42";
}

/* line 7372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dog::before {
  content: "\F0A43";
}

/* line 7376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dog-service::before {
  content: "\F0AAD";
}

/* line 7380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dog-side::before {
  content: "\F0A44";
}

/* line 7384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dolby::before {
  content: "\F06B3";
}

/* line 7388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dolly::before {
  content: "\F0E9E";
}

/* line 7392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-domain::before {
  content: "\F01D7";
}

/* line 7396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-domain-off::before {
  content: "\F0D6F";
}

/* line 7400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-domain-plus::before {
  content: "\F10AD";
}

/* line 7404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-domain-remove::before {
  content: "\F10AE";
}

/* line 7408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dome-light::before {
  content: "\F141E";
}

/* line 7412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-domino-mask::before {
  content: "\F1023";
}

/* line 7416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-donkey::before {
  content: "\F07C2";
}

/* line 7420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-door::before {
  content: "\F081A";
}

/* line 7424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-door-closed::before {
  content: "\F081B";
}

/* line 7428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-door-closed-lock::before {
  content: "\F10AF";
}

/* line 7432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-door-open::before {
  content: "\F081C";
}

/* line 7436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-doorbell::before {
  content: "\F12E6";
}

/* line 7440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-doorbell-video::before {
  content: "\F0869";
}

/* line 7444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dot-net::before {
  content: "\F0AAE";
}

/* line 7448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dots-horizontal::before {
  content: "\F01D8";
}

/* line 7452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dots-horizontal-circle::before {
  content: "\F07C3";
}

/* line 7456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dots-horizontal-circle-outline::before {
  content: "\F0B8D";
}

/* line 7460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dots-vertical::before {
  content: "\F01D9";
}

/* line 7464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dots-vertical-circle::before {
  content: "\F07C4";
}

/* line 7468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dots-vertical-circle-outline::before {
  content: "\F0B8E";
}

/* line 7472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-douban::before {
  content: "\F069A";
}

/* line 7476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download::before {
  content: "\F01DA";
}

/* line 7480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-box::before {
  content: "\F1462";
}

/* line 7484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-box-outline::before {
  content: "\F1463";
}

/* line 7488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-circle::before {
  content: "\F1464";
}

/* line 7492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-circle-outline::before {
  content: "\F1465";
}

/* line 7496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-lock::before {
  content: "\F1320";
}

/* line 7500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-lock-outline::before {
  content: "\F1321";
}

/* line 7504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-multiple::before {
  content: "\F09E9";
}

/* line 7508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-network::before {
  content: "\F06F4";
}

/* line 7512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-network-outline::before {
  content: "\F0C66";
}

/* line 7516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-off::before {
  content: "\F10B0";
}

/* line 7520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-off-outline::before {
  content: "\F10B1";
}

/* line 7524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-download-outline::before {
  content: "\F0B8F";
}

/* line 7528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drag::before {
  content: "\F01DB";
}

/* line 7532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drag-horizontal::before {
  content: "\F01DC";
}

/* line 7536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drag-horizontal-variant::before {
  content: "\F12F0";
}

/* line 7540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drag-variant::before {
  content: "\F0B90";
}

/* line 7544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drag-vertical::before {
  content: "\F01DD";
}

/* line 7548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drag-vertical-variant::before {
  content: "\F12F1";
}

/* line 7552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drama-masks::before {
  content: "\F0D02";
}

/* line 7556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-draw::before {
  content: "\F0F49";
}

/* line 7560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drawing::before {
  content: "\F01DE";
}

/* line 7564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drawing-box::before {
  content: "\F01DF";
}

/* line 7568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dresser::before {
  content: "\F0F4A";
}

/* line 7572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dresser-outline::before {
  content: "\F0F4B";
}

/* line 7576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drone::before {
  content: "\F01E2";
}

/* line 7580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dropbox::before {
  content: "\F01E3";
}

/* line 7584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-drupal::before {
  content: "\F01E4";
}

/* line 7588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-duck::before {
  content: "\F01E5";
}

/* line 7592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dumbbell::before {
  content: "\F01E6";
}

/* line 7596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dump-truck::before {
  content: "\F0C67";
}

/* line 7600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ear-hearing::before {
  content: "\F07C5";
}

/* line 7604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ear-hearing-off::before {
  content: "\F0A45";
}

/* line 7608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth::before {
  content: "\F01E7";
}

/* line 7612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-arrow-right::before {
  content: "\F1311";
}

/* line 7616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-box::before {
  content: "\F06CD";
}

/* line 7620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-box-minus::before {
  content: "\F1407";
}

/* line 7624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-box-off::before {
  content: "\F06CE";
}

/* line 7628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-box-plus::before {
  content: "\F1406";
}

/* line 7632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-box-remove::before {
  content: "\F1408";
}

/* line 7636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-minus::before {
  content: "\F1404";
}

/* line 7640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-off::before {
  content: "\F01E8";
}

/* line 7644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-plus::before {
  content: "\F1403";
}

/* line 7648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-earth-remove::before {
  content: "\F1405";
}

/* line 7652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-egg::before {
  content: "\F0AAF";
}

/* line 7656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-egg-easter::before {
  content: "\F0AB0";
}

/* line 7660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-egg-off::before {
  content: "\F13F0";
}

/* line 7664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-egg-off-outline::before {
  content: "\F13F1";
}

/* line 7668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-egg-outline::before {
  content: "\F13F2";
}

/* line 7672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eiffel-tower::before {
  content: "\F156B";
}

/* line 7676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eight-track::before {
  content: "\F09EA";
}

/* line 7680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eject::before {
  content: "\F01EA";
}

/* line 7684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eject-outline::before {
  content: "\F0B91";
}

/* line 7688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-electric-switch::before {
  content: "\F0E9F";
}

/* line 7692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-electric-switch-closed::before {
  content: "\F10D9";
}

/* line 7696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-electron-framework::before {
  content: "\F1024";
}

/* line 7700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-elephant::before {
  content: "\F07C6";
}

/* line 7704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-elevation-decline::before {
  content: "\F01EB";
}

/* line 7708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-elevation-rise::before {
  content: "\F01EC";
}

/* line 7712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-elevator::before {
  content: "\F01ED";
}

/* line 7716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-elevator-down::before {
  content: "\F12C2";
}

/* line 7720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-elevator-passenger::before {
  content: "\F1381";
}

/* line 7724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-elevator-up::before {
  content: "\F12C1";
}

/* line 7728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ellipse::before {
  content: "\F0EA0";
}

/* line 7732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ellipse-outline::before {
  content: "\F0EA1";
}

/* line 7736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email::before {
  content: "\F01EE";
}

/* line 7740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-alert::before {
  content: "\F06CF";
}

/* line 7744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-alert-outline::before {
  content: "\F0D42";
}

/* line 7748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-box::before {
  content: "\F0D03";
}

/* line 7752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-check::before {
  content: "\F0AB1";
}

/* line 7756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-check-outline::before {
  content: "\F0AB2";
}

/* line 7760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-edit::before {
  content: "\F0EE3";
}

/* line 7764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-edit-outline::before {
  content: "\F0EE4";
}

/* line 7768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-lock::before {
  content: "\F01F1";
}

/* line 7772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-mark-as-unread::before {
  content: "\F0B92";
}

/* line 7776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-minus::before {
  content: "\F0EE5";
}

/* line 7780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-minus-outline::before {
  content: "\F0EE6";
}

/* line 7784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-multiple::before {
  content: "\F0EE7";
}

/* line 7788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-multiple-outline::before {
  content: "\F0EE8";
}

/* line 7792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-newsletter::before {
  content: "\F0FB1";
}

/* line 7796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-off::before {
  content: "\F13E3";
}

/* line 7800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-off-outline::before {
  content: "\F13E4";
}

/* line 7804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-open::before {
  content: "\F01EF";
}

/* line 7808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-open-multiple::before {
  content: "\F0EE9";
}

/* line 7812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-open-multiple-outline::before {
  content: "\F0EEA";
}

/* line 7816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-open-outline::before {
  content: "\F05EF";
}

/* line 7820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-outline::before {
  content: "\F01F0";
}

/* line 7824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-plus::before {
  content: "\F09EB";
}

/* line 7828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-plus-outline::before {
  content: "\F09EC";
}

/* line 7832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-receive::before {
  content: "\F10DA";
}

/* line 7836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-receive-outline::before {
  content: "\F10DB";
}

/* line 7840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-search::before {
  content: "\F0961";
}

/* line 7844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-search-outline::before {
  content: "\F0962";
}

/* line 7848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-send::before {
  content: "\F10DC";
}

/* line 7852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-send-outline::before {
  content: "\F10DD";
}

/* line 7856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-sync::before {
  content: "\F12C7";
}

/* line 7860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-sync-outline::before {
  content: "\F12C8";
}

/* line 7864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-email-variant::before {
  content: "\F05F0";
}

/* line 7868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ember::before {
  content: "\F0B30";
}

/* line 7872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emby::before {
  content: "\F06B4";
}

/* line 7876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon::before {
  content: "\F0C68";
}

/* line 7880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-angry::before {
  content: "\F0C69";
}

/* line 7884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-angry-outline::before {
  content: "\F0C6A";
}

/* line 7888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-confused::before {
  content: "\F10DE";
}

/* line 7892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-confused-outline::before {
  content: "\F10DF";
}

/* line 7896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-cool::before {
  content: "\F0C6B";
}

/* line 7900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-cool-outline::before {
  content: "\F01F3";
}

/* line 7904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-cry::before {
  content: "\F0C6C";
}

/* line 7908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-cry-outline::before {
  content: "\F0C6D";
}

/* line 7912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-dead::before {
  content: "\F0C6E";
}

/* line 7916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-dead-outline::before {
  content: "\F069B";
}

/* line 7920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-devil::before {
  content: "\F0C6F";
}

/* line 7924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-devil-outline::before {
  content: "\F01F4";
}

/* line 7928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-excited::before {
  content: "\F0C70";
}

/* line 7932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-excited-outline::before {
  content: "\F069C";
}

/* line 7936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-frown::before {
  content: "\F0F4C";
}

/* line 7940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-frown-outline::before {
  content: "\F0F4D";
}

/* line 7944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-happy::before {
  content: "\F0C71";
}

/* line 7948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-happy-outline::before {
  content: "\F01F5";
}

/* line 7952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-kiss::before {
  content: "\F0C72";
}

/* line 7956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-kiss-outline::before {
  content: "\F0C73";
}

/* line 7960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-lol::before {
  content: "\F1214";
}

/* line 7964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-lol-outline::before {
  content: "\F1215";
}

/* line 7968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-neutral::before {
  content: "\F0C74";
}

/* line 7972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-neutral-outline::before {
  content: "\F01F6";
}

/* line 7976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-outline::before {
  content: "\F01F2";
}

/* line 7980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-poop::before {
  content: "\F01F7";
}

/* line 7984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-poop-outline::before {
  content: "\F0C75";
}

/* line 7988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-sad::before {
  content: "\F0C76";
}

/* line 7992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-sad-outline::before {
  content: "\F01F8";
}

/* line 7996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-sick::before {
  content: "\F157C";
}

/* line 8000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-sick-outline::before {
  content: "\F157D";
}

/* line 8004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-tongue::before {
  content: "\F01F9";
}

/* line 8008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-tongue-outline::before {
  content: "\F0C77";
}

/* line 8012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-wink::before {
  content: "\F0C78";
}

/* line 8016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-emoticon-wink-outline::before {
  content: "\F0C79";
}

/* line 8020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-engine::before {
  content: "\F01FA";
}

/* line 8024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-engine-off::before {
  content: "\F0A46";
}

/* line 8028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-engine-off-outline::before {
  content: "\F0A47";
}

/* line 8032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-engine-outline::before {
  content: "\F01FB";
}

/* line 8036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-epsilon::before {
  content: "\F10E0";
}

/* line 8040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-equal::before {
  content: "\F01FC";
}

/* line 8044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-equal-box::before {
  content: "\F01FD";
}

/* line 8048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-equalizer::before {
  content: "\F0EA2";
}

/* line 8052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-equalizer-outline::before {
  content: "\F0EA3";
}

/* line 8056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eraser::before {
  content: "\F01FE";
}

/* line 8060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eraser-variant::before {
  content: "\F0642";
}

/* line 8064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-escalator::before {
  content: "\F01FF";
}

/* line 8068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-escalator-box::before {
  content: "\F1399";
}

/* line 8072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-escalator-down::before {
  content: "\F12C0";
}

/* line 8076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-escalator-up::before {
  content: "\F12BF";
}

/* line 8080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eslint::before {
  content: "\F0C7A";
}

/* line 8084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-et::before {
  content: "\F0AB3";
}

/* line 8088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ethereum::before {
  content: "\F086A";
}

/* line 8092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ethernet::before {
  content: "\F0200";
}

/* line 8096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ethernet-cable::before {
  content: "\F0201";
}

/* line 8100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ethernet-cable-off::before {
  content: "\F0202";
}

/* line 8104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ev-plug-ccs1::before {
  content: "\F1519";
}

/* line 8108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ev-plug-ccs2::before {
  content: "\F151A";
}

/* line 8112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ev-plug-chademo::before {
  content: "\F151B";
}

/* line 8116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ev-plug-tesla::before {
  content: "\F151C";
}

/* line 8120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ev-plug-type1::before {
  content: "\F151D";
}

/* line 8124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ev-plug-type2::before {
  content: "\F151E";
}

/* line 8128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ev-station::before {
  content: "\F05F1";
}

/* line 8132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-evernote::before {
  content: "\F0204";
}

/* line 8136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-excavator::before {
  content: "\F1025";
}

/* line 8140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-exclamation::before {
  content: "\F0205";
}

/* line 8144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-exclamation-thick::before {
  content: "\F1238";
}

/* line 8148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-exit-run::before {
  content: "\F0A48";
}

/* line 8152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-exit-to-app::before {
  content: "\F0206";
}

/* line 8156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-expand-all::before {
  content: "\F0AB4";
}

/* line 8160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-expand-all-outline::before {
  content: "\F0AB5";
}

/* line 8164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-expansion-card::before {
  content: "\F08AE";
}

/* line 8168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-expansion-card-variant::before {
  content: "\F0FB2";
}

/* line 8172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-exponent::before {
  content: "\F0963";
}

/* line 8176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-exponent-box::before {
  content: "\F0964";
}

/* line 8180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-export::before {
  content: "\F0207";
}

/* line 8184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-export-variant::before {
  content: "\F0B93";
}

/* line 8188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye::before {
  content: "\F0208";
}

/* line 8192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-check::before {
  content: "\F0D04";
}

/* line 8196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-check-outline::before {
  content: "\F0D05";
}

/* line 8200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-circle::before {
  content: "\F0B94";
}

/* line 8204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-circle-outline::before {
  content: "\F0B95";
}

/* line 8208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-minus::before {
  content: "\F1026";
}

/* line 8212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-minus-outline::before {
  content: "\F1027";
}

/* line 8216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-off::before {
  content: "\F0209";
}

/* line 8220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-off-outline::before {
  content: "\F06D1";
}

/* line 8224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-outline::before {
  content: "\F06D0";
}

/* line 8228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-plus::before {
  content: "\F086B";
}

/* line 8232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-plus-outline::before {
  content: "\F086C";
}

/* line 8236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-settings::before {
  content: "\F086D";
}

/* line 8240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eye-settings-outline::before {
  content: "\F086E";
}

/* line 8244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eyedropper::before {
  content: "\F020A";
}

/* line 8248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eyedropper-minus::before {
  content: "\F13DD";
}

/* line 8252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eyedropper-off::before {
  content: "\F13DF";
}

/* line 8256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eyedropper-plus::before {
  content: "\F13DC";
}

/* line 8260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eyedropper-remove::before {
  content: "\F13DE";
}

/* line 8264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-eyedropper-variant::before {
  content: "\F020B";
}

/* line 8268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face::before {
  content: "\F0643";
}

/* line 8272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-agent::before {
  content: "\F0D70";
}

/* line 8276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-mask::before {
  content: "\F1586";
}

/* line 8280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-mask-outline::before {
  content: "\F1587";
}

/* line 8284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-outline::before {
  content: "\F0B96";
}

/* line 8288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-profile::before {
  content: "\F0644";
}

/* line 8292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-profile-woman::before {
  content: "\F1076";
}

/* line 8296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-recognition::before {
  content: "\F0C7B";
}

/* line 8300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-woman::before {
  content: "\F1077";
}

/* line 8304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-face-woman-outline::before {
  content: "\F1078";
}

/* line 8308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-facebook::before {
  content: "\F020C";
}

/* line 8312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-facebook-gaming::before {
  content: "\F07DD";
}

/* line 8316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-facebook-messenger::before {
  content: "\F020E";
}

/* line 8320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-facebook-workplace::before {
  content: "\F0B31";
}

/* line 8324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-factory::before {
  content: "\F020F";
}

/* line 8328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan::before {
  content: "\F0210";
}

/* line 8332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-alert::before {
  content: "\F146C";
}

/* line 8336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-chevron-down::before {
  content: "\F146D";
}

/* line 8340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-chevron-up::before {
  content: "\F146E";
}

/* line 8344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-minus::before {
  content: "\F1470";
}

/* line 8348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-off::before {
  content: "\F081D";
}

/* line 8352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-plus::before {
  content: "\F146F";
}

/* line 8356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-remove::before {
  content: "\F1471";
}

/* line 8360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-speed-1::before {
  content: "\F1472";
}

/* line 8364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-speed-2::before {
  content: "\F1473";
}

/* line 8368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fan-speed-3::before {
  content: "\F1474";
}

/* line 8372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fast-forward::before {
  content: "\F0211";
}

/* line 8376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fast-forward-10::before {
  content: "\F0D71";
}

/* line 8380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fast-forward-30::before {
  content: "\F0D06";
}

/* line 8384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fast-forward-5::before {
  content: "\F11F8";
}

/* line 8388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fast-forward-outline::before {
  content: "\F06D2";
}

/* line 8392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fax::before {
  content: "\F0212";
}

/* line 8396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-feather::before {
  content: "\F06D3";
}

/* line 8400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-feature-search::before {
  content: "\F0A49";
}

/* line 8404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-feature-search-outline::before {
  content: "\F0A4A";
}

/* line 8408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fedora::before {
  content: "\F08DB";
}

/* line 8412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fencing::before {
  content: "\F14C1";
}

/* line 8416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ferris-wheel::before {
  content: "\F0EA4";
}

/* line 8420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ferry::before {
  content: "\F0213";
}

/* line 8424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file::before {
  content: "\F0214";
}

/* line 8428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-account::before {
  content: "\F073B";
}

/* line 8432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-account-outline::before {
  content: "\F1028";
}

/* line 8436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-alert::before {
  content: "\F0A4B";
}

/* line 8440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-alert-outline::before {
  content: "\F0A4C";
}

/* line 8444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cabinet::before {
  content: "\F0AB6";
}

/* line 8448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cad::before {
  content: "\F0EEB";
}

/* line 8452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cad-box::before {
  content: "\F0EEC";
}

/* line 8456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cancel::before {
  content: "\F0DC6";
}

/* line 8460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cancel-outline::before {
  content: "\F0DC7";
}

/* line 8464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-certificate::before {
  content: "\F1186";
}

/* line 8468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-certificate-outline::before {
  content: "\F1187";
}

/* line 8472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-chart::before {
  content: "\F0215";
}

/* line 8476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-chart-outline::before {
  content: "\F1029";
}

/* line 8480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-check::before {
  content: "\F0216";
}

/* line 8484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-check-outline::before {
  content: "\F0E29";
}

/* line 8488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-clock::before {
  content: "\F12E1";
}

/* line 8492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-clock-outline::before {
  content: "\F12E2";
}

/* line 8496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cloud::before {
  content: "\F0217";
}

/* line 8500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cloud-outline::before {
  content: "\F102A";
}

/* line 8504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-code::before {
  content: "\F022E";
}

/* line 8508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-code-outline::before {
  content: "\F102B";
}

/* line 8512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cog::before {
  content: "\F107B";
}

/* line 8516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-cog-outline::before {
  content: "\F107C";
}

/* line 8520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-compare::before {
  content: "\F08AA";
}

/* line 8524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-delimited::before {
  content: "\F0218";
}

/* line 8528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-delimited-outline::before {
  content: "\F0EA5";
}

/* line 8532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-document::before {
  content: "\F0219";
}

/* line 8536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-document-edit::before {
  content: "\F0DC8";
}

/* line 8540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-document-edit-outline::before {
  content: "\F0DC9";
}

/* line 8544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-document-multiple::before {
  content: "\F1517";
}

/* line 8548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-document-multiple-outline::before {
  content: "\F1518";
}

/* line 8552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-document-outline::before {
  content: "\F09EE";
}

/* line 8556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-download::before {
  content: "\F0965";
}

/* line 8560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-download-outline::before {
  content: "\F0966";
}

/* line 8564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-edit::before {
  content: "\F11E7";
}

/* line 8568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-edit-outline::before {
  content: "\F11E8";
}

/* line 8572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-excel::before {
  content: "\F021B";
}

/* line 8576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-excel-box::before {
  content: "\F021C";
}

/* line 8580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-excel-box-outline::before {
  content: "\F102C";
}

/* line 8584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-excel-outline::before {
  content: "\F102D";
}

/* line 8588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-export::before {
  content: "\F021D";
}

/* line 8592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-export-outline::before {
  content: "\F102E";
}

/* line 8596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-eye::before {
  content: "\F0DCA";
}

/* line 8600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-eye-outline::before {
  content: "\F0DCB";
}

/* line 8604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-find::before {
  content: "\F021E";
}

/* line 8608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-find-outline::before {
  content: "\F0B97";
}

/* line 8612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-hidden::before {
  content: "\F0613";
}

/* line 8616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-image::before {
  content: "\F021F";
}

/* line 8620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-image-outline::before {
  content: "\F0EB0";
}

/* line 8624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-import::before {
  content: "\F0220";
}

/* line 8628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-import-outline::before {
  content: "\F102F";
}

/* line 8632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-key::before {
  content: "\F1184";
}

/* line 8636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-key-outline::before {
  content: "\F1185";
}

/* line 8640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-link::before {
  content: "\F1177";
}

/* line 8644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-link-outline::before {
  content: "\F1178";
}

/* line 8648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-lock::before {
  content: "\F0221";
}

/* line 8652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-lock-outline::before {
  content: "\F1030";
}

/* line 8656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-move::before {
  content: "\F0AB9";
}

/* line 8660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-move-outline::before {
  content: "\F1031";
}

/* line 8664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-multiple::before {
  content: "\F0222";
}

/* line 8668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-multiple-outline::before {
  content: "\F1032";
}

/* line 8672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-music::before {
  content: "\F0223";
}

/* line 8676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-music-outline::before {
  content: "\F0E2A";
}

/* line 8680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-outline::before {
  content: "\F0224";
}

/* line 8684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-pdf::before {
  content: "\F0225";
}

/* line 8688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-pdf-box::before {
  content: "\F0226";
}

/* line 8692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-pdf-box-outline::before {
  content: "\F0FB3";
}

/* line 8696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-pdf-outline::before {
  content: "\F0E2D";
}

/* line 8700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-percent::before {
  content: "\F081E";
}

/* line 8704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-percent-outline::before {
  content: "\F1033";
}

/* line 8708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-phone::before {
  content: "\F1179";
}

/* line 8712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-phone-outline::before {
  content: "\F117A";
}

/* line 8716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-plus::before {
  content: "\F0752";
}

/* line 8720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-plus-outline::before {
  content: "\F0EED";
}

/* line 8724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-powerpoint::before {
  content: "\F0227";
}

/* line 8728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-powerpoint-box::before {
  content: "\F0228";
}

/* line 8732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-powerpoint-box-outline::before {
  content: "\F1034";
}

/* line 8736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-powerpoint-outline::before {
  content: "\F1035";
}

/* line 8740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-presentation-box::before {
  content: "\F0229";
}

/* line 8744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-question::before {
  content: "\F086F";
}

/* line 8748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-question-outline::before {
  content: "\F1036";
}

/* line 8752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-refresh::before {
  content: "\F0918";
}

/* line 8756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-refresh-outline::before {
  content: "\F0541";
}

/* line 8760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-remove::before {
  content: "\F0B98";
}

/* line 8764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-remove-outline::before {
  content: "\F1037";
}

/* line 8768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-replace::before {
  content: "\F0B32";
}

/* line 8772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-replace-outline::before {
  content: "\F0B33";
}

/* line 8776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-restore::before {
  content: "\F0670";
}

/* line 8780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-restore-outline::before {
  content: "\F1038";
}

/* line 8784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-search::before {
  content: "\F0C7C";
}

/* line 8788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-search-outline::before {
  content: "\F0C7D";
}

/* line 8792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-send::before {
  content: "\F022A";
}

/* line 8796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-send-outline::before {
  content: "\F1039";
}

/* line 8800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-settings::before {
  content: "\F1079";
}

/* line 8804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-settings-outline::before {
  content: "\F107A";
}

/* line 8808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-star::before {
  content: "\F103A";
}

/* line 8812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-star-outline::before {
  content: "\F103B";
}

/* line 8816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-swap::before {
  content: "\F0FB4";
}

/* line 8820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-swap-outline::before {
  content: "\F0FB5";
}

/* line 8824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-sync::before {
  content: "\F1216";
}

/* line 8828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-sync-outline::before {
  content: "\F1217";
}

/* line 8832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-table::before {
  content: "\F0C7E";
}

/* line 8836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-table-box::before {
  content: "\F10E1";
}

/* line 8840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-table-box-multiple::before {
  content: "\F10E2";
}

/* line 8844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-table-box-multiple-outline::before {
  content: "\F10E3";
}

/* line 8848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-table-box-outline::before {
  content: "\F10E4";
}

/* line 8852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-table-outline::before {
  content: "\F0C7F";
}

/* line 8856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-tree::before {
  content: "\F0645";
}

/* line 8860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-tree-outline::before {
  content: "\F13D2";
}

/* line 8864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-undo::before {
  content: "\F08DC";
}

/* line 8868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-undo-outline::before {
  content: "\F103C";
}

/* line 8872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-upload::before {
  content: "\F0A4D";
}

/* line 8876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-upload-outline::before {
  content: "\F0A4E";
}

/* line 8880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-video::before {
  content: "\F022B";
}

/* line 8884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-video-outline::before {
  content: "\F0E2C";
}

/* line 8888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-word::before {
  content: "\F022C";
}

/* line 8892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-word-box::before {
  content: "\F022D";
}

/* line 8896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-word-box-outline::before {
  content: "\F103D";
}

/* line 8900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-file-word-outline::before {
  content: "\F103E";
}

/* line 8904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-film::before {
  content: "\F022F";
}

/* line 8908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filmstrip::before {
  content: "\F0230";
}

/* line 8912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filmstrip-box::before {
  content: "\F0332";
}

/* line 8916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filmstrip-box-multiple::before {
  content: "\F0D18";
}

/* line 8920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filmstrip-off::before {
  content: "\F0231";
}

/* line 8924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter::before {
  content: "\F0232";
}

/* line 8928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-menu::before {
  content: "\F10E5";
}

/* line 8932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-menu-outline::before {
  content: "\F10E6";
}

/* line 8936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-minus::before {
  content: "\F0EEE";
}

/* line 8940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-minus-outline::before {
  content: "\F0EEF";
}

/* line 8944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-off::before {
  content: "\F14EF";
}

/* line 8948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-off-outline::before {
  content: "\F14F0";
}

/* line 8952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-outline::before {
  content: "\F0233";
}

/* line 8956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-plus::before {
  content: "\F0EF0";
}

/* line 8960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-plus-outline::before {
  content: "\F0EF1";
}

/* line 8964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-remove::before {
  content: "\F0234";
}

/* line 8968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-remove-outline::before {
  content: "\F0235";
}

/* line 8972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-variant::before {
  content: "\F0236";
}

/* line 8976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-variant-minus::before {
  content: "\F1112";
}

/* line 8980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-variant-plus::before {
  content: "\F1113";
}

/* line 8984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-filter-variant-remove::before {
  content: "\F103F";
}

/* line 8988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-finance::before {
  content: "\F081F";
}

/* line 8992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-find-replace::before {
  content: "\F06D4";
}

/* line 8996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fingerprint::before {
  content: "\F0237";
}

/* line 9000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fingerprint-off::before {
  content: "\F0EB1";
}

/* line 9004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fire::before {
  content: "\F0238";
}

/* line 9008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fire-extinguisher::before {
  content: "\F0EF2";
}

/* line 9012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fire-hydrant::before {
  content: "\F1137";
}

/* line 9016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fire-hydrant-alert::before {
  content: "\F1138";
}

/* line 9020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fire-hydrant-off::before {
  content: "\F1139";
}

/* line 9024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fire-truck::before {
  content: "\F08AB";
}

/* line 9028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-firebase::before {
  content: "\F0967";
}

/* line 9032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-firefox::before {
  content: "\F0239";
}

/* line 9036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fireplace::before {
  content: "\F0E2E";
}

/* line 9040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fireplace-off::before {
  content: "\F0E2F";
}

/* line 9044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-firework::before {
  content: "\F0E30";
}

/* line 9048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fish::before {
  content: "\F023A";
}

/* line 9052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fish-off::before {
  content: "\F13F3";
}

/* line 9056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fishbowl::before {
  content: "\F0EF3";
}

/* line 9060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fishbowl-outline::before {
  content: "\F0EF4";
}

/* line 9064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fit-to-page::before {
  content: "\F0EF5";
}

/* line 9068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fit-to-page-outline::before {
  content: "\F0EF6";
}

/* line 9072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag::before {
  content: "\F023B";
}

/* line 9076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-checkered::before {
  content: "\F023C";
}

/* line 9080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-minus::before {
  content: "\F0B99";
}

/* line 9084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-minus-outline::before {
  content: "\F10B2";
}

/* line 9088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-outline::before {
  content: "\F023D";
}

/* line 9092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-plus::before {
  content: "\F0B9A";
}

/* line 9096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-plus-outline::before {
  content: "\F10B3";
}

/* line 9100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-remove::before {
  content: "\F0B9B";
}

/* line 9104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-remove-outline::before {
  content: "\F10B4";
}

/* line 9108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-triangle::before {
  content: "\F023F";
}

/* line 9112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-variant::before {
  content: "\F0240";
}

/* line 9116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flag-variant-outline::before {
  content: "\F023E";
}

/* line 9120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flare::before {
  content: "\F0D72";
}

/* line 9124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flash::before {
  content: "\F0241";
}

/* line 9128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flash-alert::before {
  content: "\F0EF7";
}

/* line 9132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flash-alert-outline::before {
  content: "\F0EF8";
}

/* line 9136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flash-auto::before {
  content: "\F0242";
}

/* line 9140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flash-circle::before {
  content: "\F0820";
}

/* line 9144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flash-off::before {
  content: "\F0243";
}

/* line 9148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flash-outline::before {
  content: "\F06D5";
}

/* line 9152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flash-red-eye::before {
  content: "\F067B";
}

/* line 9156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flashlight::before {
  content: "\F0244";
}

/* line 9160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flashlight-off::before {
  content: "\F0245";
}

/* line 9164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask::before {
  content: "\F0093";
}

/* line 9168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty::before {
  content: "\F0094";
}

/* line 9172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-minus::before {
  content: "\F123A";
}

/* line 9176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-minus-outline::before {
  content: "\F123B";
}

/* line 9180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-off::before {
  content: "\F13F4";
}

/* line 9184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-off-outline::before {
  content: "\F13F5";
}

/* line 9188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-outline::before {
  content: "\F0095";
}

/* line 9192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-plus::before {
  content: "\F123C";
}

/* line 9196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-plus-outline::before {
  content: "\F123D";
}

/* line 9200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-remove::before {
  content: "\F123E";
}

/* line 9204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-empty-remove-outline::before {
  content: "\F123F";
}

/* line 9208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-minus::before {
  content: "\F1240";
}

/* line 9212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-minus-outline::before {
  content: "\F1241";
}

/* line 9216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-off::before {
  content: "\F13F6";
}

/* line 9220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-off-outline::before {
  content: "\F13F7";
}

/* line 9224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-outline::before {
  content: "\F0096";
}

/* line 9228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-plus::before {
  content: "\F1242";
}

/* line 9232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-plus-outline::before {
  content: "\F1243";
}

/* line 9236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-remove::before {
  content: "\F1244";
}

/* line 9240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-remove-outline::before {
  content: "\F1245";
}

/* line 9244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-round-bottom::before {
  content: "\F124B";
}

/* line 9248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-round-bottom-empty::before {
  content: "\F124C";
}

/* line 9252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-round-bottom-empty-outline::before {
  content: "\F124D";
}

/* line 9256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flask-round-bottom-outline::before {
  content: "\F124E";
}

/* line 9260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fleur-de-lis::before {
  content: "\F1303";
}

/* line 9264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flip-horizontal::before {
  content: "\F10E7";
}

/* line 9268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flip-to-back::before {
  content: "\F0247";
}

/* line 9272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flip-to-front::before {
  content: "\F0248";
}

/* line 9276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flip-vertical::before {
  content: "\F10E8";
}

/* line 9280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-floor-lamp::before {
  content: "\F08DD";
}

/* line 9284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-floor-lamp-dual::before {
  content: "\F1040";
}

/* line 9288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-floor-lamp-variant::before {
  content: "\F1041";
}

/* line 9292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-floor-plan::before {
  content: "\F0821";
}

/* line 9296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-floppy::before {
  content: "\F0249";
}

/* line 9300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-floppy-variant::before {
  content: "\F09EF";
}

/* line 9304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flower::before {
  content: "\F024A";
}

/* line 9308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flower-outline::before {
  content: "\F09F0";
}

/* line 9312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flower-poppy::before {
  content: "\F0D08";
}

/* line 9316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flower-tulip::before {
  content: "\F09F1";
}

/* line 9320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flower-tulip-outline::before {
  content: "\F09F2";
}

/* line 9324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-focus-auto::before {
  content: "\F0F4E";
}

/* line 9328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-focus-field::before {
  content: "\F0F4F";
}

/* line 9332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-focus-field-horizontal::before {
  content: "\F0F50";
}

/* line 9336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-focus-field-vertical::before {
  content: "\F0F51";
}

/* line 9340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder::before {
  content: "\F024B";
}

/* line 9344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-account::before {
  content: "\F024C";
}

/* line 9348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-account-outline::before {
  content: "\F0B9C";
}

/* line 9352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-alert::before {
  content: "\F0DCC";
}

/* line 9356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-alert-outline::before {
  content: "\F0DCD";
}

/* line 9360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-clock::before {
  content: "\F0ABA";
}

/* line 9364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-clock-outline::before {
  content: "\F0ABB";
}

/* line 9368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-cog::before {
  content: "\F107F";
}

/* line 9372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-cog-outline::before {
  content: "\F1080";
}

/* line 9376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-download::before {
  content: "\F024D";
}

/* line 9380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-download-outline::before {
  content: "\F10E9";
}

/* line 9384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-edit::before {
  content: "\F08DE";
}

/* line 9388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-edit-outline::before {
  content: "\F0DCE";
}

/* line 9392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-google-drive::before {
  content: "\F024E";
}

/* line 9396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-heart::before {
  content: "\F10EA";
}

/* line 9400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-heart-outline::before {
  content: "\F10EB";
}

/* line 9404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-home::before {
  content: "\F10B5";
}

/* line 9408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-home-outline::before {
  content: "\F10B6";
}

/* line 9412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-image::before {
  content: "\F024F";
}

/* line 9416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-information::before {
  content: "\F10B7";
}

/* line 9420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-information-outline::before {
  content: "\F10B8";
}

/* line 9424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-key::before {
  content: "\F08AC";
}

/* line 9428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-key-network::before {
  content: "\F08AD";
}

/* line 9432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-key-network-outline::before {
  content: "\F0C80";
}

/* line 9436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-key-outline::before {
  content: "\F10EC";
}

/* line 9440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-lock::before {
  content: "\F0250";
}

/* line 9444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-lock-open::before {
  content: "\F0251";
}

/* line 9448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-marker::before {
  content: "\F126D";
}

/* line 9452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-marker-outline::before {
  content: "\F126E";
}

/* line 9456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-move::before {
  content: "\F0252";
}

/* line 9460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-move-outline::before {
  content: "\F1246";
}

/* line 9464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-multiple::before {
  content: "\F0253";
}

/* line 9468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-multiple-image::before {
  content: "\F0254";
}

/* line 9472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-multiple-outline::before {
  content: "\F0255";
}

/* line 9476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-multiple-plus::before {
  content: "\F147E";
}

/* line 9480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-multiple-plus-outline::before {
  content: "\F147F";
}

/* line 9484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-music::before {
  content: "\F1359";
}

/* line 9488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-music-outline::before {
  content: "\F135A";
}

/* line 9492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-network::before {
  content: "\F0870";
}

/* line 9496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-network-outline::before {
  content: "\F0C81";
}

/* line 9500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-open::before {
  content: "\F0770";
}

/* line 9504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-open-outline::before {
  content: "\F0DCF";
}

/* line 9508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-outline::before {
  content: "\F0256";
}

/* line 9512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-plus::before {
  content: "\F0257";
}

/* line 9516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-plus-outline::before {
  content: "\F0B9D";
}

/* line 9520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-pound::before {
  content: "\F0D09";
}

/* line 9524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-pound-outline::before {
  content: "\F0D0A";
}

/* line 9528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-refresh::before {
  content: "\F0749";
}

/* line 9532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-refresh-outline::before {
  content: "\F0542";
}

/* line 9536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-remove::before {
  content: "\F0258";
}

/* line 9540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-remove-outline::before {
  content: "\F0B9E";
}

/* line 9544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-search::before {
  content: "\F0968";
}

/* line 9548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-search-outline::before {
  content: "\F0969";
}

/* line 9552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-settings::before {
  content: "\F107D";
}

/* line 9556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-settings-outline::before {
  content: "\F107E";
}

/* line 9560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-star::before {
  content: "\F069D";
}

/* line 9564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-star-multiple::before {
  content: "\F13D3";
}

/* line 9568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-star-multiple-outline::before {
  content: "\F13D4";
}

/* line 9572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-star-outline::before {
  content: "\F0B9F";
}

/* line 9576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-swap::before {
  content: "\F0FB6";
}

/* line 9580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-swap-outline::before {
  content: "\F0FB7";
}

/* line 9584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-sync::before {
  content: "\F0D0B";
}

/* line 9588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-sync-outline::before {
  content: "\F0D0C";
}

/* line 9592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-table::before {
  content: "\F12E3";
}

/* line 9596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-table-outline::before {
  content: "\F12E4";
}

/* line 9600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-text::before {
  content: "\F0C82";
}

/* line 9604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-text-outline::before {
  content: "\F0C83";
}

/* line 9608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-upload::before {
  content: "\F0259";
}

/* line 9612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-upload-outline::before {
  content: "\F10ED";
}

/* line 9616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-zip::before {
  content: "\F06EB";
}

/* line 9620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-folder-zip-outline::before {
  content: "\F07B9";
}

/* line 9624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-font-awesome::before {
  content: "\F003A";
}

/* line 9628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food::before {
  content: "\F025A";
}

/* line 9632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-apple::before {
  content: "\F025B";
}

/* line 9636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-apple-outline::before {
  content: "\F0C84";
}

/* line 9640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-croissant::before {
  content: "\F07C8";
}

/* line 9644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-drumstick::before {
  content: "\F141F";
}

/* line 9648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-drumstick-off::before {
  content: "\F1468";
}

/* line 9652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-drumstick-off-outline::before {
  content: "\F1469";
}

/* line 9656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-drumstick-outline::before {
  content: "\F1420";
}

/* line 9660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-fork-drink::before {
  content: "\F05F2";
}

/* line 9664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-halal::before {
  content: "\F1572";
}

/* line 9668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-kosher::before {
  content: "\F1573";
}

/* line 9672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-off::before {
  content: "\F05F3";
}

/* line 9676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-steak::before {
  content: "\F146A";
}

/* line 9680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-steak-off::before {
  content: "\F146B";
}

/* line 9684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-variant::before {
  content: "\F025C";
}

/* line 9688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-food-variant-off::before {
  content: "\F13E5";
}

/* line 9692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-foot-print::before {
  content: "\F0F52";
}

/* line 9696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-football::before {
  content: "\F025D";
}

/* line 9700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-football-australian::before {
  content: "\F025E";
}

/* line 9704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-football-helmet::before {
  content: "\F025F";
}

/* line 9708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-forklift::before {
  content: "\F07C9";
}

/* line 9712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-form-dropdown::before {
  content: "\F1400";
}

/* line 9716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-form-select::before {
  content: "\F1401";
}

/* line 9720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-form-textarea::before {
  content: "\F1095";
}

/* line 9724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-form-textbox::before {
  content: "\F060E";
}

/* line 9728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-form-textbox-lock::before {
  content: "\F135D";
}

/* line 9732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-form-textbox-password::before {
  content: "\F07F5";
}

/* line 9736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-align-bottom::before {
  content: "\F0753";
}

/* line 9740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-align-center::before {
  content: "\F0260";
}

/* line 9744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-align-justify::before {
  content: "\F0261";
}

/* line 9748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-align-left::before {
  content: "\F0262";
}

/* line 9752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-align-middle::before {
  content: "\F0754";
}

/* line 9756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-align-right::before {
  content: "\F0263";
}

/* line 9760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-align-top::before {
  content: "\F0755";
}

/* line 9764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-annotation-minus::before {
  content: "\F0ABC";
}

/* line 9768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-annotation-plus::before {
  content: "\F0646";
}

/* line 9772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-bold::before {
  content: "\F0264";
}

/* line 9776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-clear::before {
  content: "\F0265";
}

/* line 9780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-color-fill::before {
  content: "\F0266";
}

/* line 9784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-color-highlight::before {
  content: "\F0E31";
}

/* line 9788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-color-marker-cancel::before {
  content: "\F1313";
}

/* line 9792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-color-text::before {
  content: "\F069E";
}

/* line 9796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-columns::before {
  content: "\F08DF";
}

/* line 9800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-float-center::before {
  content: "\F0267";
}

/* line 9804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-float-left::before {
  content: "\F0268";
}

/* line 9808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-float-none::before {
  content: "\F0269";
}

/* line 9812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-float-right::before {
  content: "\F026A";
}

/* line 9816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-font::before {
  content: "\F06D6";
}

/* line 9820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-font-size-decrease::before {
  content: "\F09F3";
}

/* line 9824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-font-size-increase::before {
  content: "\F09F4";
}

/* line 9828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-1::before {
  content: "\F026B";
}

/* line 9832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-2::before {
  content: "\F026C";
}

/* line 9836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-3::before {
  content: "\F026D";
}

/* line 9840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-4::before {
  content: "\F026E";
}

/* line 9844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-5::before {
  content: "\F026F";
}

/* line 9848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-6::before {
  content: "\F0270";
}

/* line 9852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-decrease::before {
  content: "\F0271";
}

/* line 9856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-equal::before {
  content: "\F0272";
}

/* line 9860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-increase::before {
  content: "\F0273";
}

/* line 9864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-header-pound::before {
  content: "\F0274";
}

/* line 9868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-horizontal-align-center::before {
  content: "\F061E";
}

/* line 9872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-horizontal-align-left::before {
  content: "\F061F";
}

/* line 9876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-horizontal-align-right::before {
  content: "\F0620";
}

/* line 9880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-indent-decrease::before {
  content: "\F0275";
}

/* line 9884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-indent-increase::before {
  content: "\F0276";
}

/* line 9888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-italic::before {
  content: "\F0277";
}

/* line 9892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-letter-case::before {
  content: "\F0B34";
}

/* line 9896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-letter-case-lower::before {
  content: "\F0B35";
}

/* line 9900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-letter-case-upper::before {
  content: "\F0B36";
}

/* line 9904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-letter-ends-with::before {
  content: "\F0FB8";
}

/* line 9908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-letter-matches::before {
  content: "\F0FB9";
}

/* line 9912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-letter-starts-with::before {
  content: "\F0FBA";
}

/* line 9916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-line-spacing::before {
  content: "\F0278";
}

/* line 9920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-line-style::before {
  content: "\F05C8";
}

/* line 9924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-line-weight::before {
  content: "\F05C9";
}

/* line 9928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-bulleted::before {
  content: "\F0279";
}

/* line 9932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-bulleted-square::before {
  content: "\F0DD0";
}

/* line 9936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-bulleted-triangle::before {
  content: "\F0EB2";
}

/* line 9940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-bulleted-type::before {
  content: "\F027A";
}

/* line 9944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-checkbox::before {
  content: "\F096A";
}

/* line 9948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-checks::before {
  content: "\F0756";
}

/* line 9952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-numbered::before {
  content: "\F027B";
}

/* line 9956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-numbered-rtl::before {
  content: "\F0D0D";
}

/* line 9960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-list-text::before {
  content: "\F126F";
}

/* line 9964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-overline::before {
  content: "\F0EB3";
}

/* line 9968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-page-break::before {
  content: "\F06D7";
}

/* line 9972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-paint::before {
  content: "\F027C";
}

/* line 9976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-paragraph::before {
  content: "\F027D";
}

/* line 9980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-pilcrow::before {
  content: "\F06D8";
}

/* line 9984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-quote-close::before {
  content: "\F027E";
}

/* line 9988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-quote-close-outline::before {
  content: "\F11A8";
}

/* line 9992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-quote-open::before {
  content: "\F0757";
}

/* line 9996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-quote-open-outline::before {
  content: "\F11A7";
}

/* line 10000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-rotate-90::before {
  content: "\F06AA";
}

/* line 10004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-section::before {
  content: "\F069F";
}

/* line 10008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-size::before {
  content: "\F027F";
}

/* line 10012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-strikethrough::before {
  content: "\F0280";
}

/* line 10016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-strikethrough-variant::before {
  content: "\F0281";
}

/* line 10020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-subscript::before {
  content: "\F0282";
}

/* line 10024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-superscript::before {
  content: "\F0283";
}

/* line 10028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text::before {
  content: "\F0284";
}

/* line 10032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-rotation-angle-down::before {
  content: "\F0FBB";
}

/* line 10036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-rotation-angle-up::before {
  content: "\F0FBC";
}

/* line 10040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-rotation-down::before {
  content: "\F0D73";
}

/* line 10044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-rotation-down-vertical::before {
  content: "\F0FBD";
}

/* line 10048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-rotation-none::before {
  content: "\F0D74";
}

/* line 10052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-rotation-up::before {
  content: "\F0FBE";
}

/* line 10056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-rotation-vertical::before {
  content: "\F0FBF";
}

/* line 10060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-variant::before {
  content: "\F0E32";
}

/* line 10064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-variant-outline::before {
  content: "\F150F";
}

/* line 10068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-wrapping-clip::before {
  content: "\F0D0E";
}

/* line 10072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-wrapping-overflow::before {
  content: "\F0D0F";
}

/* line 10076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-text-wrapping-wrap::before {
  content: "\F0D10";
}

/* line 10080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-textbox::before {
  content: "\F0D11";
}

/* line 10084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-textdirection-l-to-r::before {
  content: "\F0285";
}

/* line 10088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-textdirection-r-to-l::before {
  content: "\F0286";
}

/* line 10092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-title::before {
  content: "\F05F4";
}

/* line 10096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-underline::before {
  content: "\F0287";
}

/* line 10100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-vertical-align-bottom::before {
  content: "\F0621";
}

/* line 10104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-vertical-align-center::before {
  content: "\F0622";
}

/* line 10108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-vertical-align-top::before {
  content: "\F0623";
}

/* line 10112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-wrap-inline::before {
  content: "\F0288";
}

/* line 10116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-wrap-square::before {
  content: "\F0289";
}

/* line 10120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-wrap-tight::before {
  content: "\F028A";
}

/* line 10124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-format-wrap-top-bottom::before {
  content: "\F028B";
}

/* line 10128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-forum::before {
  content: "\F028C";
}

/* line 10132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-forum-outline::before {
  content: "\F0822";
}

/* line 10136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-forward::before {
  content: "\F028D";
}

/* line 10140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-forwardburger::before {
  content: "\F0D75";
}

/* line 10144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fountain::before {
  content: "\F096B";
}

/* line 10148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fountain-pen::before {
  content: "\F0D12";
}

/* line 10152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fountain-pen-tip::before {
  content: "\F0D13";
}

/* line 10156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-freebsd::before {
  content: "\F08E0";
}

/* line 10160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-frequently-asked-questions::before {
  content: "\F0EB4";
}

/* line 10164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fridge::before {
  content: "\F0290";
}

/* line 10168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fridge-alert::before {
  content: "\F11B1";
}

/* line 10172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fridge-alert-outline::before {
  content: "\F11B2";
}

/* line 10176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fridge-bottom::before {
  content: "\F0292";
}

/* line 10180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fridge-off::before {
  content: "\F11AF";
}

/* line 10184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fridge-off-outline::before {
  content: "\F11B0";
}

/* line 10188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fridge-outline::before {
  content: "\F028F";
}

/* line 10192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fridge-top::before {
  content: "\F0291";
}

/* line 10196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fruit-cherries::before {
  content: "\F1042";
}

/* line 10200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fruit-cherries-off::before {
  content: "\F13F8";
}

/* line 10204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fruit-citrus::before {
  content: "\F1043";
}

/* line 10208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fruit-citrus-off::before {
  content: "\F13F9";
}

/* line 10212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fruit-grapes::before {
  content: "\F1044";
}

/* line 10216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fruit-grapes-outline::before {
  content: "\F1045";
}

/* line 10220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fruit-pineapple::before {
  content: "\F1046";
}

/* line 10224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fruit-watermelon::before {
  content: "\F1047";
}

/* line 10228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fuel::before {
  content: "\F07CA";
}

/* line 10232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fullscreen::before {
  content: "\F0293";
}

/* line 10236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fullscreen-exit::before {
  content: "\F0294";
}

/* line 10240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-function::before {
  content: "\F0295";
}

/* line 10244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-function-variant::before {
  content: "\F0871";
}

/* line 10248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-furigana-horizontal::before {
  content: "\F1081";
}

/* line 10252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-furigana-vertical::before {
  content: "\F1082";
}

/* line 10256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fuse::before {
  content: "\F0C85";
}

/* line 10260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fuse-alert::before {
  content: "\F142D";
}

/* line 10264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fuse-blade::before {
  content: "\F0C86";
}

/* line 10268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-fuse-off::before {
  content: "\F142C";
}

/* line 10272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad::before {
  content: "\F0296";
}

/* line 10276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-circle::before {
  content: "\F0E33";
}

/* line 10280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-circle-down::before {
  content: "\F0E34";
}

/* line 10284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-circle-left::before {
  content: "\F0E35";
}

/* line 10288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-circle-outline::before {
  content: "\F0E36";
}

/* line 10292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-circle-right::before {
  content: "\F0E37";
}

/* line 10296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-circle-up::before {
  content: "\F0E38";
}

/* line 10300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-down::before {
  content: "\F0E39";
}

/* line 10304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-left::before {
  content: "\F0E3A";
}

/* line 10308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-right::before {
  content: "\F0E3B";
}

/* line 10312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-round::before {
  content: "\F0E3C";
}

/* line 10316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-round-down::before {
  content: "\F0E3D";
}

/* line 10320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-round-left::before {
  content: "\F0E3E";
}

/* line 10324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-round-outline::before {
  content: "\F0E3F";
}

/* line 10328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-round-right::before {
  content: "\F0E40";
}

/* line 10332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-round-up::before {
  content: "\F0E41";
}

/* line 10336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-square::before {
  content: "\F0EB5";
}

/* line 10340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-square-outline::before {
  content: "\F0EB6";
}

/* line 10344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-up::before {
  content: "\F0E42";
}

/* line 10348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-variant::before {
  content: "\F0297";
}

/* line 10352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamepad-variant-outline::before {
  content: "\F0EB7";
}

/* line 10356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gamma::before {
  content: "\F10EE";
}

/* line 10360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gantry-crane::before {
  content: "\F0DD1";
}

/* line 10364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-garage::before {
  content: "\F06D9";
}

/* line 10368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-garage-alert::before {
  content: "\F0872";
}

/* line 10372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-garage-alert-variant::before {
  content: "\F12D5";
}

/* line 10376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-garage-open::before {
  content: "\F06DA";
}

/* line 10380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-garage-open-variant::before {
  content: "\F12D4";
}

/* line 10384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-garage-variant::before {
  content: "\F12D3";
}

/* line 10388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gas-cylinder::before {
  content: "\F0647";
}

/* line 10392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gas-station::before {
  content: "\F0298";
}

/* line 10396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gas-station-off::before {
  content: "\F1409";
}

/* line 10400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gas-station-off-outline::before {
  content: "\F140A";
}

/* line 10404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gas-station-outline::before {
  content: "\F0EB8";
}

/* line 10408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate::before {
  content: "\F0299";
}

/* line 10412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-and::before {
  content: "\F08E1";
}

/* line 10416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-arrow-right::before {
  content: "\F1169";
}

/* line 10420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-nand::before {
  content: "\F08E2";
}

/* line 10424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-nor::before {
  content: "\F08E3";
}

/* line 10428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-not::before {
  content: "\F08E4";
}

/* line 10432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-open::before {
  content: "\F116A";
}

/* line 10436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-or::before {
  content: "\F08E5";
}

/* line 10440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-xnor::before {
  content: "\F08E6";
}

/* line 10444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gate-xor::before {
  content: "\F08E7";
}

/* line 10448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gatsby::before {
  content: "\F0E43";
}

/* line 10452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gauge::before {
  content: "\F029A";
}

/* line 10456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gauge-empty::before {
  content: "\F0873";
}

/* line 10460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gauge-full::before {
  content: "\F0874";
}

/* line 10464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gauge-low::before {
  content: "\F0875";
}

/* line 10468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gavel::before {
  content: "\F029B";
}

/* line 10472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gender-female::before {
  content: "\F029C";
}

/* line 10476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gender-male::before {
  content: "\F029D";
}

/* line 10480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gender-male-female::before {
  content: "\F029E";
}

/* line 10484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gender-male-female-variant::before {
  content: "\F113F";
}

/* line 10488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gender-non-binary::before {
  content: "\F1140";
}

/* line 10492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gender-transgender::before {
  content: "\F029F";
}

/* line 10496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gentoo::before {
  content: "\F08E8";
}

/* line 10500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture::before {
  content: "\F07CB";
}

/* line 10504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-double-tap::before {
  content: "\F073C";
}

/* line 10508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-pinch::before {
  content: "\F0ABD";
}

/* line 10512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-spread::before {
  content: "\F0ABE";
}

/* line 10516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-swipe::before {
  content: "\F0D76";
}

/* line 10520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-swipe-down::before {
  content: "\F073D";
}

/* line 10524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-swipe-horizontal::before {
  content: "\F0ABF";
}

/* line 10528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-swipe-left::before {
  content: "\F073E";
}

/* line 10532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-swipe-right::before {
  content: "\F073F";
}

/* line 10536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-swipe-up::before {
  content: "\F0740";
}

/* line 10540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-swipe-vertical::before {
  content: "\F0AC0";
}

/* line 10544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-tap::before {
  content: "\F0741";
}

/* line 10548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-tap-box::before {
  content: "\F12A9";
}

/* line 10552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-tap-button::before {
  content: "\F12A8";
}

/* line 10556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-tap-hold::before {
  content: "\F0D77";
}

/* line 10560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-two-double-tap::before {
  content: "\F0742";
}

/* line 10564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gesture-two-tap::before {
  content: "\F0743";
}

/* line 10568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ghost::before {
  content: "\F02A0";
}

/* line 10572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ghost-off::before {
  content: "\F09F5";
}

/* line 10576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gif::before {
  content: "\F0D78";
}

/* line 10580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gift::before {
  content: "\F0E44";
}

/* line 10584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gift-outline::before {
  content: "\F02A1";
}

/* line 10588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-git::before {
  content: "\F02A2";
}

/* line 10592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-github::before {
  content: "\F02A4";
}

/* line 10596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gitlab::before {
  content: "\F0BA0";
}

/* line 10600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glass-cocktail::before {
  content: "\F0356";
}

/* line 10604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glass-flute::before {
  content: "\F02A5";
}

/* line 10608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glass-mug::before {
  content: "\F02A6";
}

/* line 10612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glass-mug-variant::before {
  content: "\F1116";
}

/* line 10616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glass-pint-outline::before {
  content: "\F130D";
}

/* line 10620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glass-stange::before {
  content: "\F02A7";
}

/* line 10624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glass-tulip::before {
  content: "\F02A8";
}

/* line 10628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glass-wine::before {
  content: "\F0876";
}

/* line 10632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-glasses::before {
  content: "\F02AA";
}

/* line 10636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-globe-light::before {
  content: "\F12D7";
}

/* line 10640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-globe-model::before {
  content: "\F08E9";
}

/* line 10644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gmail::before {
  content: "\F02AB";
}

/* line 10648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gnome::before {
  content: "\F02AC";
}

/* line 10652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-go-kart::before {
  content: "\F0D79";
}

/* line 10656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-go-kart-track::before {
  content: "\F0D7A";
}

/* line 10660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gog::before {
  content: "\F0BA1";
}

/* line 10664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gold::before {
  content: "\F124F";
}

/* line 10668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-golf::before {
  content: "\F0823";
}

/* line 10672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-golf-cart::before {
  content: "\F11A4";
}

/* line 10676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-golf-tee::before {
  content: "\F1083";
}

/* line 10680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gondola::before {
  content: "\F0686";
}

/* line 10684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-goodreads::before {
  content: "\F0D7B";
}

/* line 10688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google::before {
  content: "\F02AD";
}

/* line 10692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-ads::before {
  content: "\F0C87";
}

/* line 10696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-analytics::before {
  content: "\F07CC";
}

/* line 10700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-assistant::before {
  content: "\F07CD";
}

/* line 10704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-cardboard::before {
  content: "\F02AE";
}

/* line 10708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-chrome::before {
  content: "\F02AF";
}

/* line 10712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-circles::before {
  content: "\F02B0";
}

/* line 10716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-circles-communities::before {
  content: "\F02B1";
}

/* line 10720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-circles-extended::before {
  content: "\F02B2";
}

/* line 10724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-circles-group::before {
  content: "\F02B3";
}

/* line 10728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-classroom::before {
  content: "\F02C0";
}

/* line 10732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-cloud::before {
  content: "\F11F6";
}

/* line 10736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-controller::before {
  content: "\F02B4";
}

/* line 10740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-controller-off::before {
  content: "\F02B5";
}

/* line 10744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-downasaur::before {
  content: "\F1362";
}

/* line 10748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-drive::before {
  content: "\F02B6";
}

/* line 10752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-earth::before {
  content: "\F02B7";
}

/* line 10756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-fit::before {
  content: "\F096C";
}

/* line 10760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-glass::before {
  content: "\F02B8";
}

/* line 10764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-hangouts::before {
  content: "\F02C9";
}

/* line 10768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-home::before {
  content: "\F0824";
}

/* line 10772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-keep::before {
  content: "\F06DC";
}

/* line 10776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-lens::before {
  content: "\F09F6";
}

/* line 10780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-maps::before {
  content: "\F05F5";
}

/* line 10784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-my-business::before {
  content: "\F1048";
}

/* line 10788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-nearby::before {
  content: "\F02B9";
}

/* line 10792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-photos::before {
  content: "\F06DD";
}

/* line 10796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-play::before {
  content: "\F02BC";
}

/* line 10800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-plus::before {
  content: "\F02BD";
}

/* line 10804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-podcast::before {
  content: "\F0EB9";
}

/* line 10808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-spreadsheet::before {
  content: "\F09F7";
}

/* line 10812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-street-view::before {
  content: "\F0C88";
}

/* line 10816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-google-translate::before {
  content: "\F02BF";
}

/* line 10820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-gradient::before {
  content: "\F06A0";
}

/* line 10824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grain::before {
  content: "\F0D7C";
}

/* line 10828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-graph::before {
  content: "\F1049";
}

/* line 10832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-graph-outline::before {
  content: "\F104A";
}

/* line 10836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-graphql::before {
  content: "\F0877";
}

/* line 10840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grass::before {
  content: "\F1510";
}

/* line 10844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grave-stone::before {
  content: "\F0BA2";
}

/* line 10848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grease-pencil::before {
  content: "\F0648";
}

/* line 10852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-greater-than::before {
  content: "\F096D";
}

/* line 10856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-greater-than-or-equal::before {
  content: "\F096E";
}

/* line 10860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grid::before {
  content: "\F02C1";
}

/* line 10864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grid-large::before {
  content: "\F0758";
}

/* line 10868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grid-off::before {
  content: "\F02C2";
}

/* line 10872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grill::before {
  content: "\F0E45";
}

/* line 10876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-grill-outline::before {
  content: "\F118A";
}

/* line 10880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-group::before {
  content: "\F02C3";
}

/* line 10884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-guitar-acoustic::before {
  content: "\F0771";
}

/* line 10888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-guitar-electric::before {
  content: "\F02C4";
}

/* line 10892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-guitar-pick::before {
  content: "\F02C5";
}

/* line 10896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-guitar-pick-outline::before {
  content: "\F02C6";
}

/* line 10900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-guy-fawkes-mask::before {
  content: "\F0825";
}

/* line 10904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hail::before {
  content: "\F0AC1";
}

/* line 10908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hair-dryer::before {
  content: "\F10EF";
}

/* line 10912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hair-dryer-outline::before {
  content: "\F10F0";
}

/* line 10916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-halloween::before {
  content: "\F0BA3";
}

/* line 10920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hamburger::before {
  content: "\F0685";
}

/* line 10924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hammer::before {
  content: "\F08EA";
}

/* line 10928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hammer-screwdriver::before {
  content: "\F1322";
}

/* line 10932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hammer-wrench::before {
  content: "\F1323";
}

/* line 10936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand::before {
  content: "\F0A4F";
}

/* line 10940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-heart::before {
  content: "\F10F1";
}

/* line 10944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-heart-outline::before {
  content: "\F157E";
}

/* line 10948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-left::before {
  content: "\F0E46";
}

/* line 10952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-okay::before {
  content: "\F0A50";
}

/* line 10956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-peace::before {
  content: "\F0A51";
}

/* line 10960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-peace-variant::before {
  content: "\F0A52";
}

/* line 10964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-pointing-down::before {
  content: "\F0A53";
}

/* line 10968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-pointing-left::before {
  content: "\F0A54";
}

/* line 10972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-pointing-right::before {
  content: "\F02C7";
}

/* line 10976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-pointing-up::before {
  content: "\F0A55";
}

/* line 10980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-right::before {
  content: "\F0E47";
}

/* line 10984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-saw::before {
  content: "\F0E48";
}

/* line 10988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-wash::before {
  content: "\F157F";
}

/* line 10992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-wash-outline::before {
  content: "\F1580";
}

/* line 10996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hand-water::before {
  content: "\F139F";
}

/* line 11000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-handball::before {
  content: "\F0F53";
}

/* line 11004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-handcuffs::before {
  content: "\F113E";
}

/* line 11008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-handshake::before {
  content: "\F1218";
}

/* line 11012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-handshake-outline::before {
  content: "\F15A1";
}

/* line 11016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hanger::before {
  content: "\F02C8";
}

/* line 11020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hard-hat::before {
  content: "\F096F";
}

/* line 11024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-harddisk::before {
  content: "\F02CA";
}

/* line 11028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-harddisk-plus::before {
  content: "\F104B";
}

/* line 11032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-harddisk-remove::before {
  content: "\F104C";
}

/* line 11036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hat-fedora::before {
  content: "\F0BA4";
}

/* line 11040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hazard-lights::before {
  content: "\F0C89";
}

/* line 11044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hdr::before {
  content: "\F0D7D";
}

/* line 11048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hdr-off::before {
  content: "\F0D7E";
}

/* line 11052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head::before {
  content: "\F135E";
}

/* line 11056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-alert::before {
  content: "\F1338";
}

/* line 11060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-alert-outline::before {
  content: "\F1339";
}

/* line 11064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-check::before {
  content: "\F133A";
}

/* line 11068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-check-outline::before {
  content: "\F133B";
}

/* line 11072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-cog::before {
  content: "\F133C";
}

/* line 11076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-cog-outline::before {
  content: "\F133D";
}

/* line 11080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-dots-horizontal::before {
  content: "\F133E";
}

/* line 11084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-dots-horizontal-outline::before {
  content: "\F133F";
}

/* line 11088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-flash::before {
  content: "\F1340";
}

/* line 11092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-flash-outline::before {
  content: "\F1341";
}

/* line 11096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-heart::before {
  content: "\F1342";
}

/* line 11100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-heart-outline::before {
  content: "\F1343";
}

/* line 11104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-lightbulb::before {
  content: "\F1344";
}

/* line 11108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-lightbulb-outline::before {
  content: "\F1345";
}

/* line 11112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-minus::before {
  content: "\F1346";
}

/* line 11116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-minus-outline::before {
  content: "\F1347";
}

/* line 11120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-outline::before {
  content: "\F135F";
}

/* line 11124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-plus::before {
  content: "\F1348";
}

/* line 11128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-plus-outline::before {
  content: "\F1349";
}

/* line 11132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-question::before {
  content: "\F134A";
}

/* line 11136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-question-outline::before {
  content: "\F134B";
}

/* line 11140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-remove::before {
  content: "\F134C";
}

/* line 11144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-remove-outline::before {
  content: "\F134D";
}

/* line 11148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-snowflake::before {
  content: "\F134E";
}

/* line 11152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-snowflake-outline::before {
  content: "\F134F";
}

/* line 11156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-sync::before {
  content: "\F1350";
}

/* line 11160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-head-sync-outline::before {
  content: "\F1351";
}

/* line 11164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-headphones::before {
  content: "\F02CB";
}

/* line 11168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-headphones-bluetooth::before {
  content: "\F0970";
}

/* line 11172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-headphones-box::before {
  content: "\F02CC";
}

/* line 11176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-headphones-off::before {
  content: "\F07CE";
}

/* line 11180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-headphones-settings::before {
  content: "\F02CD";
}

/* line 11184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-headset::before {
  content: "\F02CE";
}

/* line 11188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-headset-dock::before {
  content: "\F02CF";
}

/* line 11192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-headset-off::before {
  content: "\F02D0";
}

/* line 11196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart::before {
  content: "\F02D1";
}

/* line 11200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-box::before {
  content: "\F02D2";
}

/* line 11204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-box-outline::before {
  content: "\F02D3";
}

/* line 11208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-broken::before {
  content: "\F02D4";
}

/* line 11212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-broken-outline::before {
  content: "\F0D14";
}

/* line 11216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-circle::before {
  content: "\F0971";
}

/* line 11220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-circle-outline::before {
  content: "\F0972";
}

/* line 11224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-flash::before {
  content: "\F0EF9";
}

/* line 11228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-half::before {
  content: "\F06DF";
}

/* line 11232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-half-full::before {
  content: "\F06DE";
}

/* line 11236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-half-outline::before {
  content: "\F06E0";
}

/* line 11240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-minus::before {
  content: "\F142F";
}

/* line 11244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-minus-outline::before {
  content: "\F1432";
}

/* line 11248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-multiple::before {
  content: "\F0A56";
}

/* line 11252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-multiple-outline::before {
  content: "\F0A57";
}

/* line 11256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-off::before {
  content: "\F0759";
}

/* line 11260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-off-outline::before {
  content: "\F1434";
}

/* line 11264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-outline::before {
  content: "\F02D5";
}

/* line 11268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-plus::before {
  content: "\F142E";
}

/* line 11272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-plus-outline::before {
  content: "\F1431";
}

/* line 11276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-pulse::before {
  content: "\F05F6";
}

/* line 11280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-remove::before {
  content: "\F1430";
}

/* line 11284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-heart-remove-outline::before {
  content: "\F1433";
}

/* line 11288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-helicopter::before {
  content: "\F0AC2";
}

/* line 11292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-help::before {
  content: "\F02D6";
}

/* line 11296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-help-box::before {
  content: "\F078B";
}

/* line 11300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-help-circle::before {
  content: "\F02D7";
}

/* line 11304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-help-circle-outline::before {
  content: "\F0625";
}

/* line 11308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-help-network::before {
  content: "\F06F5";
}

/* line 11312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-help-network-outline::before {
  content: "\F0C8A";
}

/* line 11316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-help-rhombus::before {
  content: "\F0BA5";
}

/* line 11320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-help-rhombus-outline::before {
  content: "\F0BA6";
}

/* line 11324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexadecimal::before {
  content: "\F12A7";
}

/* line 11328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon::before {
  content: "\F02D8";
}

/* line 11332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-multiple::before {
  content: "\F06E1";
}

/* line 11336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-multiple-outline::before {
  content: "\F10F2";
}

/* line 11340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-outline::before {
  content: "\F02D9";
}

/* line 11344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-slice-1::before {
  content: "\F0AC3";
}

/* line 11348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-slice-2::before {
  content: "\F0AC4";
}

/* line 11352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-slice-3::before {
  content: "\F0AC5";
}

/* line 11356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-slice-4::before {
  content: "\F0AC6";
}

/* line 11360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-slice-5::before {
  content: "\F0AC7";
}

/* line 11364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagon-slice-6::before {
  content: "\F0AC8";
}

/* line 11368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagram::before {
  content: "\F0AC9";
}

/* line 11372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hexagram-outline::before {
  content: "\F0ACA";
}

/* line 11376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-high-definition::before {
  content: "\F07CF";
}

/* line 11380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-high-definition-box::before {
  content: "\F0878";
}

/* line 11384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-highway::before {
  content: "\F05F7";
}

/* line 11388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hiking::before {
  content: "\F0D7F";
}

/* line 11392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hinduism::before {
  content: "\F0973";
}

/* line 11396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-history::before {
  content: "\F02DA";
}

/* line 11400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hockey-puck::before {
  content: "\F0879";
}

/* line 11404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hockey-sticks::before {
  content: "\F087A";
}

/* line 11408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hololens::before {
  content: "\F02DB";
}

/* line 11412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home::before {
  content: "\F02DC";
}

/* line 11416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-account::before {
  content: "\F0826";
}

/* line 11420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-alert::before {
  content: "\F087B";
}

/* line 11424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-analytics::before {
  content: "\F0EBA";
}

/* line 11428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-assistant::before {
  content: "\F07D0";
}

/* line 11432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-automation::before {
  content: "\F07D1";
}

/* line 11436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-circle::before {
  content: "\F07D2";
}

/* line 11440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-circle-outline::before {
  content: "\F104D";
}

/* line 11444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-city::before {
  content: "\F0D15";
}

/* line 11448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-city-outline::before {
  content: "\F0D16";
}

/* line 11452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-currency-usd::before {
  content: "\F08AF";
}

/* line 11456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-edit::before {
  content: "\F1159";
}

/* line 11460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-edit-outline::before {
  content: "\F115A";
}

/* line 11464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-export-outline::before {
  content: "\F0F9B";
}

/* line 11468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-flood::before {
  content: "\F0EFA";
}

/* line 11472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-0::before {
  content: "\F0DD2";
}

/* line 11476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-1::before {
  content: "\F0D80";
}

/* line 11480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-2::before {
  content: "\F0D81";
}

/* line 11484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-3::before {
  content: "\F0D82";
}

/* line 11488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-a::before {
  content: "\F0D83";
}

/* line 11492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-b::before {
  content: "\F0D84";
}

/* line 11496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-g::before {
  content: "\F0D85";
}

/* line 11500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-l::before {
  content: "\F0D86";
}

/* line 11504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-floor-negative-1::before {
  content: "\F0DD3";
}

/* line 11508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-group::before {
  content: "\F0DD4";
}

/* line 11512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-heart::before {
  content: "\F0827";
}

/* line 11516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-import-outline::before {
  content: "\F0F9C";
}

/* line 11520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-lightbulb::before {
  content: "\F1251";
}

/* line 11524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-lightbulb-outline::before {
  content: "\F1252";
}

/* line 11528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-lock::before {
  content: "\F08EB";
}

/* line 11532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-lock-open::before {
  content: "\F08EC";
}

/* line 11536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-map-marker::before {
  content: "\F05F8";
}

/* line 11540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-minus::before {
  content: "\F0974";
}

/* line 11544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-minus-outline::before {
  content: "\F13D5";
}

/* line 11548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-modern::before {
  content: "\F02DD";
}

/* line 11552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-outline::before {
  content: "\F06A1";
}

/* line 11556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-plus::before {
  content: "\F0975";
}

/* line 11560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-plus-outline::before {
  content: "\F13D6";
}

/* line 11564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-remove::before {
  content: "\F1247";
}

/* line 11568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-remove-outline::before {
  content: "\F13D7";
}

/* line 11572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-roof::before {
  content: "\F112B";
}

/* line 11576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-search::before {
  content: "\F13B0";
}

/* line 11580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-search-outline::before {
  content: "\F13B1";
}

/* line 11584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-thermometer::before {
  content: "\F0F54";
}

/* line 11588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-thermometer-outline::before {
  content: "\F0F55";
}

/* line 11592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-variant::before {
  content: "\F02DE";
}

/* line 11596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-home-variant-outline::before {
  content: "\F0BA7";
}

/* line 11600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hook::before {
  content: "\F06E2";
}

/* line 11604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hook-off::before {
  content: "\F06E3";
}

/* line 11608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hops::before {
  content: "\F02DF";
}

/* line 11612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-horizontal-rotate-clockwise::before {
  content: "\F10F3";
}

/* line 11616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-horizontal-rotate-counterclockwise::before {
  content: "\F10F4";
}

/* line 11620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-horseshoe::before {
  content: "\F0A58";
}

/* line 11624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hospital::before {
  content: "\F0FF6";
}

/* line 11628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hospital-box::before {
  content: "\F02E0";
}

/* line 11632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hospital-box-outline::before {
  content: "\F0FF7";
}

/* line 11636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hospital-building::before {
  content: "\F02E1";
}

/* line 11640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hospital-marker::before {
  content: "\F02E2";
}

/* line 11644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hot-tub::before {
  content: "\F0828";
}

/* line 11648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hours-24::before {
  content: "\F1478";
}

/* line 11652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hubspot::before {
  content: "\F0D17";
}

/* line 11656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hulu::before {
  content: "\F0829";
}

/* line 11660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human::before {
  content: "\F02E6";
}

/* line 11664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-baby-changing-table::before {
  content: "\F138B";
}

/* line 11668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-cane::before {
  content: "\F1581";
}

/* line 11672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-capacity-decrease::before {
  content: "\F159B";
}

/* line 11676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-capacity-increase::before {
  content: "\F159C";
}

/* line 11680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-child::before {
  content: "\F02E7";
}

/* line 11684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-edit::before {
  content: "\F14E8";
}

/* line 11688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-female::before {
  content: "\F0649";
}

/* line 11692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-female-boy::before {
  content: "\F0A59";
}

/* line 11696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-female-female::before {
  content: "\F0A5A";
}

/* line 11700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-female-girl::before {
  content: "\F0A5B";
}

/* line 11704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-greeting::before {
  content: "\F064A";
}

/* line 11708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-greeting-proximity::before {
  content: "\F159D";
}

/* line 11712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-handsdown::before {
  content: "\F064B";
}

/* line 11716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-handsup::before {
  content: "\F064C";
}

/* line 11720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-male::before {
  content: "\F064D";
}

/* line 11724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-male-boy::before {
  content: "\F0A5C";
}

/* line 11728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-male-child::before {
  content: "\F138C";
}

/* line 11732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-male-female::before {
  content: "\F02E8";
}

/* line 11736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-male-girl::before {
  content: "\F0A5D";
}

/* line 11740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-male-height::before {
  content: "\F0EFB";
}

/* line 11744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-male-height-variant::before {
  content: "\F0EFC";
}

/* line 11748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-male-male::before {
  content: "\F0A5E";
}

/* line 11752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-pregnant::before {
  content: "\F05CF";
}

/* line 11756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-queue::before {
  content: "\F1571";
}

/* line 11760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-scooter::before {
  content: "\F11E9";
}

/* line 11764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-human-wheelchair::before {
  content: "\F138D";
}

/* line 11768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-humble-bundle::before {
  content: "\F0744";
}

/* line 11772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hvac::before {
  content: "\F1352";
}

/* line 11776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hvac-off::before {
  content: "\F159E";
}

/* line 11780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hydraulic-oil-level::before {
  content: "\F1324";
}

/* line 11784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hydraulic-oil-temperature::before {
  content: "\F1325";
}

/* line 11788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-hydro-power::before {
  content: "\F12E5";
}

/* line 11792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ice-cream::before {
  content: "\F082A";
}

/* line 11796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ice-cream-off::before {
  content: "\F0E52";
}

/* line 11800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ice-pop::before {
  content: "\F0EFD";
}

/* line 11804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-id-card::before {
  content: "\F0FC0";
}

/* line 11808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-identifier::before {
  content: "\F0EFE";
}

/* line 11812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ideogram-cjk::before {
  content: "\F1331";
}

/* line 11816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ideogram-cjk-variant::before {
  content: "\F1332";
}

/* line 11820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe::before {
  content: "\F0C8B";
}

/* line 11824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-array::before {
  content: "\F10F5";
}

/* line 11828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-array-outline::before {
  content: "\F10F6";
}

/* line 11832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-braces::before {
  content: "\F10F7";
}

/* line 11836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-braces-outline::before {
  content: "\F10F8";
}

/* line 11840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-outline::before {
  content: "\F0C8C";
}

/* line 11844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-parentheses::before {
  content: "\F10F9";
}

/* line 11848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-parentheses-outline::before {
  content: "\F10FA";
}

/* line 11852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-variable::before {
  content: "\F10FB";
}

/* line 11856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iframe-variable-outline::before {
  content: "\F10FC";
}

/* line 11860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image::before {
  content: "\F02E9";
}

/* line 11864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-album::before {
  content: "\F02EA";
}

/* line 11868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-area::before {
  content: "\F02EB";
}

/* line 11872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-area-close::before {
  content: "\F02EC";
}

/* line 11876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-auto-adjust::before {
  content: "\F0FC1";
}

/* line 11880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-broken::before {
  content: "\F02ED";
}

/* line 11884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-broken-variant::before {
  content: "\F02EE";
}

/* line 11888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-edit::before {
  content: "\F11E3";
}

/* line 11892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-edit-outline::before {
  content: "\F11E4";
}

/* line 11896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-black-white::before {
  content: "\F02F0";
}

/* line 11900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-center-focus::before {
  content: "\F02F1";
}

/* line 11904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-center-focus-strong::before {
  content: "\F0EFF";
}

/* line 11908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-center-focus-strong-outline::before {
  content: "\F0F00";
}

/* line 11912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-center-focus-weak::before {
  content: "\F02F2";
}

/* line 11916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-drama::before {
  content: "\F02F3";
}

/* line 11920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-frames::before {
  content: "\F02F4";
}

/* line 11924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-hdr::before {
  content: "\F02F5";
}

/* line 11928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-none::before {
  content: "\F02F6";
}

/* line 11932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-tilt-shift::before {
  content: "\F02F7";
}

/* line 11936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-filter-vintage::before {
  content: "\F02F8";
}

/* line 11940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-frame::before {
  content: "\F0E49";
}

/* line 11944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-minus::before {
  content: "\F1419";
}

/* line 11948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-move::before {
  content: "\F09F8";
}

/* line 11952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-multiple::before {
  content: "\F02F9";
}

/* line 11956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-multiple-outline::before {
  content: "\F02EF";
}

/* line 11960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-off::before {
  content: "\F082B";
}

/* line 11964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-off-outline::before {
  content: "\F11D1";
}

/* line 11968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-outline::before {
  content: "\F0976";
}

/* line 11972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-plus::before {
  content: "\F087C";
}

/* line 11976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-remove::before {
  content: "\F1418";
}

/* line 11980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-search::before {
  content: "\F0977";
}

/* line 11984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-search-outline::before {
  content: "\F0978";
}

/* line 11988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-size-select-actual::before {
  content: "\F0C8D";
}

/* line 11992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-size-select-large::before {
  content: "\F0C8E";
}

/* line 11996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-image-size-select-small::before {
  content: "\F0C8F";
}

/* line 12000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-import::before {
  content: "\F02FA";
}

/* line 12004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox::before {
  content: "\F0687";
}

/* line 12008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-arrow-down::before {
  content: "\F02FB";
}

/* line 12012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-arrow-down-outline::before {
  content: "\F1270";
}

/* line 12016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-arrow-up::before {
  content: "\F03D1";
}

/* line 12020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-arrow-up-outline::before {
  content: "\F1271";
}

/* line 12024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-full::before {
  content: "\F1272";
}

/* line 12028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-full-outline::before {
  content: "\F1273";
}

/* line 12032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-multiple::before {
  content: "\F08B0";
}

/* line 12036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-multiple-outline::before {
  content: "\F0BA8";
}

/* line 12040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-outline::before {
  content: "\F1274";
}

/* line 12044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-remove::before {
  content: "\F159F";
}

/* line 12048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-inbox-remove-outline::before {
  content: "\F15A0";
}

/* line 12052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-incognito::before {
  content: "\F05F9";
}

/* line 12056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-incognito-circle::before {
  content: "\F1421";
}

/* line 12060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-incognito-circle-off::before {
  content: "\F1422";
}

/* line 12064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-incognito-off::before {
  content: "\F0075";
}

/* line 12068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-infinity::before {
  content: "\F06E4";
}

/* line 12072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-information::before {
  content: "\F02FC";
}

/* line 12076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-information-outline::before {
  content: "\F02FD";
}

/* line 12080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-information-variant::before {
  content: "\F064E";
}

/* line 12084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-instagram::before {
  content: "\F02FE";
}

/* line 12088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-instrument-triangle::before {
  content: "\F104E";
}

/* line 12092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-invert-colors::before {
  content: "\F0301";
}

/* line 12096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-invert-colors-off::before {
  content: "\F0E4A";
}

/* line 12100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iobroker::before {
  content: "\F12E8";
}

/* line 12104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ip::before {
  content: "\F0A5F";
}

/* line 12108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ip-network::before {
  content: "\F0A60";
}

/* line 12112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ip-network-outline::before {
  content: "\F0C90";
}

/* line 12116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ipod::before {
  content: "\F0C91";
}

/* line 12120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-islam::before {
  content: "\F0979";
}

/* line 12124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-island::before {
  content: "\F104F";
}

/* line 12128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-iv-bag::before {
  content: "\F10B9";
}

/* line 12132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-jabber::before {
  content: "\F0DD5";
}

/* line 12136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-jeepney::before {
  content: "\F0302";
}

/* line 12140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-jellyfish::before {
  content: "\F0F01";
}

/* line 12144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-jellyfish-outline::before {
  content: "\F0F02";
}

/* line 12148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-jira::before {
  content: "\F0303";
}

/* line 12152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-jquery::before {
  content: "\F087D";
}

/* line 12156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-jsfiddle::before {
  content: "\F0304";
}

/* line 12160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-judaism::before {
  content: "\F097A";
}

/* line 12164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-jump-rope::before {
  content: "\F12FF";
}

/* line 12168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kabaddi::before {
  content: "\F0D87";
}

/* line 12172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kangaroo::before {
  content: "\F1558";
}

/* line 12176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-karate::before {
  content: "\F082C";
}

/* line 12180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keg::before {
  content: "\F0305";
}

/* line 12184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettle::before {
  content: "\F05FA";
}

/* line 12188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettle-alert::before {
  content: "\F1317";
}

/* line 12192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettle-alert-outline::before {
  content: "\F1318";
}

/* line 12196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettle-off::before {
  content: "\F131B";
}

/* line 12200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettle-off-outline::before {
  content: "\F131C";
}

/* line 12204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettle-outline::before {
  content: "\F0F56";
}

/* line 12208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettle-steam::before {
  content: "\F1319";
}

/* line 12212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettle-steam-outline::before {
  content: "\F131A";
}

/* line 12216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kettlebell::before {
  content: "\F1300";
}

/* line 12220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key::before {
  content: "\F0306";
}

/* line 12224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-arrow-right::before {
  content: "\F1312";
}

/* line 12228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-chain::before {
  content: "\F1574";
}

/* line 12232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-chain-variant::before {
  content: "\F1575";
}

/* line 12236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-change::before {
  content: "\F0307";
}

/* line 12240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-link::before {
  content: "\F119F";
}

/* line 12244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-minus::before {
  content: "\F0308";
}

/* line 12248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-outline::before {
  content: "\F0DD6";
}

/* line 12252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-plus::before {
  content: "\F0309";
}

/* line 12256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-remove::before {
  content: "\F030A";
}

/* line 12260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-star::before {
  content: "\F119E";
}

/* line 12264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-variant::before {
  content: "\F030B";
}

/* line 12268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-key-wireless::before {
  content: "\F0FC2";
}

/* line 12272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard::before {
  content: "\F030C";
}

/* line 12276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-backspace::before {
  content: "\F030D";
}

/* line 12280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-caps::before {
  content: "\F030E";
}

/* line 12284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-close::before {
  content: "\F030F";
}

/* line 12288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-esc::before {
  content: "\F12B7";
}

/* line 12292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f1::before {
  content: "\F12AB";
}

/* line 12296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f10::before {
  content: "\F12B4";
}

/* line 12300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f11::before {
  content: "\F12B5";
}

/* line 12304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f12::before {
  content: "\F12B6";
}

/* line 12308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f2::before {
  content: "\F12AC";
}

/* line 12312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f3::before {
  content: "\F12AD";
}

/* line 12316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f4::before {
  content: "\F12AE";
}

/* line 12320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f5::before {
  content: "\F12AF";
}

/* line 12324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f6::before {
  content: "\F12B0";
}

/* line 12328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f7::before {
  content: "\F12B1";
}

/* line 12332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f8::before {
  content: "\F12B2";
}

/* line 12336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-f9::before {
  content: "\F12B3";
}

/* line 12340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-off::before {
  content: "\F0310";
}

/* line 12344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-off-outline::before {
  content: "\F0E4B";
}

/* line 12348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-outline::before {
  content: "\F097B";
}

/* line 12352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-return::before {
  content: "\F0311";
}

/* line 12356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-settings::before {
  content: "\F09F9";
}

/* line 12360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-settings-outline::before {
  content: "\F09FA";
}

/* line 12364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-space::before {
  content: "\F1050";
}

/* line 12368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-tab::before {
  content: "\F0312";
}

/* line 12372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-keyboard-variant::before {
  content: "\F0313";
}

/* line 12376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-khanda::before {
  content: "\F10FD";
}

/* line 12380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kickstarter::before {
  content: "\F0745";
}

/* line 12384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-klingon::before {
  content: "\F135B";
}

/* line 12388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-knife::before {
  content: "\F09FB";
}

/* line 12392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-knife-military::before {
  content: "\F09FC";
}

/* line 12396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kodi::before {
  content: "\F0314";
}

/* line 12400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-kubernetes::before {
  content: "\F10FE";
}

/* line 12404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label::before {
  content: "\F0315";
}

/* line 12408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-multiple::before {
  content: "\F1375";
}

/* line 12412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-multiple-outline::before {
  content: "\F1376";
}

/* line 12416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-off::before {
  content: "\F0ACB";
}

/* line 12420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-off-outline::before {
  content: "\F0ACC";
}

/* line 12424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-outline::before {
  content: "\F0316";
}

/* line 12428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-percent::before {
  content: "\F12EA";
}

/* line 12432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-percent-outline::before {
  content: "\F12EB";
}

/* line 12436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-variant::before {
  content: "\F0ACD";
}

/* line 12440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-label-variant-outline::before {
  content: "\F0ACE";
}

/* line 12444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ladder::before {
  content: "\F15A2";
}

/* line 12448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ladybug::before {
  content: "\F082D";
}

/* line 12452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lambda::before {
  content: "\F0627";
}

/* line 12456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lamp::before {
  content: "\F06B5";
}

/* line 12460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lamps::before {
  content: "\F1576";
}

/* line 12464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lan::before {
  content: "\F0317";
}

/* line 12468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lan-check::before {
  content: "\F12AA";
}

/* line 12472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lan-connect::before {
  content: "\F0318";
}

/* line 12476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lan-disconnect::before {
  content: "\F0319";
}

/* line 12480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lan-pending::before {
  content: "\F031A";
}

/* line 12484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-c::before {
  content: "\F0671";
}

/* line 12488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-cpp::before {
  content: "\F0672";
}

/* line 12492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-csharp::before {
  content: "\F031B";
}

/* line 12496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-css3::before {
  content: "\F031C";
}

/* line 12500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-fortran::before {
  content: "\F121A";
}

/* line 12504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-go::before {
  content: "\F07D3";
}

/* line 12508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-haskell::before {
  content: "\F0C92";
}

/* line 12512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-html5::before {
  content: "\F031D";
}

/* line 12516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-java::before {
  content: "\F0B37";
}

/* line 12520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-javascript::before {
  content: "\F031E";
}

/* line 12524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-kotlin::before {
  content: "\F1219";
}

/* line 12528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-lua::before {
  content: "\F08B1";
}

/* line 12532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-markdown::before {
  content: "\F0354";
}

/* line 12536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-markdown-outline::before {
  content: "\F0F5B";
}

/* line 12540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-php::before {
  content: "\F031F";
}

/* line 12544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-python::before {
  content: "\F0320";
}

/* line 12548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-r::before {
  content: "\F07D4";
}

/* line 12552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-ruby::before {
  content: "\F0D2D";
}

/* line 12556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-ruby-on-rails::before {
  content: "\F0ACF";
}

/* line 12560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-swift::before {
  content: "\F06E5";
}

/* line 12564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-typescript::before {
  content: "\F06E6";
}

/* line 12568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-language-xaml::before {
  content: "\F0673";
}

/* line 12572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-laptop::before {
  content: "\F0322";
}

/* line 12576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-laptop-chromebook::before {
  content: "\F0323";
}

/* line 12580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-laptop-mac::before {
  content: "\F0324";
}

/* line 12584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-laptop-off::before {
  content: "\F06E7";
}

/* line 12588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-laptop-windows::before {
  content: "\F0325";
}

/* line 12592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-laravel::before {
  content: "\F0AD0";
}

/* line 12596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-laser-pointer::before {
  content: "\F1484";
}

/* line 12600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lasso::before {
  content: "\F0F03";
}

/* line 12604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lastpass::before {
  content: "\F0446";
}

/* line 12608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-latitude::before {
  content: "\F0F57";
}

/* line 12612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-launch::before {
  content: "\F0327";
}

/* line 12616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lava-lamp::before {
  content: "\F07D5";
}

/* line 12620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers::before {
  content: "\F0328";
}

/* line 12624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-minus::before {
  content: "\F0E4C";
}

/* line 12628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-off::before {
  content: "\F0329";
}

/* line 12632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-off-outline::before {
  content: "\F09FD";
}

/* line 12636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-outline::before {
  content: "\F09FE";
}

/* line 12640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-plus::before {
  content: "\F0E4D";
}

/* line 12644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-remove::before {
  content: "\F0E4E";
}

/* line 12648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-search::before {
  content: "\F1206";
}

/* line 12652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-search-outline::before {
  content: "\F1207";
}

/* line 12656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-triple::before {
  content: "\F0F58";
}

/* line 12660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-layers-triple-outline::before {
  content: "\F0F59";
}

/* line 12664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lead-pencil::before {
  content: "\F064F";
}

/* line 12668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-leaf::before {
  content: "\F032A";
}

/* line 12672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-leaf-maple::before {
  content: "\F0C93";
}

/* line 12676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-leaf-maple-off::before {
  content: "\F12DA";
}

/* line 12680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-leaf-off::before {
  content: "\F12D9";
}

/* line 12684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-leak::before {
  content: "\F0DD7";
}

/* line 12688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-leak-off::before {
  content: "\F0DD8";
}

/* line 12692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-led-off::before {
  content: "\F032B";
}

/* line 12696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-led-on::before {
  content: "\F032C";
}

/* line 12700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-led-outline::before {
  content: "\F032D";
}

/* line 12704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-led-strip::before {
  content: "\F07D6";
}

/* line 12708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-led-strip-variant::before {
  content: "\F1051";
}

/* line 12712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-led-variant-off::before {
  content: "\F032E";
}

/* line 12716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-led-variant-on::before {
  content: "\F032F";
}

/* line 12720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-led-variant-outline::before {
  content: "\F0330";
}

/* line 12724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-leek::before {
  content: "\F117D";
}

/* line 12728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-less-than::before {
  content: "\F097C";
}

/* line 12732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-less-than-or-equal::before {
  content: "\F097D";
}

/* line 12736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-library::before {
  content: "\F0331";
}

/* line 12740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-library-shelves::before {
  content: "\F0BA9";
}

/* line 12744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-license::before {
  content: "\F0FC3";
}

/* line 12748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lifebuoy::before {
  content: "\F087E";
}

/* line 12752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-light-switch::before {
  content: "\F097E";
}

/* line 12756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb::before {
  content: "\F0335";
}

/* line 12760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-cfl::before {
  content: "\F1208";
}

/* line 12764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-cfl-off::before {
  content: "\F1209";
}

/* line 12768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-cfl-spiral::before {
  content: "\F1275";
}

/* line 12772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-cfl-spiral-off::before {
  content: "\F12C3";
}

/* line 12776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-group::before {
  content: "\F1253";
}

/* line 12780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-group-off::before {
  content: "\F12CD";
}

/* line 12784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-group-off-outline::before {
  content: "\F12CE";
}

/* line 12788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-group-outline::before {
  content: "\F1254";
}

/* line 12792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-multiple::before {
  content: "\F1255";
}

/* line 12796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-multiple-off::before {
  content: "\F12CF";
}

/* line 12800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-multiple-off-outline::before {
  content: "\F12D0";
}

/* line 12804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-multiple-outline::before {
  content: "\F1256";
}

/* line 12808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-off::before {
  content: "\F0E4F";
}

/* line 12812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-off-outline::before {
  content: "\F0E50";
}

/* line 12816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-on::before {
  content: "\F06E8";
}

/* line 12820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-on-outline::before {
  content: "\F06E9";
}

/* line 12824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightbulb-outline::before {
  content: "\F0336";
}

/* line 12828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lighthouse::before {
  content: "\F09FF";
}

/* line 12832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lighthouse-on::before {
  content: "\F0A00";
}

/* line 12836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightning-bolt::before {
  content: "\F140B";
}

/* line 12840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lightning-bolt-outline::before {
  content: "\F140C";
}

/* line 12844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lingerie::before {
  content: "\F1476";
}

/* line 12848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link::before {
  content: "\F0337";
}

/* line 12852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-box::before {
  content: "\F0D1A";
}

/* line 12856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-box-outline::before {
  content: "\F0D1B";
}

/* line 12860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-box-variant::before {
  content: "\F0D1C";
}

/* line 12864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-box-variant-outline::before {
  content: "\F0D1D";
}

/* line 12868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-lock::before {
  content: "\F10BA";
}

/* line 12872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-off::before {
  content: "\F0338";
}

/* line 12876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-plus::before {
  content: "\F0C94";
}

/* line 12880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-variant::before {
  content: "\F0339";
}

/* line 12884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-variant-minus::before {
  content: "\F10FF";
}

/* line 12888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-variant-off::before {
  content: "\F033A";
}

/* line 12892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-variant-plus::before {
  content: "\F1100";
}

/* line 12896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-link-variant-remove::before {
  content: "\F1101";
}

/* line 12900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-linkedin::before {
  content: "\F033B";
}

/* line 12904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-linux::before {
  content: "\F033D";
}

/* line 12908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-linux-mint::before {
  content: "\F08ED";
}

/* line 12912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lipstick::before {
  content: "\F13B5";
}

/* line 12916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-list-status::before {
  content: "\F15AB";
}

/* line 12920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-litecoin::before {
  content: "\F0A61";
}

/* line 12924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-loading::before {
  content: "\F0772";
}

/* line 12928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-location-enter::before {
  content: "\F0FC4";
}

/* line 12932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-location-exit::before {
  content: "\F0FC5";
}

/* line 12936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock::before {
  content: "\F033E";
}

/* line 12940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-alert::before {
  content: "\F08EE";
}

/* line 12944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-check::before {
  content: "\F139A";
}

/* line 12948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-clock::before {
  content: "\F097F";
}

/* line 12952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-open::before {
  content: "\F033F";
}

/* line 12956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-open-alert::before {
  content: "\F139B";
}

/* line 12960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-open-check::before {
  content: "\F139C";
}

/* line 12964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-open-outline::before {
  content: "\F0340";
}

/* line 12968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-open-variant::before {
  content: "\F0FC6";
}

/* line 12972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-open-variant-outline::before {
  content: "\F0FC7";
}

/* line 12976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-outline::before {
  content: "\F0341";
}

/* line 12980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-pattern::before {
  content: "\F06EA";
}

/* line 12984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-plus::before {
  content: "\F05FB";
}

/* line 12988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-question::before {
  content: "\F08EF";
}

/* line 12992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-reset::before {
  content: "\F0773";
}

/* line 12996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lock-smart::before {
  content: "\F08B2";
}

/* line 13000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-locker::before {
  content: "\F07D7";
}

/* line 13004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-locker-multiple::before {
  content: "\F07D8";
}

/* line 13008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-login::before {
  content: "\F0342";
}

/* line 13012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-login-variant::before {
  content: "\F05FC";
}

/* line 13016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-logout::before {
  content: "\F0343";
}

/* line 13020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-logout-variant::before {
  content: "\F05FD";
}

/* line 13024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-longitude::before {
  content: "\F0F5A";
}

/* line 13028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-looks::before {
  content: "\F0344";
}

/* line 13032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lotion::before {
  content: "\F1582";
}

/* line 13036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lotion-outline::before {
  content: "\F1583";
}

/* line 13040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lotion-plus::before {
  content: "\F1584";
}

/* line 13044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lotion-plus-outline::before {
  content: "\F1585";
}

/* line 13048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-loupe::before {
  content: "\F0345";
}

/* line 13052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lumx::before {
  content: "\F0346";
}

/* line 13056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-lungs::before {
  content: "\F1084";
}

/* line 13060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnet::before {
  content: "\F0347";
}

/* line 13064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnet-on::before {
  content: "\F0348";
}

/* line 13068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify::before {
  content: "\F0349";
}

/* line 13072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-close::before {
  content: "\F0980";
}

/* line 13076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-minus::before {
  content: "\F034A";
}

/* line 13080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-minus-cursor::before {
  content: "\F0A62";
}

/* line 13084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-minus-outline::before {
  content: "\F06EC";
}

/* line 13088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-plus::before {
  content: "\F034B";
}

/* line 13092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-plus-cursor::before {
  content: "\F0A63";
}

/* line 13096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-plus-outline::before {
  content: "\F06ED";
}

/* line 13100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-remove-cursor::before {
  content: "\F120C";
}

/* line 13104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-remove-outline::before {
  content: "\F120D";
}

/* line 13108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-magnify-scan::before {
  content: "\F1276";
}

/* line 13112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mail::before {
  content: "\F0EBB";
}

/* line 13116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mailbox::before {
  content: "\F06EE";
}

/* line 13120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mailbox-open::before {
  content: "\F0D88";
}

/* line 13124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mailbox-open-outline::before {
  content: "\F0D89";
}

/* line 13128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mailbox-open-up::before {
  content: "\F0D8A";
}

/* line 13132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mailbox-open-up-outline::before {
  content: "\F0D8B";
}

/* line 13136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mailbox-outline::before {
  content: "\F0D8C";
}

/* line 13140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mailbox-up::before {
  content: "\F0D8D";
}

/* line 13144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mailbox-up-outline::before {
  content: "\F0D8E";
}

/* line 13148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map::before {
  content: "\F034D";
}

/* line 13152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-check::before {
  content: "\F0EBC";
}

/* line 13156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-check-outline::before {
  content: "\F0EBD";
}

/* line 13160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-clock::before {
  content: "\F0D1E";
}

/* line 13164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-clock-outline::before {
  content: "\F0D1F";
}

/* line 13168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-legend::before {
  content: "\F0A01";
}

/* line 13172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker::before {
  content: "\F034E";
}

/* line 13176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-alert::before {
  content: "\F0F05";
}

/* line 13180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-alert-outline::before {
  content: "\F0F06";
}

/* line 13184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-check::before {
  content: "\F0C95";
}

/* line 13188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-check-outline::before {
  content: "\F12FB";
}

/* line 13192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-circle::before {
  content: "\F034F";
}

/* line 13196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-distance::before {
  content: "\F08F0";
}

/* line 13200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-down::before {
  content: "\F1102";
}

/* line 13204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-left::before {
  content: "\F12DB";
}

/* line 13208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-left-outline::before {
  content: "\F12DD";
}

/* line 13212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-minus::before {
  content: "\F0650";
}

/* line 13216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-minus-outline::before {
  content: "\F12F9";
}

/* line 13220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-multiple::before {
  content: "\F0350";
}

/* line 13224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-multiple-outline::before {
  content: "\F1277";
}

/* line 13228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-off::before {
  content: "\F0351";
}

/* line 13232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-off-outline::before {
  content: "\F12FD";
}

/* line 13236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-outline::before {
  content: "\F07D9";
}

/* line 13240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-path::before {
  content: "\F0D20";
}

/* line 13244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-plus::before {
  content: "\F0651";
}

/* line 13248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-plus-outline::before {
  content: "\F12F8";
}

/* line 13252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-question::before {
  content: "\F0F07";
}

/* line 13256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-question-outline::before {
  content: "\F0F08";
}

/* line 13260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-radius::before {
  content: "\F0352";
}

/* line 13264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-radius-outline::before {
  content: "\F12FC";
}

/* line 13268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-remove::before {
  content: "\F0F09";
}

/* line 13272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-remove-outline::before {
  content: "\F12FA";
}

/* line 13276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-remove-variant::before {
  content: "\F0F0A";
}

/* line 13280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-right::before {
  content: "\F12DC";
}

/* line 13284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-right-outline::before {
  content: "\F12DE";
}

/* line 13288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-marker-up::before {
  content: "\F1103";
}

/* line 13292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-minus::before {
  content: "\F0981";
}

/* line 13296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-outline::before {
  content: "\F0982";
}

/* line 13300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-plus::before {
  content: "\F0983";
}

/* line 13304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-search::before {
  content: "\F0984";
}

/* line 13308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-map-search-outline::before {
  content: "\F0985";
}

/* line 13312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mapbox::before {
  content: "\F0BAA";
}

/* line 13316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-margin::before {
  content: "\F0353";
}

/* line 13320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-marker::before {
  content: "\F0652";
}

/* line 13324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-marker-cancel::before {
  content: "\F0DD9";
}

/* line 13328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-marker-check::before {
  content: "\F0355";
}

/* line 13332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mastodon::before {
  content: "\F0AD1";
}

/* line 13336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-material-design::before {
  content: "\F0986";
}

/* line 13340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-material-ui::before {
  content: "\F0357";
}

/* line 13344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-compass::before {
  content: "\F0358";
}

/* line 13348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-cos::before {
  content: "\F0C96";
}

/* line 13352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-integral::before {
  content: "\F0FC8";
}

/* line 13356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-integral-box::before {
  content: "\F0FC9";
}

/* line 13360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-log::before {
  content: "\F1085";
}

/* line 13364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-norm::before {
  content: "\F0FCA";
}

/* line 13368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-norm-box::before {
  content: "\F0FCB";
}

/* line 13372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-sin::before {
  content: "\F0C97";
}

/* line 13376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-math-tan::before {
  content: "\F0C98";
}

/* line 13380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-matrix::before {
  content: "\F0628";
}

/* line 13384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-medal::before {
  content: "\F0987";
}

/* line 13388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-medal-outline::before {
  content: "\F1326";
}

/* line 13392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-medical-bag::before {
  content: "\F06EF";
}

/* line 13396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-meditation::before {
  content: "\F117B";
}

/* line 13400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-memory::before {
  content: "\F035B";
}

/* line 13404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu::before {
  content: "\F035C";
}

/* line 13408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-down::before {
  content: "\F035D";
}

/* line 13412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-down-outline::before {
  content: "\F06B6";
}

/* line 13416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-left::before {
  content: "\F035E";
}

/* line 13420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-left-outline::before {
  content: "\F0A02";
}

/* line 13424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-open::before {
  content: "\F0BAB";
}

/* line 13428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-right::before {
  content: "\F035F";
}

/* line 13432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-right-outline::before {
  content: "\F0A03";
}

/* line 13436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-swap::before {
  content: "\F0A64";
}

/* line 13440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-swap-outline::before {
  content: "\F0A65";
}

/* line 13444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-up::before {
  content: "\F0360";
}

/* line 13448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-menu-up-outline::before {
  content: "\F06B7";
}

/* line 13452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-merge::before {
  content: "\F0F5C";
}

/* line 13456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message::before {
  content: "\F0361";
}

/* line 13460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-alert::before {
  content: "\F0362";
}

/* line 13464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-alert-outline::before {
  content: "\F0A04";
}

/* line 13468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-arrow-left::before {
  content: "\F12F2";
}

/* line 13472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-arrow-left-outline::before {
  content: "\F12F3";
}

/* line 13476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-arrow-right::before {
  content: "\F12F4";
}

/* line 13480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-arrow-right-outline::before {
  content: "\F12F5";
}

/* line 13484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-bookmark::before {
  content: "\F15AC";
}

/* line 13488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-bookmark-outline::before {
  content: "\F15AD";
}

/* line 13492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-bulleted::before {
  content: "\F06A2";
}

/* line 13496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-bulleted-off::before {
  content: "\F06A3";
}

/* line 13500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-cog::before {
  content: "\F06F1";
}

/* line 13504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-cog-outline::before {
  content: "\F1172";
}

/* line 13508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-draw::before {
  content: "\F0363";
}

/* line 13512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-flash::before {
  content: "\F15A9";
}

/* line 13516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-flash-outline::before {
  content: "\F15AA";
}

/* line 13520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-image::before {
  content: "\F0364";
}

/* line 13524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-image-outline::before {
  content: "\F116C";
}

/* line 13528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-lock::before {
  content: "\F0FCC";
}

/* line 13532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-lock-outline::before {
  content: "\F116D";
}

/* line 13536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-minus::before {
  content: "\F116E";
}

/* line 13540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-minus-outline::before {
  content: "\F116F";
}

/* line 13544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-outline::before {
  content: "\F0365";
}

/* line 13548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-plus::before {
  content: "\F0653";
}

/* line 13552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-plus-outline::before {
  content: "\F10BB";
}

/* line 13556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-processing::before {
  content: "\F0366";
}

/* line 13560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-processing-outline::before {
  content: "\F1170";
}

/* line 13564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-reply::before {
  content: "\F0367";
}

/* line 13568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-reply-text::before {
  content: "\F0368";
}

/* line 13572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-settings::before {
  content: "\F06F0";
}

/* line 13576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-settings-outline::before {
  content: "\F1171";
}

/* line 13580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-text::before {
  content: "\F0369";
}

/* line 13584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-text-clock::before {
  content: "\F1173";
}

/* line 13588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-text-clock-outline::before {
  content: "\F1174";
}

/* line 13592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-text-lock::before {
  content: "\F0FCD";
}

/* line 13596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-text-lock-outline::before {
  content: "\F1175";
}

/* line 13600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-text-outline::before {
  content: "\F036A";
}

/* line 13604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-message-video::before {
  content: "\F036B";
}

/* line 13608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-meteor::before {
  content: "\F0629";
}

/* line 13612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-metronome::before {
  content: "\F07DA";
}

/* line 13616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-metronome-tick::before {
  content: "\F07DB";
}

/* line 13620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-micro-sd::before {
  content: "\F07DC";
}

/* line 13624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microphone::before {
  content: "\F036C";
}

/* line 13628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microphone-minus::before {
  content: "\F08B3";
}

/* line 13632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microphone-off::before {
  content: "\F036D";
}

/* line 13636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microphone-outline::before {
  content: "\F036E";
}

/* line 13640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microphone-plus::before {
  content: "\F08B4";
}

/* line 13644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microphone-settings::before {
  content: "\F036F";
}

/* line 13648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microphone-variant::before {
  content: "\F0370";
}

/* line 13652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microphone-variant-off::before {
  content: "\F0371";
}

/* line 13656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microscope::before {
  content: "\F0654";
}

/* line 13660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft::before {
  content: "\F0372";
}

/* line 13664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-access::before {
  content: "\F138E";
}

/* line 13668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-azure::before {
  content: "\F0805";
}

/* line 13672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-azure-devops::before {
  content: "\F0FD5";
}

/* line 13676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-bing::before {
  content: "\F00A4";
}

/* line 13680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-dynamics-365::before {
  content: "\F0988";
}

/* line 13684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-edge::before {
  content: "\F01E9";
}

/* line 13688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-edge-legacy::before {
  content: "\F1250";
}

/* line 13692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-excel::before {
  content: "\F138F";
}

/* line 13696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-internet-explorer::before {
  content: "\F0300";
}

/* line 13700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-office::before {
  content: "\F03C6";
}

/* line 13704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-onedrive::before {
  content: "\F03CA";
}

/* line 13708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-onenote::before {
  content: "\F0747";
}

/* line 13712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-outlook::before {
  content: "\F0D22";
}

/* line 13716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-powerpoint::before {
  content: "\F1390";
}

/* line 13720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-sharepoint::before {
  content: "\F1391";
}

/* line 13724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-teams::before {
  content: "\F02BB";
}

/* line 13728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-visual-studio::before {
  content: "\F0610";
}

/* line 13732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-visual-studio-code::before {
  content: "\F0A1E";
}

/* line 13736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-windows::before {
  content: "\F05B3";
}

/* line 13740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-windows-classic::before {
  content: "\F0A21";
}

/* line 13744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-word::before {
  content: "\F1392";
}

/* line 13748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox::before {
  content: "\F05B9";
}

/* line 13752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller::before {
  content: "\F05BA";
}

/* line 13756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-battery-alert::before {
  content: "\F074B";
}

/* line 13760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-battery-charging::before {
  content: "\F0A22";
}

/* line 13764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-battery-empty::before {
  content: "\F074C";
}

/* line 13768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-battery-full::before {
  content: "\F074D";
}

/* line 13772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-battery-low::before {
  content: "\F074E";
}

/* line 13776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-battery-medium::before {
  content: "\F074F";
}

/* line 13780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-battery-unknown::before {
  content: "\F0750";
}

/* line 13784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-menu::before {
  content: "\F0E6F";
}

/* line 13788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-off::before {
  content: "\F05BB";
}

/* line 13792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-xbox-controller-view::before {
  content: "\F0E70";
}

/* line 13796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microsoft-yammer::before {
  content: "\F0789";
}

/* line 13800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microwave::before {
  content: "\F0C99";
}

/* line 13804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-microwave-off::before {
  content: "\F1423";
}

/* line 13808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-middleware::before {
  content: "\F0F5D";
}

/* line 13812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-middleware-outline::before {
  content: "\F0F5E";
}

/* line 13816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-midi::before {
  content: "\F08F1";
}

/* line 13820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-midi-port::before {
  content: "\F08F2";
}

/* line 13824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mine::before {
  content: "\F0DDA";
}

/* line 13828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minecraft::before {
  content: "\F0373";
}

/* line 13832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mini-sd::before {
  content: "\F0A05";
}

/* line 13836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minidisc::before {
  content: "\F0A06";
}

/* line 13840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus::before {
  content: "\F0374";
}

/* line 13844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-box::before {
  content: "\F0375";
}

/* line 13848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-box-multiple::before {
  content: "\F1141";
}

/* line 13852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-box-multiple-outline::before {
  content: "\F1142";
}

/* line 13856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-box-outline::before {
  content: "\F06F2";
}

/* line 13860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-circle::before {
  content: "\F0376";
}

/* line 13864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-circle-multiple::before {
  content: "\F035A";
}

/* line 13868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-circle-multiple-outline::before {
  content: "\F0AD3";
}

/* line 13872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-circle-off::before {
  content: "\F1459";
}

/* line 13876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-circle-off-outline::before {
  content: "\F145A";
}

/* line 13880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-circle-outline::before {
  content: "\F0377";
}

/* line 13884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-network::before {
  content: "\F0378";
}

/* line 13888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-minus-network-outline::before {
  content: "\F0C9A";
}

/* line 13892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mirror::before {
  content: "\F11FD";
}

/* line 13896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mixed-martial-arts::before {
  content: "\F0D8F";
}

/* line 13900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mixed-reality::before {
  content: "\F087F";
}

/* line 13904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-molecule::before {
  content: "\F0BAC";
}

/* line 13908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-molecule-co::before {
  content: "\F12FE";
}

/* line 13912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-molecule-co2::before {
  content: "\F07E4";
}

/* line 13916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor::before {
  content: "\F0379";
}

/* line 13920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-cellphone::before {
  content: "\F0989";
}

/* line 13924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-cellphone-star::before {
  content: "\F098A";
}

/* line 13928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-clean::before {
  content: "\F1104";
}

/* line 13932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-dashboard::before {
  content: "\F0A07";
}

/* line 13936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-edit::before {
  content: "\F12C6";
}

/* line 13940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-eye::before {
  content: "\F13B4";
}

/* line 13944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-lock::before {
  content: "\F0DDB";
}

/* line 13948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-multiple::before {
  content: "\F037A";
}

/* line 13952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-off::before {
  content: "\F0D90";
}

/* line 13956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-screenshot::before {
  content: "\F0E51";
}

/* line 13960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-share::before {
  content: "\F1483";
}

/* line 13964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-speaker::before {
  content: "\F0F5F";
}

/* line 13968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-speaker-off::before {
  content: "\F0F60";
}

/* line 13972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-monitor-star::before {
  content: "\F0DDC";
}

/* line 13976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moon-first-quarter::before {
  content: "\F0F61";
}

/* line 13980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moon-full::before {
  content: "\F0F62";
}

/* line 13984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moon-last-quarter::before {
  content: "\F0F63";
}

/* line 13988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moon-new::before {
  content: "\F0F64";
}

/* line 13992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moon-waning-crescent::before {
  content: "\F0F65";
}

/* line 13996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moon-waning-gibbous::before {
  content: "\F0F66";
}

/* line 14000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moon-waxing-crescent::before {
  content: "\F0F67";
}

/* line 14004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moon-waxing-gibbous::before {
  content: "\F0F68";
}

/* line 14008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-moped::before {
  content: "\F1086";
}

/* line 14012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-more::before {
  content: "\F037B";
}

/* line 14016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mother-heart::before {
  content: "\F1314";
}

/* line 14020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mother-nurse::before {
  content: "\F0D21";
}

/* line 14024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motion::before {
  content: "\F15B2";
}

/* line 14028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motion-outline::before {
  content: "\F15B3";
}

/* line 14032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motion-pause::before {
  content: "\F1590";
}

/* line 14036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motion-pause-outline::before {
  content: "\F1592";
}

/* line 14040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motion-play::before {
  content: "\F158F";
}

/* line 14044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motion-play-outline::before {
  content: "\F1591";
}

/* line 14048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motion-sensor::before {
  content: "\F0D91";
}

/* line 14052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motion-sensor-off::before {
  content: "\F1435";
}

/* line 14056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-motorbike::before {
  content: "\F037C";
}

/* line 14060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mouse::before {
  content: "\F037D";
}

/* line 14064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mouse-bluetooth::before {
  content: "\F098B";
}

/* line 14068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mouse-move-down::before {
  content: "\F1550";
}

/* line 14072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mouse-move-up::before {
  content: "\F1551";
}

/* line 14076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mouse-move-vertical::before {
  content: "\F1552";
}

/* line 14080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mouse-off::before {
  content: "\F037E";
}

/* line 14084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mouse-variant::before {
  content: "\F037F";
}

/* line 14088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mouse-variant-off::before {
  content: "\F0380";
}

/* line 14092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-move-resize::before {
  content: "\F0655";
}

/* line 14096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-move-resize-variant::before {
  content: "\F0656";
}

/* line 14100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie::before {
  content: "\F0381";
}

/* line 14104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-edit::before {
  content: "\F1122";
}

/* line 14108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-edit-outline::before {
  content: "\F1123";
}

/* line 14112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-filter::before {
  content: "\F1124";
}

/* line 14116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-filter-outline::before {
  content: "\F1125";
}

/* line 14120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-open::before {
  content: "\F0FCE";
}

/* line 14124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-open-outline::before {
  content: "\F0FCF";
}

/* line 14128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-outline::before {
  content: "\F0DDD";
}

/* line 14132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-roll::before {
  content: "\F07DE";
}

/* line 14136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-search::before {
  content: "\F11D2";
}

/* line 14140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-movie-search-outline::before {
  content: "\F11D3";
}

/* line 14144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-muffin::before {
  content: "\F098C";
}

/* line 14148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-multiplication::before {
  content: "\F0382";
}

/* line 14152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-multiplication-box::before {
  content: "\F0383";
}

/* line 14156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mushroom::before {
  content: "\F07DF";
}

/* line 14160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mushroom-off::before {
  content: "\F13FA";
}

/* line 14164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mushroom-off-outline::before {
  content: "\F13FB";
}

/* line 14168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-mushroom-outline::before {
  content: "\F07E0";
}

/* line 14172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music::before {
  content: "\F075A";
}

/* line 14176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-accidental-double-flat::before {
  content: "\F0F69";
}

/* line 14180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-accidental-double-sharp::before {
  content: "\F0F6A";
}

/* line 14184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-accidental-flat::before {
  content: "\F0F6B";
}

/* line 14188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-accidental-natural::before {
  content: "\F0F6C";
}

/* line 14192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-accidental-sharp::before {
  content: "\F0F6D";
}

/* line 14196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-box::before {
  content: "\F0384";
}

/* line 14200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-box-multiple::before {
  content: "\F0333";
}

/* line 14204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-box-multiple-outline::before {
  content: "\F0F04";
}

/* line 14208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-box-outline::before {
  content: "\F0385";
}

/* line 14212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-circle::before {
  content: "\F0386";
}

/* line 14216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-circle-outline::before {
  content: "\F0AD4";
}

/* line 14220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-clef-alto::before {
  content: "\F0F6E";
}

/* line 14224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-clef-bass::before {
  content: "\F0F6F";
}

/* line 14228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-clef-treble::before {
  content: "\F0F70";
}

/* line 14232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note::before {
  content: "\F0387";
}

/* line 14236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-bluetooth::before {
  content: "\F05FE";
}

/* line 14240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-bluetooth-off::before {
  content: "\F05FF";
}

/* line 14244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-eighth::before {
  content: "\F0388";
}

/* line 14248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-eighth-dotted::before {
  content: "\F0F71";
}

/* line 14252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-half::before {
  content: "\F0389";
}

/* line 14256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-half-dotted::before {
  content: "\F0F72";
}

/* line 14260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-off::before {
  content: "\F038A";
}

/* line 14264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-off-outline::before {
  content: "\F0F73";
}

/* line 14268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-outline::before {
  content: "\F0F74";
}

/* line 14272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-plus::before {
  content: "\F0DDE";
}

/* line 14276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-quarter::before {
  content: "\F038B";
}

/* line 14280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-quarter-dotted::before {
  content: "\F0F75";
}

/* line 14284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-sixteenth::before {
  content: "\F038C";
}

/* line 14288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-sixteenth-dotted::before {
  content: "\F0F76";
}

/* line 14292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-whole::before {
  content: "\F038D";
}

/* line 14296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-note-whole-dotted::before {
  content: "\F0F77";
}

/* line 14300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-off::before {
  content: "\F075B";
}

/* line 14304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-rest-eighth::before {
  content: "\F0F78";
}

/* line 14308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-rest-half::before {
  content: "\F0F79";
}

/* line 14312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-rest-quarter::before {
  content: "\F0F7A";
}

/* line 14316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-rest-sixteenth::before {
  content: "\F0F7B";
}

/* line 14320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-music-rest-whole::before {
  content: "\F0F7C";
}

/* line 14324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nail::before {
  content: "\F0DDF";
}

/* line 14328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nas::before {
  content: "\F08F3";
}

/* line 14332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nativescript::before {
  content: "\F0880";
}

/* line 14336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nature::before {
  content: "\F038E";
}

/* line 14340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nature-people::before {
  content: "\F038F";
}

/* line 14344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-navigation::before {
  content: "\F0390";
}

/* line 14348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-near-me::before {
  content: "\F05CD";
}

/* line 14352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-necklace::before {
  content: "\F0F0B";
}

/* line 14356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-needle::before {
  content: "\F0391";
}

/* line 14360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-netflix::before {
  content: "\F0746";
}

/* line 14364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network::before {
  content: "\F06F3";
}

/* line 14368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-off::before {
  content: "\F0C9B";
}

/* line 14372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-off-outline::before {
  content: "\F0C9C";
}

/* line 14376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-outline::before {
  content: "\F0C9D";
}

/* line 14380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-1::before {
  content: "\F08F4";
}

/* line 14384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-1-alert::before {
  content: "\F08F5";
}

/* line 14388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-2::before {
  content: "\F08F6";
}

/* line 14392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-2-alert::before {
  content: "\F08F7";
}

/* line 14396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-3::before {
  content: "\F08F8";
}

/* line 14400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-3-alert::before {
  content: "\F08F9";
}

/* line 14404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-4::before {
  content: "\F08FA";
}

/* line 14408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-4-alert::before {
  content: "\F08FB";
}

/* line 14412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-off::before {
  content: "\F08FC";
}

/* line 14416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-off-outline::before {
  content: "\F08FD";
}

/* line 14420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-network-strength-outline::before {
  content: "\F08FE";
}

/* line 14424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-new-box::before {
  content: "\F0394";
}

/* line 14428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-newspaper::before {
  content: "\F0395";
}

/* line 14432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-newspaper-minus::before {
  content: "\F0F0C";
}

/* line 14436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-newspaper-plus::before {
  content: "\F0F0D";
}

/* line 14440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-newspaper-variant::before {
  content: "\F1001";
}

/* line 14444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-newspaper-variant-multiple::before {
  content: "\F1002";
}

/* line 14448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-newspaper-variant-multiple-outline::before {
  content: "\F1003";
}

/* line 14452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-newspaper-variant-outline::before {
  content: "\F1004";
}

/* line 14456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nfc::before {
  content: "\F0396";
}

/* line 14460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nfc-search-variant::before {
  content: "\F0E53";
}

/* line 14464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nfc-tap::before {
  content: "\F0397";
}

/* line 14468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nfc-variant::before {
  content: "\F0398";
}

/* line 14472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nfc-variant-off::before {
  content: "\F0E54";
}

/* line 14476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ninja::before {
  content: "\F0774";
}

/* line 14480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nintendo-game-boy::before {
  content: "\F1393";
}

/* line 14484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nintendo-switch::before {
  content: "\F07E1";
}

/* line 14488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nintendo-wii::before {
  content: "\F05AB";
}

/* line 14492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nintendo-wiiu::before {
  content: "\F072D";
}

/* line 14496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nix::before {
  content: "\F1105";
}

/* line 14500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nodejs::before {
  content: "\F0399";
}

/* line 14504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-noodles::before {
  content: "\F117E";
}

/* line 14508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-not-equal::before {
  content: "\F098D";
}

/* line 14512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-not-equal-variant::before {
  content: "\F098E";
}

/* line 14516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-note::before {
  content: "\F039A";
}

/* line 14520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-note-multiple::before {
  content: "\F06B8";
}

/* line 14524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-note-multiple-outline::before {
  content: "\F06B9";
}

/* line 14528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-note-outline::before {
  content: "\F039B";
}

/* line 14532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-note-plus::before {
  content: "\F039C";
}

/* line 14536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-note-plus-outline::before {
  content: "\F039D";
}

/* line 14540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-note-text::before {
  content: "\F039E";
}

/* line 14544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-note-text-outline::before {
  content: "\F11D7";
}

/* line 14548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-notebook::before {
  content: "\F082E";
}

/* line 14552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-notebook-check::before {
  content: "\F14F5";
}

/* line 14556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-notebook-check-outline::before {
  content: "\F14F6";
}

/* line 14560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-notebook-edit::before {
  content: "\F14E7";
}

/* line 14564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-notebook-edit-outline::before {
  content: "\F14E9";
}

/* line 14568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-notebook-multiple::before {
  content: "\F0E55";
}

/* line 14572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-notebook-outline::before {
  content: "\F0EBF";
}

/* line 14576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-notification-clear-all::before {
  content: "\F039F";
}

/* line 14580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-npm::before {
  content: "\F06F7";
}

/* line 14584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nuke::before {
  content: "\F06A4";
}

/* line 14588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-null::before {
  content: "\F07E2";
}

/* line 14592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric::before {
  content: "\F03A0";
}

/* line 14596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-0::before {
  content: "\F0B39";
}

/* line 14600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-0-box::before {
  content: "\F03A1";
}

/* line 14604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-0-box-multiple::before {
  content: "\F0F0E";
}

/* line 14608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-0-box-multiple-outline::before {
  content: "\F03A2";
}

/* line 14612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-0-box-outline::before {
  content: "\F03A3";
}

/* line 14616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-0-circle::before {
  content: "\F0C9E";
}

/* line 14620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-0-circle-outline::before {
  content: "\F0C9F";
}

/* line 14624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-1::before {
  content: "\F0B3A";
}

/* line 14628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-1-box::before {
  content: "\F03A4";
}

/* line 14632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-1-box-multiple::before {
  content: "\F0F0F";
}

/* line 14636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-1-box-multiple-outline::before {
  content: "\F03A5";
}

/* line 14640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-1-box-outline::before {
  content: "\F03A6";
}

/* line 14644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-1-circle::before {
  content: "\F0CA0";
}

/* line 14648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-1-circle-outline::before {
  content: "\F0CA1";
}

/* line 14652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-10::before {
  content: "\F0FE9";
}

/* line 14656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-10-box::before {
  content: "\F0F7D";
}

/* line 14660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-10-box-multiple::before {
  content: "\F0FEA";
}

/* line 14664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-10-box-multiple-outline::before {
  content: "\F0FEB";
}

/* line 14668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-10-box-outline::before {
  content: "\F0F7E";
}

/* line 14672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-10-circle::before {
  content: "\F0FEC";
}

/* line 14676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-10-circle-outline::before {
  content: "\F0FED";
}

/* line 14680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-2::before {
  content: "\F0B3B";
}

/* line 14684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-2-box::before {
  content: "\F03A7";
}

/* line 14688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-2-box-multiple::before {
  content: "\F0F10";
}

/* line 14692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-2-box-multiple-outline::before {
  content: "\F03A8";
}

/* line 14696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-2-box-outline::before {
  content: "\F03A9";
}

/* line 14700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-2-circle::before {
  content: "\F0CA2";
}

/* line 14704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-2-circle-outline::before {
  content: "\F0CA3";
}

/* line 14708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-3::before {
  content: "\F0B3C";
}

/* line 14712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-3-box::before {
  content: "\F03AA";
}

/* line 14716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-3-box-multiple::before {
  content: "\F0F11";
}

/* line 14720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-3-box-multiple-outline::before {
  content: "\F03AB";
}

/* line 14724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-3-box-outline::before {
  content: "\F03AC";
}

/* line 14728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-3-circle::before {
  content: "\F0CA4";
}

/* line 14732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-3-circle-outline::before {
  content: "\F0CA5";
}

/* line 14736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-4::before {
  content: "\F0B3D";
}

/* line 14740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-4-box::before {
  content: "\F03AD";
}

/* line 14744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-4-box-multiple::before {
  content: "\F0F12";
}

/* line 14748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-4-box-multiple-outline::before {
  content: "\F03B2";
}

/* line 14752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-4-box-outline::before {
  content: "\F03AE";
}

/* line 14756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-4-circle::before {
  content: "\F0CA6";
}

/* line 14760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-4-circle-outline::before {
  content: "\F0CA7";
}

/* line 14764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-5::before {
  content: "\F0B3E";
}

/* line 14768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-5-box::before {
  content: "\F03B1";
}

/* line 14772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-5-box-multiple::before {
  content: "\F0F13";
}

/* line 14776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-5-box-multiple-outline::before {
  content: "\F03AF";
}

/* line 14780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-5-box-outline::before {
  content: "\F03B0";
}

/* line 14784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-5-circle::before {
  content: "\F0CA8";
}

/* line 14788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-5-circle-outline::before {
  content: "\F0CA9";
}

/* line 14792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-6::before {
  content: "\F0B3F";
}

/* line 14796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-6-box::before {
  content: "\F03B3";
}

/* line 14800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-6-box-multiple::before {
  content: "\F0F14";
}

/* line 14804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-6-box-multiple-outline::before {
  content: "\F03B4";
}

/* line 14808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-6-box-outline::before {
  content: "\F03B5";
}

/* line 14812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-6-circle::before {
  content: "\F0CAA";
}

/* line 14816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-6-circle-outline::before {
  content: "\F0CAB";
}

/* line 14820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-7::before {
  content: "\F0B40";
}

/* line 14824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-7-box::before {
  content: "\F03B6";
}

/* line 14828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-7-box-multiple::before {
  content: "\F0F15";
}

/* line 14832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-7-box-multiple-outline::before {
  content: "\F03B7";
}

/* line 14836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-7-box-outline::before {
  content: "\F03B8";
}

/* line 14840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-7-circle::before {
  content: "\F0CAC";
}

/* line 14844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-7-circle-outline::before {
  content: "\F0CAD";
}

/* line 14848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-8::before {
  content: "\F0B41";
}

/* line 14852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-8-box::before {
  content: "\F03B9";
}

/* line 14856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-8-box-multiple::before {
  content: "\F0F16";
}

/* line 14860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-8-box-multiple-outline::before {
  content: "\F03BA";
}

/* line 14864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-8-box-outline::before {
  content: "\F03BB";
}

/* line 14868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-8-circle::before {
  content: "\F0CAE";
}

/* line 14872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-8-circle-outline::before {
  content: "\F0CAF";
}

/* line 14876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9::before {
  content: "\F0B42";
}

/* line 14880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-box::before {
  content: "\F03BC";
}

/* line 14884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-box-multiple::before {
  content: "\F0F17";
}

/* line 14888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-box-multiple-outline::before {
  content: "\F03BD";
}

/* line 14892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-box-outline::before {
  content: "\F03BE";
}

/* line 14896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-circle::before {
  content: "\F0CB0";
}

/* line 14900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-circle-outline::before {
  content: "\F0CB1";
}

/* line 14904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-plus::before {
  content: "\F0FEE";
}

/* line 14908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-plus-box::before {
  content: "\F03BF";
}

/* line 14912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-plus-box-multiple::before {
  content: "\F0F18";
}

/* line 14916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-plus-box-multiple-outline::before {
  content: "\F03C0";
}

/* line 14920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-plus-box-outline::before {
  content: "\F03C1";
}

/* line 14924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-plus-circle::before {
  content: "\F0CB2";
}

/* line 14928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-9-plus-circle-outline::before {
  content: "\F0CB3";
}

/* line 14932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-numeric-negative-1::before {
  content: "\F1052";
}

/* line 14936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nut::before {
  content: "\F06F8";
}

/* line 14940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nutrition::before {
  content: "\F03C2";
}

/* line 14944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-nuxt::before {
  content: "\F1106";
}

/* line 14948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-oar::before {
  content: "\F067C";
}

/* line 14952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ocarina::before {
  content: "\F0DE0";
}

/* line 14956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-oci::before {
  content: "\F12E9";
}

/* line 14960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ocr::before {
  content: "\F113A";
}

/* line 14964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-octagon::before {
  content: "\F03C3";
}

/* line 14968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-octagon-outline::before {
  content: "\F03C4";
}

/* line 14972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-octagram::before {
  content: "\F06F9";
}

/* line 14976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-octagram-outline::before {
  content: "\F0775";
}

/* line 14980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-odnoklassniki::before {
  content: "\F03C5";
}

/* line 14984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-offer::before {
  content: "\F121B";
}

/* line 14988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-office-building::before {
  content: "\F0991";
}

/* line 14992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-office-building-marker::before {
  content: "\F1520";
}

/* line 14996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-office-building-marker-outline::before {
  content: "\F1521";
}

/* line 15000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-office-building-outline::before {
  content: "\F151F";
}

/* line 15004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-oil::before {
  content: "\F03C7";
}

/* line 15008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-oil-lamp::before {
  content: "\F0F19";
}

/* line 15012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-oil-level::before {
  content: "\F1053";
}

/* line 15016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-oil-temperature::before {
  content: "\F0FF8";
}

/* line 15020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-omega::before {
  content: "\F03C9";
}

/* line 15024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-one-up::before {
  content: "\F0BAD";
}

/* line 15028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-onepassword::before {
  content: "\F0881";
}

/* line 15032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-opacity::before {
  content: "\F05CC";
}

/* line 15036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-open-in-app::before {
  content: "\F03CB";
}

/* line 15040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-open-in-new::before {
  content: "\F03CC";
}

/* line 15044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-open-source-initiative::before {
  content: "\F0BAE";
}

/* line 15048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-openid::before {
  content: "\F03CD";
}

/* line 15052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-opera::before {
  content: "\F03CE";
}

/* line 15056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-orbit::before {
  content: "\F0018";
}

/* line 15060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-order-alphabetical-ascending::before {
  content: "\F020D";
}

/* line 15064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-order-alphabetical-descending::before {
  content: "\F0D07";
}

/* line 15068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-order-bool-ascending::before {
  content: "\F02BE";
}

/* line 15072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-order-bool-ascending-variant::before {
  content: "\F098F";
}

/* line 15076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-order-bool-descending::before {
  content: "\F1384";
}

/* line 15080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-order-bool-descending-variant::before {
  content: "\F0990";
}

/* line 15084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-order-numeric-ascending::before {
  content: "\F0545";
}

/* line 15088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-order-numeric-descending::before {
  content: "\F0546";
}

/* line 15092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-origin::before {
  content: "\F0B43";
}

/* line 15096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ornament::before {
  content: "\F03CF";
}

/* line 15100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ornament-variant::before {
  content: "\F03D0";
}

/* line 15104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-outdoor-lamp::before {
  content: "\F1054";
}

/* line 15108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-overscan::before {
  content: "\F1005";
}

/* line 15112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-owl::before {
  content: "\F03D2";
}

/* line 15116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pac-man::before {
  content: "\F0BAF";
}

/* line 15120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-package::before {
  content: "\F03D3";
}

/* line 15124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-package-down::before {
  content: "\F03D4";
}

/* line 15128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-package-up::before {
  content: "\F03D5";
}

/* line 15132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-package-variant::before {
  content: "\F03D6";
}

/* line 15136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-package-variant-closed::before {
  content: "\F03D7";
}

/* line 15140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-first::before {
  content: "\F0600";
}

/* line 15144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-last::before {
  content: "\F0601";
}

/* line 15148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-layout-body::before {
  content: "\F06FA";
}

/* line 15152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-layout-footer::before {
  content: "\F06FB";
}

/* line 15156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-layout-header::before {
  content: "\F06FC";
}

/* line 15160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-layout-header-footer::before {
  content: "\F0F7F";
}

/* line 15164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-layout-sidebar-left::before {
  content: "\F06FD";
}

/* line 15168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-layout-sidebar-right::before {
  content: "\F06FE";
}

/* line 15172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-next::before {
  content: "\F0BB0";
}

/* line 15176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-next-outline::before {
  content: "\F0BB1";
}

/* line 15180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-previous::before {
  content: "\F0BB2";
}

/* line 15184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-page-previous-outline::before {
  content: "\F0BB3";
}

/* line 15188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail::before {
  content: "\F1417";
}

/* line 15192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-minus::before {
  content: "\F1437";
}

/* line 15196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-minus-outline::before {
  content: "\F143C";
}

/* line 15200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-off::before {
  content: "\F1439";
}

/* line 15204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-off-outline::before {
  content: "\F143E";
}

/* line 15208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-outline::before {
  content: "\F143A";
}

/* line 15212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-plus::before {
  content: "\F1436";
}

/* line 15216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-plus-outline::before {
  content: "\F143B";
}

/* line 15220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-remove::before {
  content: "\F1438";
}

/* line 15224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pail-remove-outline::before {
  content: "\F143D";
}

/* line 15228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-palette::before {
  content: "\F03D8";
}

/* line 15232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-palette-advanced::before {
  content: "\F03D9";
}

/* line 15236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-palette-outline::before {
  content: "\F0E0C";
}

/* line 15240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-palette-swatch::before {
  content: "\F08B5";
}

/* line 15244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-palette-swatch-outline::before {
  content: "\F135C";
}

/* line 15248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-palm-tree::before {
  content: "\F1055";
}

/* line 15252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan::before {
  content: "\F0BB4";
}

/* line 15256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-bottom-left::before {
  content: "\F0BB5";
}

/* line 15260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-bottom-right::before {
  content: "\F0BB6";
}

/* line 15264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-down::before {
  content: "\F0BB7";
}

/* line 15268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-horizontal::before {
  content: "\F0BB8";
}

/* line 15272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-left::before {
  content: "\F0BB9";
}

/* line 15276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-right::before {
  content: "\F0BBA";
}

/* line 15280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-top-left::before {
  content: "\F0BBB";
}

/* line 15284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-top-right::before {
  content: "\F0BBC";
}

/* line 15288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-up::before {
  content: "\F0BBD";
}

/* line 15292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pan-vertical::before {
  content: "\F0BBE";
}

/* line 15296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-panda::before {
  content: "\F03DA";
}

/* line 15300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pandora::before {
  content: "\F03DB";
}

/* line 15304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-panorama::before {
  content: "\F03DC";
}

/* line 15308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-panorama-fisheye::before {
  content: "\F03DD";
}

/* line 15312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-panorama-horizontal::before {
  content: "\F03DE";
}

/* line 15316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-panorama-vertical::before {
  content: "\F03DF";
}

/* line 15320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-panorama-wide-angle::before {
  content: "\F03E0";
}

/* line 15324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-paper-cut-vertical::before {
  content: "\F03E1";
}

/* line 15328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-paper-roll::before {
  content: "\F1157";
}

/* line 15332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-paper-roll-outline::before {
  content: "\F1158";
}

/* line 15336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-paperclip::before {
  content: "\F03E2";
}

/* line 15340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-parachute::before {
  content: "\F0CB4";
}

/* line 15344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-parachute-outline::before {
  content: "\F0CB5";
}

/* line 15348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-parking::before {
  content: "\F03E3";
}

/* line 15352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-party-popper::before {
  content: "\F1056";
}

/* line 15356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-passport::before {
  content: "\F07E3";
}

/* line 15360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-passport-biometric::before {
  content: "\F0DE1";
}

/* line 15364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pasta::before {
  content: "\F1160";
}

/* line 15368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-patio-heater::before {
  content: "\F0F80";
}

/* line 15372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-patreon::before {
  content: "\F0882";
}

/* line 15376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pause::before {
  content: "\F03E4";
}

/* line 15380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pause-circle::before {
  content: "\F03E5";
}

/* line 15384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pause-circle-outline::before {
  content: "\F03E6";
}

/* line 15388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pause-octagon::before {
  content: "\F03E7";
}

/* line 15392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pause-octagon-outline::before {
  content: "\F03E8";
}

/* line 15396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-paw::before {
  content: "\F03E9";
}

/* line 15400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-paw-off::before {
  content: "\F0657";
}

/* line 15404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pdf-box::before {
  content: "\F0E56";
}

/* line 15408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-peace::before {
  content: "\F0884";
}

/* line 15412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-peanut::before {
  content: "\F0FFC";
}

/* line 15416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-peanut-off::before {
  content: "\F0FFD";
}

/* line 15420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-peanut-off-outline::before {
  content: "\F0FFF";
}

/* line 15424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-peanut-outline::before {
  content: "\F0FFE";
}

/* line 15428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pen::before {
  content: "\F03EA";
}

/* line 15432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pen-lock::before {
  content: "\F0DE2";
}

/* line 15436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pen-minus::before {
  content: "\F0DE3";
}

/* line 15440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pen-off::before {
  content: "\F0DE4";
}

/* line 15444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pen-plus::before {
  content: "\F0DE5";
}

/* line 15448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pen-remove::before {
  content: "\F0DE6";
}

/* line 15452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil::before {
  content: "\F03EB";
}

/* line 15456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-box::before {
  content: "\F03EC";
}

/* line 15460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-box-multiple::before {
  content: "\F1144";
}

/* line 15464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-box-multiple-outline::before {
  content: "\F1145";
}

/* line 15468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-box-outline::before {
  content: "\F03ED";
}

/* line 15472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-circle::before {
  content: "\F06FF";
}

/* line 15476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-circle-outline::before {
  content: "\F0776";
}

/* line 15480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-lock::before {
  content: "\F03EE";
}

/* line 15484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-lock-outline::before {
  content: "\F0DE7";
}

/* line 15488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-minus::before {
  content: "\F0DE8";
}

/* line 15492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-minus-outline::before {
  content: "\F0DE9";
}

/* line 15496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-off::before {
  content: "\F03EF";
}

/* line 15500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-off-outline::before {
  content: "\F0DEA";
}

/* line 15504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-outline::before {
  content: "\F0CB6";
}

/* line 15508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-plus::before {
  content: "\F0DEB";
}

/* line 15512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-plus-outline::before {
  content: "\F0DEC";
}

/* line 15516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-remove::before {
  content: "\F0DED";
}

/* line 15520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-remove-outline::before {
  content: "\F0DEE";
}

/* line 15524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pencil-ruler::before {
  content: "\F1353";
}

/* line 15528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-penguin::before {
  content: "\F0EC0";
}

/* line 15532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pentagon::before {
  content: "\F0701";
}

/* line 15536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pentagon-outline::before {
  content: "\F0700";
}

/* line 15540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-percent::before {
  content: "\F03F0";
}

/* line 15544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-percent-outline::before {
  content: "\F1278";
}

/* line 15548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-periodic-table::before {
  content: "\F08B6";
}

/* line 15552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-perspective-less::before {
  content: "\F0D23";
}

/* line 15556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-perspective-more::before {
  content: "\F0D24";
}

/* line 15560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pharmacy::before {
  content: "\F03F1";
}

/* line 15564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone::before {
  content: "\F03F2";
}

/* line 15568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-alert::before {
  content: "\F0F1A";
}

/* line 15572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-alert-outline::before {
  content: "\F118E";
}

/* line 15576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-bluetooth::before {
  content: "\F03F3";
}

/* line 15580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-bluetooth-outline::before {
  content: "\F118F";
}

/* line 15584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-cancel::before {
  content: "\F10BC";
}

/* line 15588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-cancel-outline::before {
  content: "\F1190";
}

/* line 15592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-check::before {
  content: "\F11A9";
}

/* line 15596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-check-outline::before {
  content: "\F11AA";
}

/* line 15600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-classic::before {
  content: "\F0602";
}

/* line 15604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-classic-off::before {
  content: "\F1279";
}

/* line 15608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-dial::before {
  content: "\F1559";
}

/* line 15612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-dial-outline::before {
  content: "\F155A";
}

/* line 15616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-forward::before {
  content: "\F03F4";
}

/* line 15620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-forward-outline::before {
  content: "\F1191";
}

/* line 15624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-hangup::before {
  content: "\F03F5";
}

/* line 15628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-hangup-outline::before {
  content: "\F1192";
}

/* line 15632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-in-talk::before {
  content: "\F03F6";
}

/* line 15636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-in-talk-outline::before {
  content: "\F1182";
}

/* line 15640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-incoming::before {
  content: "\F03F7";
}

/* line 15644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-incoming-outline::before {
  content: "\F1193";
}

/* line 15648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-lock::before {
  content: "\F03F8";
}

/* line 15652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-lock-outline::before {
  content: "\F1194";
}

/* line 15656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-log::before {
  content: "\F03F9";
}

/* line 15660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-log-outline::before {
  content: "\F1195";
}

/* line 15664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-message::before {
  content: "\F1196";
}

/* line 15668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-message-outline::before {
  content: "\F1197";
}

/* line 15672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-minus::before {
  content: "\F0658";
}

/* line 15676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-minus-outline::before {
  content: "\F1198";
}

/* line 15680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-missed::before {
  content: "\F03FA";
}

/* line 15684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-missed-outline::before {
  content: "\F11A5";
}

/* line 15688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-off::before {
  content: "\F0DEF";
}

/* line 15692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-off-outline::before {
  content: "\F11A6";
}

/* line 15696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-outgoing::before {
  content: "\F03FB";
}

/* line 15700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-outgoing-outline::before {
  content: "\F1199";
}

/* line 15704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-outline::before {
  content: "\F0DF0";
}

/* line 15708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-paused::before {
  content: "\F03FC";
}

/* line 15712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-paused-outline::before {
  content: "\F119A";
}

/* line 15716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-plus::before {
  content: "\F0659";
}

/* line 15720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-plus-outline::before {
  content: "\F119B";
}

/* line 15724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-remove::before {
  content: "\F152F";
}

/* line 15728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-remove-outline::before {
  content: "\F1530";
}

/* line 15732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-return::before {
  content: "\F082F";
}

/* line 15736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-return-outline::before {
  content: "\F119C";
}

/* line 15740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-ring::before {
  content: "\F11AB";
}

/* line 15744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-ring-outline::before {
  content: "\F11AC";
}

/* line 15748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-rotate-landscape::before {
  content: "\F0885";
}

/* line 15752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-rotate-portrait::before {
  content: "\F0886";
}

/* line 15756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-settings::before {
  content: "\F03FD";
}

/* line 15760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-settings-outline::before {
  content: "\F119D";
}

/* line 15764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-phone-voip::before {
  content: "\F03FE";
}

/* line 15768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pi::before {
  content: "\F03FF";
}

/* line 15772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pi-box::before {
  content: "\F0400";
}

/* line 15776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pi-hole::before {
  content: "\F0DF1";
}

/* line 15780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-piano::before {
  content: "\F067D";
}

/* line 15784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pickaxe::before {
  content: "\F08B7";
}

/* line 15788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-picture-in-picture-bottom-right::before {
  content: "\F0E57";
}

/* line 15792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-picture-in-picture-bottom-right-outline::before {
  content: "\F0E58";
}

/* line 15796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-picture-in-picture-top-right::before {
  content: "\F0E59";
}

/* line 15800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-picture-in-picture-top-right-outline::before {
  content: "\F0E5A";
}

/* line 15804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pier::before {
  content: "\F0887";
}

/* line 15808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pier-crane::before {
  content: "\F0888";
}

/* line 15812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pig::before {
  content: "\F0401";
}

/* line 15816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pig-variant::before {
  content: "\F1006";
}

/* line 15820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-piggy-bank::before {
  content: "\F1007";
}

/* line 15824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pill::before {
  content: "\F0402";
}

/* line 15828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pillar::before {
  content: "\F0702";
}

/* line 15832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pin::before {
  content: "\F0403";
}

/* line 15836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pin-off::before {
  content: "\F0404";
}

/* line 15840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pin-off-outline::before {
  content: "\F0930";
}

/* line 15844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pin-outline::before {
  content: "\F0931";
}

/* line 15848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pine-tree::before {
  content: "\F0405";
}

/* line 15852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pine-tree-box::before {
  content: "\F0406";
}

/* line 15856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pine-tree-fire::before {
  content: "\F141A";
}

/* line 15860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pinterest::before {
  content: "\F0407";
}

/* line 15864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pinwheel::before {
  content: "\F0AD5";
}

/* line 15868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pinwheel-outline::before {
  content: "\F0AD6";
}

/* line 15872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pipe::before {
  content: "\F07E5";
}

/* line 15876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pipe-disconnected::before {
  content: "\F07E6";
}

/* line 15880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pipe-leak::before {
  content: "\F0889";
}

/* line 15884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pipe-wrench::before {
  content: "\F1354";
}

/* line 15888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pirate::before {
  content: "\F0A08";
}

/* line 15892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pistol::before {
  content: "\F0703";
}

/* line 15896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-piston::before {
  content: "\F088A";
}

/* line 15900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pitchfork::before {
  content: "\F1553";
}

/* line 15904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pizza::before {
  content: "\F0409";
}

/* line 15908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play::before {
  content: "\F040A";
}

/* line 15912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-box::before {
  content: "\F127A";
}

/* line 15916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-box-multiple::before {
  content: "\F0D19";
}

/* line 15920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-box-multiple-outline::before {
  content: "\F13E6";
}

/* line 15924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-box-outline::before {
  content: "\F040B";
}

/* line 15928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-circle::before {
  content: "\F040C";
}

/* line 15932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-circle-outline::before {
  content: "\F040D";
}

/* line 15936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-network::before {
  content: "\F088B";
}

/* line 15940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-network-outline::before {
  content: "\F0CB7";
}

/* line 15944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-outline::before {
  content: "\F0F1B";
}

/* line 15948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-pause::before {
  content: "\F040E";
}

/* line 15952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-protected-content::before {
  content: "\F040F";
}

/* line 15956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-play-speed::before {
  content: "\F08FF";
}

/* line 15960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-check::before {
  content: "\F05C7";
}

/* line 15964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-edit::before {
  content: "\F0900";
}

/* line 15968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-minus::before {
  content: "\F0410";
}

/* line 15972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-music::before {
  content: "\F0CB8";
}

/* line 15976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-music-outline::before {
  content: "\F0CB9";
}

/* line 15980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-play::before {
  content: "\F0411";
}

/* line 15984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-plus::before {
  content: "\F0412";
}

/* line 15988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-remove::before {
  content: "\F0413";
}

/* line 15992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-playlist-star::before {
  content: "\F0DF2";
}

/* line 15996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plex::before {
  content: "\F06BA";
}

/* line 16000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus::before {
  content: "\F0415";
}

/* line 16004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-box::before {
  content: "\F0416";
}

/* line 16008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-box-multiple::before {
  content: "\F0334";
}

/* line 16012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-box-multiple-outline::before {
  content: "\F1143";
}

/* line 16016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-box-outline::before {
  content: "\F0704";
}

/* line 16020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-circle::before {
  content: "\F0417";
}

/* line 16024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-circle-multiple::before {
  content: "\F034C";
}

/* line 16028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-circle-multiple-outline::before {
  content: "\F0418";
}

/* line 16032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-circle-outline::before {
  content: "\F0419";
}

/* line 16036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-minus::before {
  content: "\F0992";
}

/* line 16040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-minus-box::before {
  content: "\F0993";
}

/* line 16044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-minus-variant::before {
  content: "\F14C9";
}

/* line 16048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-network::before {
  content: "\F041A";
}

/* line 16052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-network-outline::before {
  content: "\F0CBA";
}

/* line 16056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-one::before {
  content: "\F041B";
}

/* line 16060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-outline::before {
  content: "\F0705";
}

/* line 16064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-plus-thick::before {
  content: "\F11EC";
}

/* line 16068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-podcast::before {
  content: "\F0994";
}

/* line 16072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-podium::before {
  content: "\F0D25";
}

/* line 16076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-podium-bronze::before {
  content: "\F0D26";
}

/* line 16080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-podium-gold::before {
  content: "\F0D27";
}

/* line 16084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-podium-silver::before {
  content: "\F0D28";
}

/* line 16088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-point-of-sale::before {
  content: "\F0D92";
}

/* line 16092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pokeball::before {
  content: "\F041D";
}

/* line 16096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pokemon-go::before {
  content: "\F0A09";
}

/* line 16100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-poker-chip::before {
  content: "\F0830";
}

/* line 16104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-polaroid::before {
  content: "\F041E";
}

/* line 16108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-police-badge::before {
  content: "\F1167";
}

/* line 16112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-police-badge-outline::before {
  content: "\F1168";
}

/* line 16116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-poll::before {
  content: "\F041F";
}

/* line 16120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-poll-box::before {
  content: "\F0420";
}

/* line 16124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-poll-box-outline::before {
  content: "\F127B";
}

/* line 16128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-polo::before {
  content: "\F14C3";
}

/* line 16132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-polymer::before {
  content: "\F0421";
}

/* line 16136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pool::before {
  content: "\F0606";
}

/* line 16140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-popcorn::before {
  content: "\F0422";
}

/* line 16144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-post::before {
  content: "\F1008";
}

/* line 16148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-post-outline::before {
  content: "\F1009";
}

/* line 16152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-postage-stamp::before {
  content: "\F0CBB";
}

/* line 16156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pot::before {
  content: "\F02E5";
}

/* line 16160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pot-mix::before {
  content: "\F065B";
}

/* line 16164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pot-mix-outline::before {
  content: "\F0677";
}

/* line 16168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pot-outline::before {
  content: "\F02FF";
}

/* line 16172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pot-steam::before {
  content: "\F065A";
}

/* line 16176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pot-steam-outline::before {
  content: "\F0326";
}

/* line 16180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pound::before {
  content: "\F0423";
}

/* line 16184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pound-box::before {
  content: "\F0424";
}

/* line 16188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pound-box-outline::before {
  content: "\F117F";
}

/* line 16192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power::before {
  content: "\F0425";
}

/* line 16196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-cycle::before {
  content: "\F0901";
}

/* line 16200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-off::before {
  content: "\F0902";
}

/* line 16204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-on::before {
  content: "\F0903";
}

/* line 16208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-plug::before {
  content: "\F06A5";
}

/* line 16212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-plug-off::before {
  content: "\F06A6";
}

/* line 16216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-plug-off-outline::before {
  content: "\F1424";
}

/* line 16220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-plug-outline::before {
  content: "\F1425";
}

/* line 16224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-settings::before {
  content: "\F0426";
}

/* line 16228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-sleep::before {
  content: "\F0904";
}

/* line 16232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket::before {
  content: "\F0427";
}

/* line 16236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket-au::before {
  content: "\F0905";
}

/* line 16240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket-de::before {
  content: "\F1107";
}

/* line 16244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket-eu::before {
  content: "\F07E7";
}

/* line 16248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket-fr::before {
  content: "\F1108";
}

/* line 16252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket-it::before {
  content: "\F14FF";
}

/* line 16256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket-jp::before {
  content: "\F1109";
}

/* line 16260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket-uk::before {
  content: "\F07E8";
}

/* line 16264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-socket-us::before {
  content: "\F07E9";
}

/* line 16268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-power-standby::before {
  content: "\F0906";
}

/* line 16272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-powershell::before {
  content: "\F0A0A";
}

/* line 16276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-prescription::before {
  content: "\F0706";
}

/* line 16280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-presentation::before {
  content: "\F0428";
}

/* line 16284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-presentation-play::before {
  content: "\F0429";
}

/* line 16288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pretzel::before {
  content: "\F1562";
}

/* line 16292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer::before {
  content: "\F042A";
}

/* line 16296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-3d::before {
  content: "\F042B";
}

/* line 16300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-3d-nozzle::before {
  content: "\F0E5B";
}

/* line 16304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-3d-nozzle-alert::before {
  content: "\F11C0";
}

/* line 16308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-3d-nozzle-alert-outline::before {
  content: "\F11C1";
}

/* line 16312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-3d-nozzle-outline::before {
  content: "\F0E5C";
}

/* line 16316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-alert::before {
  content: "\F042C";
}

/* line 16320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-check::before {
  content: "\F1146";
}

/* line 16324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-eye::before {
  content: "\F1458";
}

/* line 16328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-off::before {
  content: "\F0E5D";
}

/* line 16332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-pos::before {
  content: "\F1057";
}

/* line 16336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-search::before {
  content: "\F1457";
}

/* line 16340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-settings::before {
  content: "\F0707";
}

/* line 16344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-printer-wireless::before {
  content: "\F0A0B";
}

/* line 16348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-priority-high::before {
  content: "\F0603";
}

/* line 16352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-priority-low::before {
  content: "\F0604";
}

/* line 16356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-professional-hexagon::before {
  content: "\F042D";
}

/* line 16360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-progress-alert::before {
  content: "\F0CBC";
}

/* line 16364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-progress-check::before {
  content: "\F0995";
}

/* line 16368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-progress-clock::before {
  content: "\F0996";
}

/* line 16372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-progress-close::before {
  content: "\F110A";
}

/* line 16376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-progress-download::before {
  content: "\F0997";
}

/* line 16380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-progress-question::before {
  content: "\F1522";
}

/* line 16384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-progress-upload::before {
  content: "\F0998";
}

/* line 16388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-progress-wrench::before {
  content: "\F0CBD";
}

/* line 16392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-projector::before {
  content: "\F042E";
}

/* line 16396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-projector-screen::before {
  content: "\F042F";
}

/* line 16400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-propane-tank::before {
  content: "\F1357";
}

/* line 16404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-propane-tank-outline::before {
  content: "\F1358";
}

/* line 16408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-protocol::before {
  content: "\F0FD8";
}

/* line 16412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-publish::before {
  content: "\F06A7";
}

/* line 16416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pulse::before {
  content: "\F0430";
}

/* line 16420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pump::before {
  content: "\F1402";
}

/* line 16424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-pumpkin::before {
  content: "\F0BBF";
}

/* line 16428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-purse::before {
  content: "\F0F1C";
}

/* line 16432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-purse-outline::before {
  content: "\F0F1D";
}

/* line 16436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle::before {
  content: "\F0431";
}

/* line 16440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-check::before {
  content: "\F1426";
}

/* line 16444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-check-outline::before {
  content: "\F1427";
}

/* line 16448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-edit::before {
  content: "\F14D3";
}

/* line 16452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-edit-outline::before {
  content: "\F14D9";
}

/* line 16456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-heart::before {
  content: "\F14D4";
}

/* line 16460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-heart-outline::before {
  content: "\F14DA";
}

/* line 16464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-minus::before {
  content: "\F14D1";
}

/* line 16468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-minus-outline::before {
  content: "\F14D7";
}

/* line 16472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-outline::before {
  content: "\F0A66";
}

/* line 16476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-plus::before {
  content: "\F14D0";
}

/* line 16480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-plus-outline::before {
  content: "\F14D6";
}

/* line 16484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-remove::before {
  content: "\F14D2";
}

/* line 16488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-remove-outline::before {
  content: "\F14D8";
}

/* line 16492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-star::before {
  content: "\F14D5";
}

/* line 16496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-puzzle-star-outline::before {
  content: "\F14DB";
}

/* line 16500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-qi::before {
  content: "\F0999";
}

/* line 16504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-qqchat::before {
  content: "\F0605";
}

/* line 16508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-qrcode::before {
  content: "\F0432";
}

/* line 16512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-qrcode-edit::before {
  content: "\F08B8";
}

/* line 16516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-qrcode-minus::before {
  content: "\F118C";
}

/* line 16520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-qrcode-plus::before {
  content: "\F118B";
}

/* line 16524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-qrcode-remove::before {
  content: "\F118D";
}

/* line 16528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-qrcode-scan::before {
  content: "\F0433";
}

/* line 16532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-quadcopter::before {
  content: "\F0434";
}

/* line 16536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-quality-high::before {
  content: "\F0435";
}

/* line 16540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-quality-low::before {
  content: "\F0A0C";
}

/* line 16544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-quality-medium::before {
  content: "\F0A0D";
}

/* line 16548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-quora::before {
  content: "\F0D29";
}

/* line 16552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rabbit::before {
  content: "\F0907";
}

/* line 16556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-racing-helmet::before {
  content: "\F0D93";
}

/* line 16560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-racquetball::before {
  content: "\F0D94";
}

/* line 16564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radar::before {
  content: "\F0437";
}

/* line 16568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radiator::before {
  content: "\F0438";
}

/* line 16572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radiator-disabled::before {
  content: "\F0AD7";
}

/* line 16576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radiator-off::before {
  content: "\F0AD8";
}

/* line 16580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radio::before {
  content: "\F0439";
}

/* line 16584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radio-am::before {
  content: "\F0CBE";
}

/* line 16588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radio-fm::before {
  content: "\F0CBF";
}

/* line 16592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radio-handheld::before {
  content: "\F043A";
}

/* line 16596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radio-off::before {
  content: "\F121C";
}

/* line 16600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radio-tower::before {
  content: "\F043B";
}

/* line 16604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radioactive::before {
  content: "\F043C";
}

/* line 16608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radioactive-off::before {
  content: "\F0EC1";
}

/* line 16612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radiobox-blank::before {
  content: "\F043D";
}

/* line 16616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radiobox-marked::before {
  content: "\F043E";
}

/* line 16620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radiology-box::before {
  content: "\F14C5";
}

/* line 16624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radiology-box-outline::before {
  content: "\F14C6";
}

/* line 16628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radius::before {
  content: "\F0CC0";
}

/* line 16632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-radius-outline::before {
  content: "\F0CC1";
}

/* line 16636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-railroad-light::before {
  content: "\F0F1E";
}

/* line 16640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rake::before {
  content: "\F1544";
}

/* line 16644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-raspberry-pi::before {
  content: "\F043F";
}

/* line 16648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ray-end::before {
  content: "\F0440";
}

/* line 16652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ray-end-arrow::before {
  content: "\F0441";
}

/* line 16656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ray-start::before {
  content: "\F0442";
}

/* line 16660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ray-start-arrow::before {
  content: "\F0443";
}

/* line 16664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ray-start-end::before {
  content: "\F0444";
}

/* line 16668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ray-vertex::before {
  content: "\F0445";
}

/* line 16672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-react::before {
  content: "\F0708";
}

/* line 16676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-read::before {
  content: "\F0447";
}

/* line 16680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-receipt::before {
  content: "\F0449";
}

/* line 16684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-record::before {
  content: "\F044A";
}

/* line 16688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-record-circle::before {
  content: "\F0EC2";
}

/* line 16692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-record-circle-outline::before {
  content: "\F0EC3";
}

/* line 16696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-record-player::before {
  content: "\F099A";
}

/* line 16700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-record-rec::before {
  content: "\F044B";
}

/* line 16704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rectangle::before {
  content: "\F0E5E";
}

/* line 16708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rectangle-outline::before {
  content: "\F0E5F";
}

/* line 16712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-recycle::before {
  content: "\F044C";
}

/* line 16716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-recycle-variant::before {
  content: "\F139D";
}

/* line 16720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reddit::before {
  content: "\F044D";
}

/* line 16724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-redhat::before {
  content: "\F111B";
}

/* line 16728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-redo::before {
  content: "\F044E";
}

/* line 16732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-redo-variant::before {
  content: "\F044F";
}

/* line 16736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reflect-horizontal::before {
  content: "\F0A0E";
}

/* line 16740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reflect-vertical::before {
  content: "\F0A0F";
}

/* line 16744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-refresh::before {
  content: "\F0450";
}

/* line 16748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-refresh-circle::before {
  content: "\F1377";
}

/* line 16752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-regex::before {
  content: "\F0451";
}

/* line 16756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-registered-trademark::before {
  content: "\F0A67";
}

/* line 16760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reiterate::before {
  content: "\F1588";
}

/* line 16764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-many-to-many::before {
  content: "\F1496";
}

/* line 16768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-many-to-one::before {
  content: "\F1497";
}

/* line 16772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-many-to-one-or-many::before {
  content: "\F1498";
}

/* line 16776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-many-to-only-one::before {
  content: "\F1499";
}

/* line 16780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-many-to-zero-or-many::before {
  content: "\F149A";
}

/* line 16784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-many-to-zero-or-one::before {
  content: "\F149B";
}

/* line 16788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-or-many-to-many::before {
  content: "\F149C";
}

/* line 16792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-or-many-to-one::before {
  content: "\F149D";
}

/* line 16796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-or-many-to-one-or-many::before {
  content: "\F149E";
}

/* line 16800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-or-many-to-only-one::before {
  content: "\F149F";
}

/* line 16804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-or-many-to-zero-or-many::before {
  content: "\F14A0";
}

/* line 16808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-or-many-to-zero-or-one::before {
  content: "\F14A1";
}

/* line 16812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-to-many::before {
  content: "\F14A2";
}

/* line 16816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-to-one::before {
  content: "\F14A3";
}

/* line 16820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-to-one-or-many::before {
  content: "\F14A4";
}

/* line 16824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-to-only-one::before {
  content: "\F14A5";
}

/* line 16828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-to-zero-or-many::before {
  content: "\F14A6";
}

/* line 16832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-one-to-zero-or-one::before {
  content: "\F14A7";
}

/* line 16836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-only-one-to-many::before {
  content: "\F14A8";
}

/* line 16840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-only-one-to-one::before {
  content: "\F14A9";
}

/* line 16844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-only-one-to-one-or-many::before {
  content: "\F14AA";
}

/* line 16848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-only-one-to-only-one::before {
  content: "\F14AB";
}

/* line 16852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-only-one-to-zero-or-many::before {
  content: "\F14AC";
}

/* line 16856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-only-one-to-zero-or-one::before {
  content: "\F14AD";
}

/* line 16860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-many-to-many::before {
  content: "\F14AE";
}

/* line 16864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-many-to-one::before {
  content: "\F14AF";
}

/* line 16868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-many-to-one-or-many::before {
  content: "\F14B0";
}

/* line 16872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-many-to-only-one::before {
  content: "\F14B1";
}

/* line 16876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-many-to-zero-or-many::before {
  content: "\F14B2";
}

/* line 16880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-many-to-zero-or-one::before {
  content: "\F14B3";
}

/* line 16884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-one-to-many::before {
  content: "\F14B4";
}

/* line 16888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-one-to-one::before {
  content: "\F14B5";
}

/* line 16892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-one-to-one-or-many::before {
  content: "\F14B6";
}

/* line 16896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-one-to-only-one::before {
  content: "\F14B7";
}

/* line 16900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-one-to-zero-or-many::before {
  content: "\F14B8";
}

/* line 16904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relation-zero-or-one-to-zero-or-one::before {
  content: "\F14B9";
}

/* line 16908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-relative-scale::before {
  content: "\F0452";
}

/* line 16912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reload::before {
  content: "\F0453";
}

/* line 16916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reload-alert::before {
  content: "\F110B";
}

/* line 16920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reminder::before {
  content: "\F088C";
}

/* line 16924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-remote::before {
  content: "\F0454";
}

/* line 16928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-remote-desktop::before {
  content: "\F08B9";
}

/* line 16932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-remote-off::before {
  content: "\F0EC4";
}

/* line 16936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-remote-tv::before {
  content: "\F0EC5";
}

/* line 16940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-remote-tv-off::before {
  content: "\F0EC6";
}

/* line 16944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rename-box::before {
  content: "\F0455";
}

/* line 16948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reorder-horizontal::before {
  content: "\F0688";
}

/* line 16952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reorder-vertical::before {
  content: "\F0689";
}

/* line 16956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-repeat::before {
  content: "\F0456";
}

/* line 16960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-repeat-off::before {
  content: "\F0457";
}

/* line 16964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-repeat-once::before {
  content: "\F0458";
}

/* line 16968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-replay::before {
  content: "\F0459";
}

/* line 16972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reply::before {
  content: "\F045A";
}

/* line 16976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reply-all::before {
  content: "\F045B";
}

/* line 16980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reply-all-outline::before {
  content: "\F0F1F";
}

/* line 16984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reply-circle::before {
  content: "\F11AE";
}

/* line 16988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reply-outline::before {
  content: "\F0F20";
}

/* line 16992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-reproduction::before {
  content: "\F045C";
}

/* line 16996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-resistor::before {
  content: "\F0B44";
}

/* line 17000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-resistor-nodes::before {
  content: "\F0B45";
}

/* line 17004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-resize::before {
  content: "\F0A68";
}

/* line 17008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-resize-bottom-right::before {
  content: "\F045D";
}

/* line 17012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-responsive::before {
  content: "\F045E";
}

/* line 17016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-restart::before {
  content: "\F0709";
}

/* line 17020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-restart-alert::before {
  content: "\F110C";
}

/* line 17024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-restart-off::before {
  content: "\F0D95";
}

/* line 17028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-restore::before {
  content: "\F099B";
}

/* line 17032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-restore-alert::before {
  content: "\F110D";
}

/* line 17036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rewind::before {
  content: "\F045F";
}

/* line 17040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rewind-10::before {
  content: "\F0D2A";
}

/* line 17044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rewind-30::before {
  content: "\F0D96";
}

/* line 17048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rewind-5::before {
  content: "\F11F9";
}

/* line 17052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rewind-outline::before {
  content: "\F070A";
}

/* line 17056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rhombus::before {
  content: "\F070B";
}

/* line 17060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rhombus-medium::before {
  content: "\F0A10";
}

/* line 17064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rhombus-medium-outline::before {
  content: "\F14DC";
}

/* line 17068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rhombus-outline::before {
  content: "\F070C";
}

/* line 17072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rhombus-split::before {
  content: "\F0A11";
}

/* line 17076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rhombus-split-outline::before {
  content: "\F14DD";
}

/* line 17080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ribbon::before {
  content: "\F0460";
}

/* line 17084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rice::before {
  content: "\F07EA";
}

/* line 17088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ring::before {
  content: "\F07EB";
}

/* line 17092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rivet::before {
  content: "\F0E60";
}

/* line 17096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-road::before {
  content: "\F0461";
}

/* line 17100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-road-variant::before {
  content: "\F0462";
}

/* line 17104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-robber::before {
  content: "\F1058";
}

/* line 17108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-robot::before {
  content: "\F06A9";
}

/* line 17112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-robot-industrial::before {
  content: "\F0B46";
}

/* line 17116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-robot-mower::before {
  content: "\F11F7";
}

/* line 17120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-robot-mower-outline::before {
  content: "\F11F3";
}

/* line 17124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-robot-vacuum::before {
  content: "\F070D";
}

/* line 17128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-robot-vacuum-variant::before {
  content: "\F0908";
}

/* line 17132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rocket::before {
  content: "\F0463";
}

/* line 17136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rocket-launch::before {
  content: "\F14DE";
}

/* line 17140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rocket-launch-outline::before {
  content: "\F14DF";
}

/* line 17144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rocket-outline::before {
  content: "\F13AF";
}

/* line 17148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rodent::before {
  content: "\F1327";
}

/* line 17152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roller-skate::before {
  content: "\F0D2B";
}

/* line 17156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roller-skate-off::before {
  content: "\F0145";
}

/* line 17160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rollerblade::before {
  content: "\F0D2C";
}

/* line 17164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rollerblade-off::before {
  content: "\F002E";
}

/* line 17168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rollupjs::before {
  content: "\F0BC0";
}

/* line 17172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-1::before {
  content: "\F1088";
}

/* line 17176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-10::before {
  content: "\F1091";
}

/* line 17180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-2::before {
  content: "\F1089";
}

/* line 17184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-3::before {
  content: "\F108A";
}

/* line 17188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-4::before {
  content: "\F108B";
}

/* line 17192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-5::before {
  content: "\F108C";
}

/* line 17196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-6::before {
  content: "\F108D";
}

/* line 17200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-7::before {
  content: "\F108E";
}

/* line 17204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-8::before {
  content: "\F108F";
}

/* line 17208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-roman-numeral-9::before {
  content: "\F1090";
}

/* line 17212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-room-service::before {
  content: "\F088D";
}

/* line 17216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-room-service-outline::before {
  content: "\F0D97";
}

/* line 17220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-3d::before {
  content: "\F0EC7";
}

/* line 17224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-3d-variant::before {
  content: "\F0464";
}

/* line 17228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-left::before {
  content: "\F0465";
}

/* line 17232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-left-variant::before {
  content: "\F0466";
}

/* line 17236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-orbit::before {
  content: "\F0D98";
}

/* line 17240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-right::before {
  content: "\F0467";
}

/* line 17244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-right-variant::before {
  content: "\F0468";
}

/* line 17248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rounded-corner::before {
  content: "\F0607";
}

/* line 17252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-router::before {
  content: "\F11E2";
}

/* line 17256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-router-network::before {
  content: "\F1087";
}

/* line 17260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-router-wireless::before {
  content: "\F0469";
}

/* line 17264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-router-wireless-off::before {
  content: "\F15A3";
}

/* line 17268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-router-wireless-settings::before {
  content: "\F0A69";
}

/* line 17272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-routes::before {
  content: "\F046A";
}

/* line 17276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-routes-clock::before {
  content: "\F1059";
}

/* line 17280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rowing::before {
  content: "\F0608";
}

/* line 17284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rss::before {
  content: "\F046B";
}

/* line 17288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rss-box::before {
  content: "\F046C";
}

/* line 17292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rss-off::before {
  content: "\F0F21";
}

/* line 17296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rug::before {
  content: "\F1475";
}

/* line 17300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rugby::before {
  content: "\F0D99";
}

/* line 17304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ruler::before {
  content: "\F046D";
}

/* line 17308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ruler-square::before {
  content: "\F0CC2";
}

/* line 17312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ruler-square-compass::before {
  content: "\F0EBE";
}

/* line 17316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-run::before {
  content: "\F070E";
}

/* line 17320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-run-fast::before {
  content: "\F046E";
}

/* line 17324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rv-truck::before {
  content: "\F11D4";
}

/* line 17328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sack::before {
  content: "\F0D2E";
}

/* line 17332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sack-percent::before {
  content: "\F0D2F";
}

/* line 17336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-safe::before {
  content: "\F0A6A";
}

/* line 17340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-safe-square::before {
  content: "\F127C";
}

/* line 17344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-safe-square-outline::before {
  content: "\F127D";
}

/* line 17348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-safety-goggles::before {
  content: "\F0D30";
}

/* line 17352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sail-boat::before {
  content: "\F0EC8";
}

/* line 17356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sale::before {
  content: "\F046F";
}

/* line 17360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-salesforce::before {
  content: "\F088E";
}

/* line 17364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sass::before {
  content: "\F07EC";
}

/* line 17368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-satellite::before {
  content: "\F0470";
}

/* line 17372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-satellite-uplink::before {
  content: "\F0909";
}

/* line 17376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-satellite-variant::before {
  content: "\F0471";
}

/* line 17380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sausage::before {
  content: "\F08BA";
}

/* line 17384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-saw-blade::before {
  content: "\F0E61";
}

/* line 17388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sawtooth-wave::before {
  content: "\F147A";
}

/* line 17392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-saxophone::before {
  content: "\F0609";
}

/* line 17396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scale::before {
  content: "\F0472";
}

/* line 17400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scale-balance::before {
  content: "\F05D1";
}

/* line 17404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scale-bathroom::before {
  content: "\F0473";
}

/* line 17408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scale-off::before {
  content: "\F105A";
}

/* line 17412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scan-helper::before {
  content: "\F13D8";
}

/* line 17416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scanner::before {
  content: "\F06AB";
}

/* line 17420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scanner-off::before {
  content: "\F090A";
}

/* line 17424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scatter-plot::before {
  content: "\F0EC9";
}

/* line 17428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scatter-plot-outline::before {
  content: "\F0ECA";
}

/* line 17432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-school::before {
  content: "\F0474";
}

/* line 17436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-school-outline::before {
  content: "\F1180";
}

/* line 17440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scissors-cutting::before {
  content: "\F0A6B";
}

/* line 17444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scoreboard::before {
  content: "\F127E";
}

/* line 17448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-scoreboard-outline::before {
  content: "\F127F";
}

/* line 17452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-screen-rotation::before {
  content: "\F0475";
}

/* line 17456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-screen-rotation-lock::before {
  content: "\F0478";
}

/* line 17460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-screw-flat-top::before {
  content: "\F0DF3";
}

/* line 17464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-screw-lag::before {
  content: "\F0DF4";
}

/* line 17468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-screw-machine-flat-top::before {
  content: "\F0DF5";
}

/* line 17472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-screw-machine-round-top::before {
  content: "\F0DF6";
}

/* line 17476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-screw-round-top::before {
  content: "\F0DF7";
}

/* line 17480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-screwdriver::before {
  content: "\F0476";
}

/* line 17484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-script::before {
  content: "\F0BC1";
}

/* line 17488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-script-outline::before {
  content: "\F0477";
}

/* line 17492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-script-text::before {
  content: "\F0BC2";
}

/* line 17496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-script-text-outline::before {
  content: "\F0BC3";
}

/* line 17500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sd::before {
  content: "\F0479";
}

/* line 17504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seal::before {
  content: "\F047A";
}

/* line 17508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seal-variant::before {
  content: "\F0FD9";
}

/* line 17512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-search-web::before {
  content: "\F070F";
}

/* line 17516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat::before {
  content: "\F0CC3";
}

/* line 17520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-flat::before {
  content: "\F047B";
}

/* line 17524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-flat-angled::before {
  content: "\F047C";
}

/* line 17528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-individual-suite::before {
  content: "\F047D";
}

/* line 17532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-legroom-extra::before {
  content: "\F047E";
}

/* line 17536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-legroom-normal::before {
  content: "\F047F";
}

/* line 17540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-legroom-reduced::before {
  content: "\F0480";
}

/* line 17544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-outline::before {
  content: "\F0CC4";
}

/* line 17548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-passenger::before {
  content: "\F1249";
}

/* line 17552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-recline-extra::before {
  content: "\F0481";
}

/* line 17556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seat-recline-normal::before {
  content: "\F0482";
}

/* line 17560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seatbelt::before {
  content: "\F0CC5";
}

/* line 17564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-security::before {
  content: "\F0483";
}

/* line 17568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-security-network::before {
  content: "\F0484";
}

/* line 17572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seed::before {
  content: "\F0E62";
}

/* line 17576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seed-off::before {
  content: "\F13FD";
}

/* line 17580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seed-off-outline::before {
  content: "\F13FE";
}

/* line 17584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seed-outline::before {
  content: "\F0E63";
}

/* line 17588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-seesaw::before {
  content: "\F15A4";
}

/* line 17592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-segment::before {
  content: "\F0ECB";
}

/* line 17596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select::before {
  content: "\F0485";
}

/* line 17600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-all::before {
  content: "\F0486";
}

/* line 17604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-color::before {
  content: "\F0D31";
}

/* line 17608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-compare::before {
  content: "\F0AD9";
}

/* line 17612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-drag::before {
  content: "\F0A6C";
}

/* line 17616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-group::before {
  content: "\F0F82";
}

/* line 17620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-inverse::before {
  content: "\F0487";
}

/* line 17624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-marker::before {
  content: "\F1280";
}

/* line 17628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-multiple::before {
  content: "\F1281";
}

/* line 17632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-multiple-marker::before {
  content: "\F1282";
}

/* line 17636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-off::before {
  content: "\F0488";
}

/* line 17640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-place::before {
  content: "\F0FDA";
}

/* line 17644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-select-search::before {
  content: "\F1204";
}

/* line 17648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection::before {
  content: "\F0489";
}

/* line 17652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection-drag::before {
  content: "\F0A6D";
}

/* line 17656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection-ellipse::before {
  content: "\F0D32";
}

/* line 17660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection-ellipse-arrow-inside::before {
  content: "\F0F22";
}

/* line 17664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection-marker::before {
  content: "\F1283";
}

/* line 17668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection-multiple::before {
  content: "\F1285";
}

/* line 17672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection-multiple-marker::before {
  content: "\F1284";
}

/* line 17676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection-off::before {
  content: "\F0777";
}

/* line 17680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-selection-search::before {
  content: "\F1205";
}

/* line 17684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-semantic-web::before {
  content: "\F1316";
}

/* line 17688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send::before {
  content: "\F048A";
}

/* line 17692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-check::before {
  content: "\F1161";
}

/* line 17696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-check-outline::before {
  content: "\F1162";
}

/* line 17700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-circle::before {
  content: "\F0DF8";
}

/* line 17704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-circle-outline::before {
  content: "\F0DF9";
}

/* line 17708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-clock::before {
  content: "\F1163";
}

/* line 17712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-clock-outline::before {
  content: "\F1164";
}

/* line 17716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-lock::before {
  content: "\F07ED";
}

/* line 17720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-lock-outline::before {
  content: "\F1166";
}

/* line 17724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-send-outline::before {
  content: "\F1165";
}

/* line 17728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-serial-port::before {
  content: "\F065C";
}

/* line 17732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-server::before {
  content: "\F048B";
}

/* line 17736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-server-minus::before {
  content: "\F048C";
}

/* line 17740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-server-network::before {
  content: "\F048D";
}

/* line 17744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-server-network-off::before {
  content: "\F048E";
}

/* line 17748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-server-off::before {
  content: "\F048F";
}

/* line 17752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-server-plus::before {
  content: "\F0490";
}

/* line 17756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-server-remove::before {
  content: "\F0491";
}

/* line 17760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-server-security::before {
  content: "\F0492";
}

/* line 17764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-all::before {
  content: "\F0778";
}

/* line 17768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-center::before {
  content: "\F0779";
}

/* line 17772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-center-right::before {
  content: "\F077A";
}

/* line 17776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-left::before {
  content: "\F077B";
}

/* line 17780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-left-center::before {
  content: "\F077C";
}

/* line 17784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-left-right::before {
  content: "\F077D";
}

/* line 17788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-merge::before {
  content: "\F14E0";
}

/* line 17792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-none::before {
  content: "\F077E";
}

/* line 17796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-right::before {
  content: "\F077F";
}

/* line 17800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-split::before {
  content: "\F14E1";
}

/* line 17804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-square::before {
  content: "\F145D";
}

/* line 17808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-set-top-box::before {
  content: "\F099F";
}

/* line 17812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-settings-helper::before {
  content: "\F0A6E";
}

/* line 17816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shaker::before {
  content: "\F110E";
}

/* line 17820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shaker-outline::before {
  content: "\F110F";
}

/* line 17824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape::before {
  content: "\F0831";
}

/* line 17828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape-circle-plus::before {
  content: "\F065D";
}

/* line 17832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape-outline::before {
  content: "\F0832";
}

/* line 17836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape-oval-plus::before {
  content: "\F11FA";
}

/* line 17840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape-plus::before {
  content: "\F0495";
}

/* line 17844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape-polygon-plus::before {
  content: "\F065E";
}

/* line 17848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape-rectangle-plus::before {
  content: "\F065F";
}

/* line 17852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape-square-plus::before {
  content: "\F0660";
}

/* line 17856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shape-square-rounded-plus::before {
  content: "\F14FA";
}

/* line 17860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share::before {
  content: "\F0496";
}

/* line 17864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share-all::before {
  content: "\F11F4";
}

/* line 17868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share-all-outline::before {
  content: "\F11F5";
}

/* line 17872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share-circle::before {
  content: "\F11AD";
}

/* line 17876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share-off::before {
  content: "\F0F23";
}

/* line 17880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share-off-outline::before {
  content: "\F0F24";
}

/* line 17884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share-outline::before {
  content: "\F0932";
}

/* line 17888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share-variant::before {
  content: "\F0497";
}

/* line 17892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-share-variant-outline::before {
  content: "\F1514";
}

/* line 17896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sheep::before {
  content: "\F0CC6";
}

/* line 17900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield::before {
  content: "\F0498";
}

/* line 17904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-account::before {
  content: "\F088F";
}

/* line 17908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-account-outline::before {
  content: "\F0A12";
}

/* line 17912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-account-variant::before {
  content: "\F15A7";
}

/* line 17916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-account-variant-outline::before {
  content: "\F15A8";
}

/* line 17920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-airplane::before {
  content: "\F06BB";
}

/* line 17924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-airplane-outline::before {
  content: "\F0CC7";
}

/* line 17928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-alert::before {
  content: "\F0ECC";
}

/* line 17932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-alert-outline::before {
  content: "\F0ECD";
}

/* line 17936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-bug::before {
  content: "\F13DA";
}

/* line 17940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-bug-outline::before {
  content: "\F13DB";
}

/* line 17944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-car::before {
  content: "\F0F83";
}

/* line 17948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-check::before {
  content: "\F0565";
}

/* line 17952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-check-outline::before {
  content: "\F0CC8";
}

/* line 17956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-cross::before {
  content: "\F0CC9";
}

/* line 17960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-cross-outline::before {
  content: "\F0CCA";
}

/* line 17964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-edit::before {
  content: "\F11A0";
}

/* line 17968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-edit-outline::before {
  content: "\F11A1";
}

/* line 17972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-half::before {
  content: "\F1360";
}

/* line 17976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-half-full::before {
  content: "\F0780";
}

/* line 17980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-home::before {
  content: "\F068A";
}

/* line 17984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-home-outline::before {
  content: "\F0CCB";
}

/* line 17988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-key::before {
  content: "\F0BC4";
}

/* line 17992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-key-outline::before {
  content: "\F0BC5";
}

/* line 17996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-link-variant::before {
  content: "\F0D33";
}

/* line 18000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-link-variant-outline::before {
  content: "\F0D34";
}

/* line 18004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-lock::before {
  content: "\F099D";
}

/* line 18008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-lock-outline::before {
  content: "\F0CCC";
}

/* line 18012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-off::before {
  content: "\F099E";
}

/* line 18016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-off-outline::before {
  content: "\F099C";
}

/* line 18020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-outline::before {
  content: "\F0499";
}

/* line 18024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-plus::before {
  content: "\F0ADA";
}

/* line 18028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-plus-outline::before {
  content: "\F0ADB";
}

/* line 18032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-refresh::before {
  content: "\F00AA";
}

/* line 18036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-refresh-outline::before {
  content: "\F01E0";
}

/* line 18040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-remove::before {
  content: "\F0ADC";
}

/* line 18044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-remove-outline::before {
  content: "\F0ADD";
}

/* line 18048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-search::before {
  content: "\F0D9A";
}

/* line 18052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-star::before {
  content: "\F113B";
}

/* line 18056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-star-outline::before {
  content: "\F113C";
}

/* line 18060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-sun::before {
  content: "\F105D";
}

/* line 18064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-sun-outline::before {
  content: "\F105E";
}

/* line 18068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-sync::before {
  content: "\F11A2";
}

/* line 18072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shield-sync-outline::before {
  content: "\F11A3";
}

/* line 18076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ship-wheel::before {
  content: "\F0833";
}

/* line 18080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shoe-formal::before {
  content: "\F0B47";
}

/* line 18084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shoe-heel::before {
  content: "\F0B48";
}

/* line 18088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shoe-print::before {
  content: "\F0DFA";
}

/* line 18092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shopping::before {
  content: "\F049A";
}

/* line 18096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shopping-music::before {
  content: "\F049B";
}

/* line 18100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shopping-outline::before {
  content: "\F11D5";
}

/* line 18104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shopping-search::before {
  content: "\F0F84";
}

/* line 18108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shore::before {
  content: "\F14F9";
}

/* line 18112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shovel::before {
  content: "\F0710";
}

/* line 18116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shovel-off::before {
  content: "\F0711";
}

/* line 18120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shower::before {
  content: "\F09A0";
}

/* line 18124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shower-head::before {
  content: "\F09A1";
}

/* line 18128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shredder::before {
  content: "\F049C";
}

/* line 18132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shuffle::before {
  content: "\F049D";
}

/* line 18136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shuffle-disabled::before {
  content: "\F049E";
}

/* line 18140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shuffle-variant::before {
  content: "\F049F";
}

/* line 18144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-shuriken::before {
  content: "\F137F";
}

/* line 18148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sigma::before {
  content: "\F04A0";
}

/* line 18152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sigma-lower::before {
  content: "\F062B";
}

/* line 18156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sign-caution::before {
  content: "\F04A1";
}

/* line 18160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sign-direction::before {
  content: "\F0781";
}

/* line 18164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sign-direction-minus::before {
  content: "\F1000";
}

/* line 18168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sign-direction-plus::before {
  content: "\F0FDC";
}

/* line 18172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sign-direction-remove::before {
  content: "\F0FDD";
}

/* line 18176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sign-pole::before {
  content: "\F14F8";
}

/* line 18180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sign-real-estate::before {
  content: "\F1118";
}

/* line 18184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sign-text::before {
  content: "\F0782";
}

/* line 18188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal::before {
  content: "\F04A2";
}

/* line 18192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-2g::before {
  content: "\F0712";
}

/* line 18196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-3g::before {
  content: "\F0713";
}

/* line 18200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-4g::before {
  content: "\F0714";
}

/* line 18204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-5g::before {
  content: "\F0A6F";
}

/* line 18208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-cellular-1::before {
  content: "\F08BC";
}

/* line 18212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-cellular-2::before {
  content: "\F08BD";
}

/* line 18216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-cellular-3::before {
  content: "\F08BE";
}

/* line 18220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-cellular-outline::before {
  content: "\F08BF";
}

/* line 18224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-distance-variant::before {
  content: "\F0E64";
}

/* line 18228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-hspa::before {
  content: "\F0715";
}

/* line 18232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-hspa-plus::before {
  content: "\F0716";
}

/* line 18236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-off::before {
  content: "\F0783";
}

/* line 18240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signal-variant::before {
  content: "\F060A";
}

/* line 18244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signature::before {
  content: "\F0DFB";
}

/* line 18248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signature-freehand::before {
  content: "\F0DFC";
}

/* line 18252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signature-image::before {
  content: "\F0DFD";
}

/* line 18256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-signature-text::before {
  content: "\F0DFE";
}

/* line 18260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-silo::before {
  content: "\F0B49";
}

/* line 18264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-silverware::before {
  content: "\F04A3";
}

/* line 18268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-silverware-clean::before {
  content: "\F0FDE";
}

/* line 18272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-silverware-fork::before {
  content: "\F04A4";
}

/* line 18276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-silverware-fork-knife::before {
  content: "\F0A70";
}

/* line 18280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-silverware-spoon::before {
  content: "\F04A5";
}

/* line 18284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-silverware-variant::before {
  content: "\F04A6";
}

/* line 18288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sim::before {
  content: "\F04A7";
}

/* line 18292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sim-alert::before {
  content: "\F04A8";
}

/* line 18296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sim-off::before {
  content: "\F04A9";
}

/* line 18300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-simple-icons::before {
  content: "\F131D";
}

/* line 18304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sina-weibo::before {
  content: "\F0ADF";
}

/* line 18308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sine-wave::before {
  content: "\F095B";
}

/* line 18312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sitemap::before {
  content: "\F04AA";
}

/* line 18316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-size-l::before {
  content: "\F13A6";
}

/* line 18320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-size-m::before {
  content: "\F13A5";
}

/* line 18324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-size-s::before {
  content: "\F13A4";
}

/* line 18328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-size-xl::before {
  content: "\F13A7";
}

/* line 18332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-size-xs::before {
  content: "\F13A3";
}

/* line 18336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-size-xxl::before {
  content: "\F13A8";
}

/* line 18340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-size-xxs::before {
  content: "\F13A2";
}

/* line 18344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-size-xxxl::before {
  content: "\F13A9";
}

/* line 18348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skate::before {
  content: "\F0D35";
}

/* line 18352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skateboard::before {
  content: "\F14C2";
}

/* line 18356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skew-less::before {
  content: "\F0D36";
}

/* line 18360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skew-more::before {
  content: "\F0D37";
}

/* line 18364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ski::before {
  content: "\F1304";
}

/* line 18368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ski-cross-country::before {
  content: "\F1305";
}

/* line 18372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ski-water::before {
  content: "\F1306";
}

/* line 18376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-backward::before {
  content: "\F04AB";
}

/* line 18380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-backward-outline::before {
  content: "\F0F25";
}

/* line 18384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-forward::before {
  content: "\F04AC";
}

/* line 18388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-forward-outline::before {
  content: "\F0F26";
}

/* line 18392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-next::before {
  content: "\F04AD";
}

/* line 18396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-next-circle::before {
  content: "\F0661";
}

/* line 18400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-next-circle-outline::before {
  content: "\F0662";
}

/* line 18404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-next-outline::before {
  content: "\F0F27";
}

/* line 18408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-previous::before {
  content: "\F04AE";
}

/* line 18412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-previous-circle::before {
  content: "\F0663";
}

/* line 18416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-previous-circle-outline::before {
  content: "\F0664";
}

/* line 18420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skip-previous-outline::before {
  content: "\F0F28";
}

/* line 18424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skull::before {
  content: "\F068C";
}

/* line 18428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skull-crossbones::before {
  content: "\F0BC6";
}

/* line 18432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skull-crossbones-outline::before {
  content: "\F0BC7";
}

/* line 18436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skull-outline::before {
  content: "\F0BC8";
}

/* line 18440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skull-scan::before {
  content: "\F14C7";
}

/* line 18444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skull-scan-outline::before {
  content: "\F14C8";
}

/* line 18448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skype::before {
  content: "\F04AF";
}

/* line 18452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-skype-business::before {
  content: "\F04B0";
}

/* line 18456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-slack::before {
  content: "\F04B1";
}

/* line 18460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-slash-forward::before {
  content: "\F0FDF";
}

/* line 18464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-slash-forward-box::before {
  content: "\F0FE0";
}

/* line 18468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sleep::before {
  content: "\F04B2";
}

/* line 18472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sleep-off::before {
  content: "\F04B3";
}

/* line 18476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-slide::before {
  content: "\F15A5";
}

/* line 18480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-slope-downhill::before {
  content: "\F0DFF";
}

/* line 18484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-slope-uphill::before {
  content: "\F0E00";
}

/* line 18488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-slot-machine::before {
  content: "\F1114";
}

/* line 18492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-slot-machine-outline::before {
  content: "\F1115";
}

/* line 18496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smart-card::before {
  content: "\F10BD";
}

/* line 18500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smart-card-outline::before {
  content: "\F10BE";
}

/* line 18504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smart-card-reader::before {
  content: "\F10BF";
}

/* line 18508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smart-card-reader-outline::before {
  content: "\F10C0";
}

/* line 18512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smog::before {
  content: "\F0A71";
}

/* line 18516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smoke-detector::before {
  content: "\F0392";
}

/* line 18520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smoking::before {
  content: "\F04B4";
}

/* line 18524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smoking-off::before {
  content: "\F04B5";
}

/* line 18528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smoking-pipe::before {
  content: "\F140D";
}

/* line 18532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-smoking-pipe-off::before {
  content: "\F1428";
}

/* line 18536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snake::before {
  content: "\F150E";
}

/* line 18540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snapchat::before {
  content: "\F04B6";
}

/* line 18544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snowboard::before {
  content: "\F1307";
}

/* line 18548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snowflake::before {
  content: "\F0717";
}

/* line 18552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snowflake-alert::before {
  content: "\F0F29";
}

/* line 18556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snowflake-melt::before {
  content: "\F12CB";
}

/* line 18560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snowflake-off::before {
  content: "\F14E3";
}

/* line 18564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snowflake-variant::before {
  content: "\F0F2A";
}

/* line 18568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-snowman::before {
  content: "\F04B7";
}

/* line 18572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-soccer::before {
  content: "\F04B8";
}

/* line 18576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-soccer-field::before {
  content: "\F0834";
}

/* line 18580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-social-distance-2-meters::before {
  content: "\F1579";
}

/* line 18584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-social-distance-6-feet::before {
  content: "\F157A";
}

/* line 18588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sofa::before {
  content: "\F04B9";
}

/* line 18592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sofa-outline::before {
  content: "\F156D";
}

/* line 18596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sofa-single::before {
  content: "\F156E";
}

/* line 18600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sofa-single-outline::before {
  content: "\F156F";
}

/* line 18604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-solar-panel::before {
  content: "\F0D9B";
}

/* line 18608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-solar-panel-large::before {
  content: "\F0D9C";
}

/* line 18612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-solar-power::before {
  content: "\F0A72";
}

/* line 18616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-soldering-iron::before {
  content: "\F1092";
}

/* line 18620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-solid::before {
  content: "\F068D";
}

/* line 18624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sony-playstation::before {
  content: "\F0414";
}

/* line 18628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort::before {
  content: "\F04BA";
}

/* line 18632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-alphabetical-ascending::before {
  content: "\F05BD";
}

/* line 18636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-alphabetical-ascending-variant::before {
  content: "\F1148";
}

/* line 18640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-alphabetical-descending::before {
  content: "\F05BF";
}

/* line 18644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-alphabetical-descending-variant::before {
  content: "\F1149";
}

/* line 18648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-alphabetical-variant::before {
  content: "\F04BB";
}

/* line 18652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-ascending::before {
  content: "\F04BC";
}

/* line 18656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-bool-ascending::before {
  content: "\F1385";
}

/* line 18660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-bool-ascending-variant::before {
  content: "\F1386";
}

/* line 18664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-bool-descending::before {
  content: "\F1387";
}

/* line 18668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-bool-descending-variant::before {
  content: "\F1388";
}

/* line 18672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-calendar-ascending::before {
  content: "\F1547";
}

/* line 18676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-calendar-descending::before {
  content: "\F1548";
}

/* line 18680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-clock-ascending::before {
  content: "\F1549";
}

/* line 18684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-clock-ascending-outline::before {
  content: "\F154A";
}

/* line 18688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-clock-descending::before {
  content: "\F154B";
}

/* line 18692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-clock-descending-outline::before {
  content: "\F154C";
}

/* line 18696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-descending::before {
  content: "\F04BD";
}

/* line 18700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-numeric-ascending::before {
  content: "\F1389";
}

/* line 18704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-numeric-ascending-variant::before {
  content: "\F090D";
}

/* line 18708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-numeric-descending::before {
  content: "\F138A";
}

/* line 18712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-numeric-descending-variant::before {
  content: "\F0AD2";
}

/* line 18716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-numeric-variant::before {
  content: "\F04BE";
}

/* line 18720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-reverse-variant::before {
  content: "\F033C";
}

/* line 18724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-variant::before {
  content: "\F04BF";
}

/* line 18728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-variant-lock::before {
  content: "\F0CCD";
}

/* line 18732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-variant-lock-open::before {
  content: "\F0CCE";
}

/* line 18736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sort-variant-remove::before {
  content: "\F1147";
}

/* line 18740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-soundcloud::before {
  content: "\F04C0";
}

/* line 18744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-branch::before {
  content: "\F062C";
}

/* line 18748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-branch-check::before {
  content: "\F14CF";
}

/* line 18752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-branch-minus::before {
  content: "\F14CB";
}

/* line 18756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-branch-plus::before {
  content: "\F14CA";
}

/* line 18760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-branch-refresh::before {
  content: "\F14CD";
}

/* line 18764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-branch-remove::before {
  content: "\F14CC";
}

/* line 18768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-branch-sync::before {
  content: "\F14CE";
}

/* line 18772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-commit::before {
  content: "\F0718";
}

/* line 18776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-commit-end::before {
  content: "\F0719";
}

/* line 18780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-commit-end-local::before {
  content: "\F071A";
}

/* line 18784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-commit-local::before {
  content: "\F071B";
}

/* line 18788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-commit-next-local::before {
  content: "\F071C";
}

/* line 18792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-commit-start::before {
  content: "\F071D";
}

/* line 18796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-commit-start-next-local::before {
  content: "\F071E";
}

/* line 18800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-fork::before {
  content: "\F04C1";
}

/* line 18804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-merge::before {
  content: "\F062D";
}

/* line 18808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-pull::before {
  content: "\F04C2";
}

/* line 18812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-repository::before {
  content: "\F0CCF";
}

/* line 18816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-source-repository-multiple::before {
  content: "\F0CD0";
}

/* line 18820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-soy-sauce::before {
  content: "\F07EE";
}

/* line 18824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-soy-sauce-off::before {
  content: "\F13FC";
}

/* line 18828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spa::before {
  content: "\F0CD1";
}

/* line 18832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spa-outline::before {
  content: "\F0CD2";
}

/* line 18836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-space-invaders::before {
  content: "\F0BC9";
}

/* line 18840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-space-station::before {
  content: "\F1383";
}

/* line 18844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spade::before {
  content: "\F0E65";
}

/* line 18848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sparkles::before {
  content: "\F1545";
}

/* line 18852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-speaker::before {
  content: "\F04C3";
}

/* line 18856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-speaker-bluetooth::before {
  content: "\F09A2";
}

/* line 18860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-speaker-multiple::before {
  content: "\F0D38";
}

/* line 18864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-speaker-off::before {
  content: "\F04C4";
}

/* line 18868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-speaker-wireless::before {
  content: "\F071F";
}

/* line 18872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-speedometer::before {
  content: "\F04C5";
}

/* line 18876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-speedometer-medium::before {
  content: "\F0F85";
}

/* line 18880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-speedometer-slow::before {
  content: "\F0F86";
}

/* line 18884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spellcheck::before {
  content: "\F04C6";
}

/* line 18888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spider::before {
  content: "\F11EA";
}

/* line 18892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spider-thread::before {
  content: "\F11EB";
}

/* line 18896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spider-web::before {
  content: "\F0BCA";
}

/* line 18900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spirit-level::before {
  content: "\F14F1";
}

/* line 18904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spoon-sugar::before {
  content: "\F1429";
}

/* line 18908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spotify::before {
  content: "\F04C7";
}

/* line 18912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spotlight::before {
  content: "\F04C8";
}

/* line 18916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spotlight-beam::before {
  content: "\F04C9";
}

/* line 18920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spray::before {
  content: "\F0665";
}

/* line 18924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spray-bottle::before {
  content: "\F0AE0";
}

/* line 18928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sprinkler::before {
  content: "\F105F";
}

/* line 18932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sprinkler-variant::before {
  content: "\F1060";
}

/* line 18936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sprout::before {
  content: "\F0E66";
}

/* line 18940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sprout-outline::before {
  content: "\F0E67";
}

/* line 18944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square::before {
  content: "\F0764";
}

/* line 18948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-circle::before {
  content: "\F1500";
}

/* line 18952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-edit-outline::before {
  content: "\F090C";
}

/* line 18956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-medium::before {
  content: "\F0A13";
}

/* line 18960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-medium-outline::before {
  content: "\F0A14";
}

/* line 18964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-off::before {
  content: "\F12EE";
}

/* line 18968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-off-outline::before {
  content: "\F12EF";
}

/* line 18972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-outline::before {
  content: "\F0763";
}

/* line 18976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-root::before {
  content: "\F0784";
}

/* line 18980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-root-box::before {
  content: "\F09A3";
}

/* line 18984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-rounded::before {
  content: "\F14FB";
}

/* line 18988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-rounded-outline::before {
  content: "\F14FC";
}

/* line 18992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-small::before {
  content: "\F0A15";
}

/* line 18996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-square-wave::before {
  content: "\F147B";
}

/* line 19000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-squeegee::before {
  content: "\F0AE1";
}

/* line 19004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ssh::before {
  content: "\F08C0";
}

/* line 19008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stack-exchange::before {
  content: "\F060B";
}

/* line 19012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stack-overflow::before {
  content: "\F04CC";
}

/* line 19016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stackpath::before {
  content: "\F0359";
}

/* line 19020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stadium::before {
  content: "\F0FF9";
}

/* line 19024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stadium-variant::before {
  content: "\F0720";
}

/* line 19028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stairs::before {
  content: "\F04CD";
}

/* line 19032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stairs-box::before {
  content: "\F139E";
}

/* line 19036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stairs-down::before {
  content: "\F12BE";
}

/* line 19040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stairs-up::before {
  content: "\F12BD";
}

/* line 19044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stamper::before {
  content: "\F0D39";
}

/* line 19048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-standard-definition::before {
  content: "\F07EF";
}

/* line 19052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star::before {
  content: "\F04CE";
}

/* line 19056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-box::before {
  content: "\F0A73";
}

/* line 19060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-box-multiple::before {
  content: "\F1286";
}

/* line 19064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-box-multiple-outline::before {
  content: "\F1287";
}

/* line 19068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-box-outline::before {
  content: "\F0A74";
}

/* line 19072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-check::before {
  content: "\F1566";
}

/* line 19076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-check-outline::before {
  content: "\F156A";
}

/* line 19080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-circle::before {
  content: "\F04CF";
}

/* line 19084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-circle-outline::before {
  content: "\F09A4";
}

/* line 19088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-face::before {
  content: "\F09A5";
}

/* line 19092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-four-points::before {
  content: "\F0AE2";
}

/* line 19096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-four-points-outline::before {
  content: "\F0AE3";
}

/* line 19100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-half::before {
  content: "\F0246";
}

/* line 19104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-half-full::before {
  content: "\F04D0";
}

/* line 19108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-minus::before {
  content: "\F1564";
}

/* line 19112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-minus-outline::before {
  content: "\F1568";
}

/* line 19116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-off::before {
  content: "\F04D1";
}

/* line 19120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-off-outline::before {
  content: "\F155B";
}

/* line 19124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-outline::before {
  content: "\F04D2";
}

/* line 19128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-plus::before {
  content: "\F1563";
}

/* line 19132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-plus-outline::before {
  content: "\F1567";
}

/* line 19136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-remove::before {
  content: "\F1565";
}

/* line 19140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-remove-outline::before {
  content: "\F1569";
}

/* line 19144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-three-points::before {
  content: "\F0AE4";
}

/* line 19148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-star-three-points-outline::before {
  content: "\F0AE5";
}

/* line 19152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-state-machine::before {
  content: "\F11EF";
}

/* line 19156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-steam::before {
  content: "\F04D3";
}

/* line 19160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-steering::before {
  content: "\F04D4";
}

/* line 19164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-steering-off::before {
  content: "\F090E";
}

/* line 19168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-step-backward::before {
  content: "\F04D5";
}

/* line 19172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-step-backward-2::before {
  content: "\F04D6";
}

/* line 19176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-step-forward::before {
  content: "\F04D7";
}

/* line 19180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-step-forward-2::before {
  content: "\F04D8";
}

/* line 19184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stethoscope::before {
  content: "\F04D9";
}

/* line 19188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker::before {
  content: "\F1364";
}

/* line 19192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-alert::before {
  content: "\F1365";
}

/* line 19196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-alert-outline::before {
  content: "\F1366";
}

/* line 19200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-check::before {
  content: "\F1367";
}

/* line 19204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-check-outline::before {
  content: "\F1368";
}

/* line 19208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-circle-outline::before {
  content: "\F05D0";
}

/* line 19212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-emoji::before {
  content: "\F0785";
}

/* line 19216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-minus::before {
  content: "\F1369";
}

/* line 19220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-minus-outline::before {
  content: "\F136A";
}

/* line 19224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-outline::before {
  content: "\F136B";
}

/* line 19228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-plus::before {
  content: "\F136C";
}

/* line 19232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-plus-outline::before {
  content: "\F136D";
}

/* line 19236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-remove::before {
  content: "\F136E";
}

/* line 19240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sticker-remove-outline::before {
  content: "\F136F";
}

/* line 19244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stocking::before {
  content: "\F04DA";
}

/* line 19248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stomach::before {
  content: "\F1093";
}

/* line 19252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stop::before {
  content: "\F04DB";
}

/* line 19256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stop-circle::before {
  content: "\F0666";
}

/* line 19260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stop-circle-outline::before {
  content: "\F0667";
}

/* line 19264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-store::before {
  content: "\F04DC";
}

/* line 19268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-store-24-hour::before {
  content: "\F04DD";
}

/* line 19272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-store-outline::before {
  content: "\F1361";
}

/* line 19276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-storefront::before {
  content: "\F07C7";
}

/* line 19280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-storefront-outline::before {
  content: "\F10C1";
}

/* line 19284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stove::before {
  content: "\F04DE";
}

/* line 19288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-strategy::before {
  content: "\F11D6";
}

/* line 19292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stretch-to-page::before {
  content: "\F0F2B";
}

/* line 19296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-stretch-to-page-outline::before {
  content: "\F0F2C";
}

/* line 19300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-string-lights::before {
  content: "\F12BA";
}

/* line 19304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-string-lights-off::before {
  content: "\F12BB";
}

/* line 19308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-subdirectory-arrow-left::before {
  content: "\F060C";
}

/* line 19312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-subdirectory-arrow-right::before {
  content: "\F060D";
}

/* line 19316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-submarine::before {
  content: "\F156C";
}

/* line 19320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-subtitles::before {
  content: "\F0A16";
}

/* line 19324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-subtitles-outline::before {
  content: "\F0A17";
}

/* line 19328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-subway::before {
  content: "\F06AC";
}

/* line 19332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-subway-alert-variant::before {
  content: "\F0D9D";
}

/* line 19336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-subway-variant::before {
  content: "\F04DF";
}

/* line 19340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-summit::before {
  content: "\F0786";
}

/* line 19344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sunglasses::before {
  content: "\F04E0";
}

/* line 19348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-surround-sound::before {
  content: "\F05C5";
}

/* line 19352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-surround-sound-2-0::before {
  content: "\F07F0";
}

/* line 19356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-surround-sound-3-1::before {
  content: "\F07F1";
}

/* line 19360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-surround-sound-5-1::before {
  content: "\F07F2";
}

/* line 19364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-surround-sound-7-1::before {
  content: "\F07F3";
}

/* line 19368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-svg::before {
  content: "\F0721";
}

/* line 19372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-horizontal::before {
  content: "\F04E1";
}

/* line 19376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-horizontal-bold::before {
  content: "\F0BCD";
}

/* line 19380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-horizontal-circle::before {
  content: "\F0FE1";
}

/* line 19384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-horizontal-circle-outline::before {
  content: "\F0FE2";
}

/* line 19388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-horizontal-variant::before {
  content: "\F08C1";
}

/* line 19392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-vertical::before {
  content: "\F04E2";
}

/* line 19396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-vertical-bold::before {
  content: "\F0BCE";
}

/* line 19400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-vertical-circle::before {
  content: "\F0FE3";
}

/* line 19404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-vertical-circle-outline::before {
  content: "\F0FE4";
}

/* line 19408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swap-vertical-variant::before {
  content: "\F08C2";
}

/* line 19412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-swim::before {
  content: "\F04E3";
}

/* line 19416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-switch::before {
  content: "\F04E4";
}

/* line 19420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sword::before {
  content: "\F04E5";
}

/* line 19424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sword-cross::before {
  content: "\F0787";
}

/* line 19428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-syllabary-hangul::before {
  content: "\F1333";
}

/* line 19432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-syllabary-hiragana::before {
  content: "\F1334";
}

/* line 19436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-syllabary-katakana::before {
  content: "\F1335";
}

/* line 19440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-syllabary-katakana-halfwidth::before {
  content: "\F1336";
}

/* line 19444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-symbol::before {
  content: "\F1501";
}

/* line 19448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-symfony::before {
  content: "\F0AE6";
}

/* line 19452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sync::before {
  content: "\F04E6";
}

/* line 19456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sync-alert::before {
  content: "\F04E7";
}

/* line 19460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sync-circle::before {
  content: "\F1378";
}

/* line 19464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-sync-off::before {
  content: "\F04E8";
}

/* line 19468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tab::before {
  content: "\F04E9";
}

/* line 19472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tab-minus::before {
  content: "\F0B4B";
}

/* line 19476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tab-plus::before {
  content: "\F075C";
}

/* line 19480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tab-remove::before {
  content: "\F0B4C";
}

/* line 19484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tab-unselected::before {
  content: "\F04EA";
}

/* line 19488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table::before {
  content: "\F04EB";
}

/* line 19492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-account::before {
  content: "\F13B9";
}

/* line 19496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-alert::before {
  content: "\F13BA";
}

/* line 19500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-arrow-down::before {
  content: "\F13BB";
}

/* line 19504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-arrow-left::before {
  content: "\F13BC";
}

/* line 19508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-arrow-right::before {
  content: "\F13BD";
}

/* line 19512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-arrow-up::before {
  content: "\F13BE";
}

/* line 19516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-border::before {
  content: "\F0A18";
}

/* line 19520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-cancel::before {
  content: "\F13BF";
}

/* line 19524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-chair::before {
  content: "\F1061";
}

/* line 19528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-check::before {
  content: "\F13C0";
}

/* line 19532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-clock::before {
  content: "\F13C1";
}

/* line 19536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-cog::before {
  content: "\F13C2";
}

/* line 19540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-column::before {
  content: "\F0835";
}

/* line 19544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-column-plus-after::before {
  content: "\F04EC";
}

/* line 19548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-column-plus-before::before {
  content: "\F04ED";
}

/* line 19552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-column-remove::before {
  content: "\F04EE";
}

/* line 19556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-column-width::before {
  content: "\F04EF";
}

/* line 19560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-edit::before {
  content: "\F04F0";
}

/* line 19564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-eye::before {
  content: "\F1094";
}

/* line 19568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-eye-off::before {
  content: "\F13C3";
}

/* line 19572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-furniture::before {
  content: "\F05BC";
}

/* line 19576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-headers-eye::before {
  content: "\F121D";
}

/* line 19580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-headers-eye-off::before {
  content: "\F121E";
}

/* line 19584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-heart::before {
  content: "\F13C4";
}

/* line 19588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-key::before {
  content: "\F13C5";
}

/* line 19592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-large::before {
  content: "\F04F1";
}

/* line 19596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-large-plus::before {
  content: "\F0F87";
}

/* line 19600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-large-remove::before {
  content: "\F0F88";
}

/* line 19604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-lock::before {
  content: "\F13C6";
}

/* line 19608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-merge-cells::before {
  content: "\F09A6";
}

/* line 19612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-minus::before {
  content: "\F13C7";
}

/* line 19616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-multiple::before {
  content: "\F13C8";
}

/* line 19620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-network::before {
  content: "\F13C9";
}

/* line 19624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-of-contents::before {
  content: "\F0836";
}

/* line 19628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-off::before {
  content: "\F13CA";
}

/* line 19632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-plus::before {
  content: "\F0A75";
}

/* line 19636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-refresh::before {
  content: "\F13A0";
}

/* line 19640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-remove::before {
  content: "\F0A76";
}

/* line 19644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-row::before {
  content: "\F0837";
}

/* line 19648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-row-height::before {
  content: "\F04F2";
}

/* line 19652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-row-plus-after::before {
  content: "\F04F3";
}

/* line 19656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-row-plus-before::before {
  content: "\F04F4";
}

/* line 19660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-row-remove::before {
  content: "\F04F5";
}

/* line 19664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-search::before {
  content: "\F090F";
}

/* line 19668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-settings::before {
  content: "\F0838";
}

/* line 19672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-split-cell::before {
  content: "\F142A";
}

/* line 19676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-star::before {
  content: "\F13CB";
}

/* line 19680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-sync::before {
  content: "\F13A1";
}

/* line 19684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-table-tennis::before {
  content: "\F0E68";
}

/* line 19688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tablet::before {
  content: "\F04F6";
}

/* line 19692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tablet-android::before {
  content: "\F04F7";
}

/* line 19696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tablet-cellphone::before {
  content: "\F09A7";
}

/* line 19700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tablet-dashboard::before {
  content: "\F0ECE";
}

/* line 19704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tablet-ipad::before {
  content: "\F04F8";
}

/* line 19708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-taco::before {
  content: "\F0762";
}

/* line 19712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag::before {
  content: "\F04F9";
}

/* line 19716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-faces::before {
  content: "\F04FA";
}

/* line 19720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-heart::before {
  content: "\F068B";
}

/* line 19724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-heart-outline::before {
  content: "\F0BCF";
}

/* line 19728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-minus::before {
  content: "\F0910";
}

/* line 19732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-minus-outline::before {
  content: "\F121F";
}

/* line 19736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-multiple::before {
  content: "\F04FB";
}

/* line 19740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-multiple-outline::before {
  content: "\F12F7";
}

/* line 19744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-off::before {
  content: "\F1220";
}

/* line 19748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-off-outline::before {
  content: "\F1221";
}

/* line 19752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-outline::before {
  content: "\F04FC";
}

/* line 19756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-plus::before {
  content: "\F0722";
}

/* line 19760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-plus-outline::before {
  content: "\F1222";
}

/* line 19764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-remove::before {
  content: "\F0723";
}

/* line 19768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-remove-outline::before {
  content: "\F1223";
}

/* line 19772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-text::before {
  content: "\F1224";
}

/* line 19776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tag-text-outline::before {
  content: "\F04FD";
}

/* line 19780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tailwind::before {
  content: "\F13FF";
}

/* line 19784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tank::before {
  content: "\F0D3A";
}

/* line 19788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tanker-truck::before {
  content: "\F0FE5";
}

/* line 19792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tape-measure::before {
  content: "\F0B4D";
}

/* line 19796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-target::before {
  content: "\F04FE";
}

/* line 19800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-target-account::before {
  content: "\F0BD0";
}

/* line 19804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-target-variant::before {
  content: "\F0A77";
}

/* line 19808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-taxi::before {
  content: "\F04FF";
}

/* line 19812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tea::before {
  content: "\F0D9E";
}

/* line 19816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tea-outline::before {
  content: "\F0D9F";
}

/* line 19820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-teach::before {
  content: "\F0890";
}

/* line 19824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-teamviewer::before {
  content: "\F0500";
}

/* line 19828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-telegram::before {
  content: "\F0501";
}

/* line 19832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-telescope::before {
  content: "\F0B4E";
}

/* line 19836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television::before {
  content: "\F0502";
}

/* line 19840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-ambient-light::before {
  content: "\F1356";
}

/* line 19844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-box::before {
  content: "\F0839";
}

/* line 19848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-classic::before {
  content: "\F07F4";
}

/* line 19852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-classic-off::before {
  content: "\F083A";
}

/* line 19856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-clean::before {
  content: "\F1110";
}

/* line 19860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-guide::before {
  content: "\F0503";
}

/* line 19864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-off::before {
  content: "\F083B";
}

/* line 19868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-pause::before {
  content: "\F0F89";
}

/* line 19872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-play::before {
  content: "\F0ECF";
}

/* line 19876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-television-stop::before {
  content: "\F0F8A";
}

/* line 19880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-temperature-celsius::before {
  content: "\F0504";
}

/* line 19884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-temperature-fahrenheit::before {
  content: "\F0505";
}

/* line 19888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-temperature-kelvin::before {
  content: "\F0506";
}

/* line 19892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tennis::before {
  content: "\F0DA0";
}

/* line 19896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tennis-ball::before {
  content: "\F0507";
}

/* line 19900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tent::before {
  content: "\F0508";
}

/* line 19904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-terraform::before {
  content: "\F1062";
}

/* line 19908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-terrain::before {
  content: "\F0509";
}

/* line 19912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-test-tube::before {
  content: "\F0668";
}

/* line 19916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-test-tube-empty::before {
  content: "\F0911";
}

/* line 19920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-test-tube-off::before {
  content: "\F0912";
}

/* line 19924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text::before {
  content: "\F09A8";
}

/* line 19928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-account::before {
  content: "\F1570";
}

/* line 19932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box::before {
  content: "\F021A";
}

/* line 19936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-check::before {
  content: "\F0EA6";
}

/* line 19940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-check-outline::before {
  content: "\F0EA7";
}

/* line 19944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-minus::before {
  content: "\F0EA8";
}

/* line 19948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-minus-outline::before {
  content: "\F0EA9";
}

/* line 19952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-multiple::before {
  content: "\F0AB7";
}

/* line 19956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-multiple-outline::before {
  content: "\F0AB8";
}

/* line 19960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-outline::before {
  content: "\F09ED";
}

/* line 19964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-plus::before {
  content: "\F0EAA";
}

/* line 19968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-plus-outline::before {
  content: "\F0EAB";
}

/* line 19972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-remove::before {
  content: "\F0EAC";
}

/* line 19976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-remove-outline::before {
  content: "\F0EAD";
}

/* line 19980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-search::before {
  content: "\F0EAE";
}

/* line 19984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-box-search-outline::before {
  content: "\F0EAF";
}

/* line 19988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-recognition::before {
  content: "\F113D";
}

/* line 19992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-search::before {
  content: "\F13B8";
}

/* line 19996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-shadow::before {
  content: "\F0669";
}

/* line 20000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-short::before {
  content: "\F09A9";
}

/* line 20004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-subject::before {
  content: "\F09AA";
}

/* line 20008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-to-speech::before {
  content: "\F050A";
}

/* line 20012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-text-to-speech-off::before {
  content: "\F050B";
}

/* line 20016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-texture::before {
  content: "\F050C";
}

/* line 20020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-texture-box::before {
  content: "\F0FE6";
}

/* line 20024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-theater::before {
  content: "\F050D";
}

/* line 20028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-theme-light-dark::before {
  content: "\F050E";
}

/* line 20032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer::before {
  content: "\F050F";
}

/* line 20036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-alert::before {
  content: "\F0E01";
}

/* line 20040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-chevron-down::before {
  content: "\F0E02";
}

/* line 20044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-chevron-up::before {
  content: "\F0E03";
}

/* line 20048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-high::before {
  content: "\F10C2";
}

/* line 20052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-lines::before {
  content: "\F0510";
}

/* line 20056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-low::before {
  content: "\F10C3";
}

/* line 20060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-minus::before {
  content: "\F0E04";
}

/* line 20064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-off::before {
  content: "\F1531";
}

/* line 20068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermometer-plus::before {
  content: "\F0E05";
}

/* line 20072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermostat::before {
  content: "\F0393";
}

/* line 20076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thermostat-box::before {
  content: "\F0891";
}

/* line 20080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thought-bubble::before {
  content: "\F07F6";
}

/* line 20084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thought-bubble-outline::before {
  content: "\F07F7";
}

/* line 20088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thumb-down::before {
  content: "\F0511";
}

/* line 20092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thumb-down-outline::before {
  content: "\F0512";
}

/* line 20096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thumb-up::before {
  content: "\F0513";
}

/* line 20100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thumb-up-outline::before {
  content: "\F0514";
}

/* line 20104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-thumbs-up-down::before {
  content: "\F0515";
}

/* line 20108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ticket::before {
  content: "\F0516";
}

/* line 20112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ticket-account::before {
  content: "\F0517";
}

/* line 20116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ticket-confirmation::before {
  content: "\F0518";
}

/* line 20120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ticket-confirmation-outline::before {
  content: "\F13AA";
}

/* line 20124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ticket-outline::before {
  content: "\F0913";
}

/* line 20128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ticket-percent::before {
  content: "\F0724";
}

/* line 20132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ticket-percent-outline::before {
  content: "\F142B";
}

/* line 20136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tie::before {
  content: "\F0519";
}

/* line 20140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tilde::before {
  content: "\F0725";
}

/* line 20144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timelapse::before {
  content: "\F051A";
}

/* line 20148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline::before {
  content: "\F0BD1";
}

/* line 20152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-alert::before {
  content: "\F0F95";
}

/* line 20156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-alert-outline::before {
  content: "\F0F98";
}

/* line 20160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-check::before {
  content: "\F1532";
}

/* line 20164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-check-outline::before {
  content: "\F1533";
}

/* line 20168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-clock::before {
  content: "\F11FB";
}

/* line 20172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-clock-outline::before {
  content: "\F11FC";
}

/* line 20176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-help::before {
  content: "\F0F99";
}

/* line 20180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-help-outline::before {
  content: "\F0F9A";
}

/* line 20184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-minus::before {
  content: "\F1534";
}

/* line 20188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-minus-outline::before {
  content: "\F1535";
}

/* line 20192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-outline::before {
  content: "\F0BD2";
}

/* line 20196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-plus::before {
  content: "\F0F96";
}

/* line 20200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-plus-outline::before {
  content: "\F0F97";
}

/* line 20204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-remove::before {
  content: "\F1536";
}

/* line 20208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-remove-outline::before {
  content: "\F1537";
}

/* line 20212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-text::before {
  content: "\F0BD3";
}

/* line 20216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timeline-text-outline::before {
  content: "\F0BD4";
}

/* line 20220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer::before {
  content: "\F13AB";
}

/* line 20224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer-10::before {
  content: "\F051C";
}

/* line 20228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer-3::before {
  content: "\F051D";
}

/* line 20232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer-off::before {
  content: "\F13AC";
}

/* line 20236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer-off-outline::before {
  content: "\F051E";
}

/* line 20240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer-outline::before {
  content: "\F051B";
}

/* line 20244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer-sand::before {
  content: "\F051F";
}

/* line 20248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer-sand-empty::before {
  content: "\F06AD";
}

/* line 20252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timer-sand-full::before {
  content: "\F078C";
}

/* line 20256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-timetable::before {
  content: "\F0520";
}

/* line 20260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toaster::before {
  content: "\F1063";
}

/* line 20264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toaster-off::before {
  content: "\F11B7";
}

/* line 20268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toaster-oven::before {
  content: "\F0CD3";
}

/* line 20272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toggle-switch::before {
  content: "\F0521";
}

/* line 20276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toggle-switch-off::before {
  content: "\F0522";
}

/* line 20280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toggle-switch-off-outline::before {
  content: "\F0A19";
}

/* line 20284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toggle-switch-outline::before {
  content: "\F0A1A";
}

/* line 20288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toilet::before {
  content: "\F09AB";
}

/* line 20292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toolbox::before {
  content: "\F09AC";
}

/* line 20296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toolbox-outline::before {
  content: "\F09AD";
}

/* line 20300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tools::before {
  content: "\F1064";
}

/* line 20304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip::before {
  content: "\F0523";
}

/* line 20308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-account::before {
  content: "\F000C";
}

/* line 20312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-check::before {
  content: "\F155C";
}

/* line 20316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-check-outline::before {
  content: "\F155D";
}

/* line 20320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-edit::before {
  content: "\F0524";
}

/* line 20324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-edit-outline::before {
  content: "\F12C5";
}

/* line 20328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-image::before {
  content: "\F0525";
}

/* line 20332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-image-outline::before {
  content: "\F0BD5";
}

/* line 20336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-minus::before {
  content: "\F155E";
}

/* line 20340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-minus-outline::before {
  content: "\F155F";
}

/* line 20344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-outline::before {
  content: "\F0526";
}

/* line 20348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-plus::before {
  content: "\F0BD6";
}

/* line 20352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-plus-outline::before {
  content: "\F0527";
}

/* line 20356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-remove::before {
  content: "\F1560";
}

/* line 20360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-remove-outline::before {
  content: "\F1561";
}

/* line 20364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-text::before {
  content: "\F0528";
}

/* line 20368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooltip-text-outline::before {
  content: "\F0BD7";
}

/* line 20372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooth::before {
  content: "\F08C3";
}

/* line 20376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tooth-outline::before {
  content: "\F0529";
}

/* line 20380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toothbrush::before {
  content: "\F1129";
}

/* line 20384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toothbrush-electric::before {
  content: "\F112C";
}

/* line 20388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toothbrush-paste::before {
  content: "\F112A";
}

/* line 20392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tortoise::before {
  content: "\F0D3B";
}

/* line 20396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toslink::before {
  content: "\F12B8";
}

/* line 20400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tournament::before {
  content: "\F09AE";
}

/* line 20404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tow-truck::before {
  content: "\F083C";
}

/* line 20408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tower-beach::before {
  content: "\F0681";
}

/* line 20412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tower-fire::before {
  content: "\F0682";
}

/* line 20416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick::before {
  content: "\F1288";
}

/* line 20420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-marker::before {
  content: "\F1289";
}

/* line 20424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-marker-outline::before {
  content: "\F128A";
}

/* line 20428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-minus::before {
  content: "\F128B";
}

/* line 20432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-minus-outline::before {
  content: "\F128C";
}

/* line 20436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-outline::before {
  content: "\F128D";
}

/* line 20440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-plus::before {
  content: "\F128E";
}

/* line 20444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-plus-outline::before {
  content: "\F128F";
}

/* line 20448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-remove::before {
  content: "\F1290";
}

/* line 20452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-remove-outline::before {
  content: "\F1291";
}

/* line 20456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-search::before {
  content: "\F1292";
}

/* line 20460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-toy-brick-search-outline::before {
  content: "\F1293";
}

/* line 20464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-track-light::before {
  content: "\F0914";
}

/* line 20468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trackpad::before {
  content: "\F07F8";
}

/* line 20472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trackpad-lock::before {
  content: "\F0933";
}

/* line 20476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tractor::before {
  content: "\F0892";
}

/* line 20480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tractor-variant::before {
  content: "\F14C4";
}

/* line 20484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trademark::before {
  content: "\F0A78";
}

/* line 20488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-traffic-cone::before {
  content: "\F137C";
}

/* line 20492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-traffic-light::before {
  content: "\F052B";
}

/* line 20496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-train::before {
  content: "\F052C";
}

/* line 20500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-train-car::before {
  content: "\F0BD8";
}

/* line 20504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-train-variant::before {
  content: "\F08C4";
}

/* line 20508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tram::before {
  content: "\F052D";
}

/* line 20512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tram-side::before {
  content: "\F0FE7";
}

/* line 20516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transcribe::before {
  content: "\F052E";
}

/* line 20520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transcribe-close::before {
  content: "\F052F";
}

/* line 20524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transfer::before {
  content: "\F1065";
}

/* line 20528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transfer-down::before {
  content: "\F0DA1";
}

/* line 20532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transfer-left::before {
  content: "\F0DA2";
}

/* line 20536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transfer-right::before {
  content: "\F0530";
}

/* line 20540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transfer-up::before {
  content: "\F0DA3";
}

/* line 20544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transit-connection::before {
  content: "\F0D3C";
}

/* line 20548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transit-connection-horizontal::before {
  content: "\F1546";
}

/* line 20552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transit-connection-variant::before {
  content: "\F0D3D";
}

/* line 20556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transit-detour::before {
  content: "\F0F8B";
}

/* line 20560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transit-skip::before {
  content: "\F1515";
}

/* line 20564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transit-transfer::before {
  content: "\F06AE";
}

/* line 20568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transition::before {
  content: "\F0915";
}

/* line 20572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transition-masked::before {
  content: "\F0916";
}

/* line 20576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-translate::before {
  content: "\F05CA";
}

/* line 20580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-translate-off::before {
  content: "\F0E06";
}

/* line 20584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-transmission-tower::before {
  content: "\F0D3E";
}

/* line 20588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trash-can::before {
  content: "\F0A79";
}

/* line 20592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trash-can-outline::before {
  content: "\F0A7A";
}

/* line 20596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tray::before {
  content: "\F1294";
}

/* line 20600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tray-alert::before {
  content: "\F1295";
}

/* line 20604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tray-full::before {
  content: "\F1296";
}

/* line 20608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tray-minus::before {
  content: "\F1297";
}

/* line 20612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tray-plus::before {
  content: "\F1298";
}

/* line 20616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tray-remove::before {
  content: "\F1299";
}

/* line 20620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-treasure-chest::before {
  content: "\F0726";
}

/* line 20624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tree::before {
  content: "\F0531";
}

/* line 20628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tree-outline::before {
  content: "\F0E69";
}

/* line 20632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trello::before {
  content: "\F0532";
}

/* line 20636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trending-down::before {
  content: "\F0533";
}

/* line 20640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trending-neutral::before {
  content: "\F0534";
}

/* line 20644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trending-up::before {
  content: "\F0535";
}

/* line 20648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-triangle::before {
  content: "\F0536";
}

/* line 20652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-triangle-outline::before {
  content: "\F0537";
}

/* line 20656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-triangle-wave::before {
  content: "\F147C";
}

/* line 20660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-triforce::before {
  content: "\F0BD9";
}

/* line 20664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trophy::before {
  content: "\F0538";
}

/* line 20668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trophy-award::before {
  content: "\F0539";
}

/* line 20672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trophy-broken::before {
  content: "\F0DA4";
}

/* line 20676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trophy-outline::before {
  content: "\F053A";
}

/* line 20680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trophy-variant::before {
  content: "\F053B";
}

/* line 20684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trophy-variant-outline::before {
  content: "\F053C";
}

/* line 20688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck::before {
  content: "\F053D";
}

/* line 20692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck-check::before {
  content: "\F0CD4";
}

/* line 20696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck-check-outline::before {
  content: "\F129A";
}

/* line 20700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck-delivery::before {
  content: "\F053E";
}

/* line 20704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck-delivery-outline::before {
  content: "\F129B";
}

/* line 20708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck-fast::before {
  content: "\F0788";
}

/* line 20712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck-fast-outline::before {
  content: "\F129C";
}

/* line 20716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck-outline::before {
  content: "\F129D";
}

/* line 20720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-truck-trailer::before {
  content: "\F0727";
}

/* line 20724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-trumpet::before {
  content: "\F1096";
}

/* line 20728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tshirt-crew::before {
  content: "\F0A7B";
}

/* line 20732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tshirt-crew-outline::before {
  content: "\F053F";
}

/* line 20736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tshirt-v::before {
  content: "\F0A7C";
}

/* line 20740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tshirt-v-outline::before {
  content: "\F0540";
}

/* line 20744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tumble-dryer::before {
  content: "\F0917";
}

/* line 20748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tumble-dryer-alert::before {
  content: "\F11BA";
}

/* line 20752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tumble-dryer-off::before {
  content: "\F11BB";
}

/* line 20756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tune::before {
  content: "\F062E";
}

/* line 20760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tune-variant::before {
  content: "\F1542";
}

/* line 20764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tune-vertical::before {
  content: "\F066A";
}

/* line 20768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-tune-vertical-variant::before {
  content: "\F1543";
}

/* line 20772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-turnstile::before {
  content: "\F0CD5";
}

/* line 20776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-turnstile-outline::before {
  content: "\F0CD6";
}

/* line 20780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-turtle::before {
  content: "\F0CD7";
}

/* line 20784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-twitch::before {
  content: "\F0543";
}

/* line 20788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-twitter::before {
  content: "\F0544";
}

/* line 20792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-twitter-retweet::before {
  content: "\F0547";
}

/* line 20796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-two-factor-authentication::before {
  content: "\F09AF";
}

/* line 20800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-typewriter::before {
  content: "\F0F2D";
}

/* line 20804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ubisoft::before {
  content: "\F0BDA";
}

/* line 20808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ubuntu::before {
  content: "\F0548";
}

/* line 20812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ufo::before {
  content: "\F10C4";
}

/* line 20816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ufo-outline::before {
  content: "\F10C5";
}

/* line 20820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ultra-high-definition::before {
  content: "\F07F9";
}

/* line 20824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-umbraco::before {
  content: "\F0549";
}

/* line 20828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-umbrella::before {
  content: "\F054A";
}

/* line 20832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-umbrella-closed::before {
  content: "\F09B0";
}

/* line 20836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-umbrella-closed-outline::before {
  content: "\F13E2";
}

/* line 20840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-umbrella-closed-variant::before {
  content: "\F13E1";
}

/* line 20844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-umbrella-outline::before {
  content: "\F054B";
}

/* line 20848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-undo::before {
  content: "\F054C";
}

/* line 20852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-undo-variant::before {
  content: "\F054D";
}

/* line 20856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-unfold-less-horizontal::before {
  content: "\F054E";
}

/* line 20860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-unfold-less-vertical::before {
  content: "\F0760";
}

/* line 20864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-unfold-more-horizontal::before {
  content: "\F054F";
}

/* line 20868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-unfold-more-vertical::before {
  content: "\F0761";
}

/* line 20872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-ungroup::before {
  content: "\F0550";
}

/* line 20876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-unicode::before {
  content: "\F0ED0";
}

/* line 20880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-unity::before {
  content: "\F06AF";
}

/* line 20884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-unreal::before {
  content: "\F09B1";
}

/* line 20888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-untappd::before {
  content: "\F0551";
}

/* line 20892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-update::before {
  content: "\F06B0";
}

/* line 20896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload::before {
  content: "\F0552";
}

/* line 20900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload-lock::before {
  content: "\F1373";
}

/* line 20904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload-lock-outline::before {
  content: "\F1374";
}

/* line 20908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload-multiple::before {
  content: "\F083D";
}

/* line 20912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload-network::before {
  content: "\F06F6";
}

/* line 20916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload-network-outline::before {
  content: "\F0CD8";
}

/* line 20920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload-off::before {
  content: "\F10C6";
}

/* line 20924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload-off-outline::before {
  content: "\F10C7";
}

/* line 20928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-upload-outline::before {
  content: "\F0E07";
}

/* line 20932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-usb::before {
  content: "\F0553";
}

/* line 20936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-usb-flash-drive::before {
  content: "\F129E";
}

/* line 20940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-usb-flash-drive-outline::before {
  content: "\F129F";
}

/* line 20944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-usb-port::before {
  content: "\F11F0";
}

/* line 20948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-valve::before {
  content: "\F1066";
}

/* line 20952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-valve-closed::before {
  content: "\F1067";
}

/* line 20956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-valve-open::before {
  content: "\F1068";
}

/* line 20960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-van-passenger::before {
  content: "\F07FA";
}

/* line 20964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-van-utility::before {
  content: "\F07FB";
}

/* line 20968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vanish::before {
  content: "\F07FC";
}

/* line 20972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vanish-quarter::before {
  content: "\F1554";
}

/* line 20976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vanity-light::before {
  content: "\F11E1";
}

/* line 20980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-variable::before {
  content: "\F0AE7";
}

/* line 20984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-variable-box::before {
  content: "\F1111";
}

/* line 20988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-arrange-above::before {
  content: "\F0554";
}

/* line 20992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-arrange-below::before {
  content: "\F0555";
}

/* line 20996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-bezier::before {
  content: "\F0AE8";
}

/* line 21000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-circle::before {
  content: "\F0556";
}

/* line 21004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-circle-variant::before {
  content: "\F0557";
}

/* line 21008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-combine::before {
  content: "\F0558";
}

/* line 21012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-curve::before {
  content: "\F0559";
}

/* line 21016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-difference::before {
  content: "\F055A";
}

/* line 21020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-difference-ab::before {
  content: "\F055B";
}

/* line 21024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-difference-ba::before {
  content: "\F055C";
}

/* line 21028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-ellipse::before {
  content: "\F0893";
}

/* line 21032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-intersection::before {
  content: "\F055D";
}

/* line 21036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-line::before {
  content: "\F055E";
}

/* line 21040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-link::before {
  content: "\F0FE8";
}

/* line 21044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-point::before {
  content: "\F055F";
}

/* line 21048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-polygon::before {
  content: "\F0560";
}

/* line 21052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-polyline::before {
  content: "\F0561";
}

/* line 21056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-polyline-edit::before {
  content: "\F1225";
}

/* line 21060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-polyline-minus::before {
  content: "\F1226";
}

/* line 21064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-polyline-plus::before {
  content: "\F1227";
}

/* line 21068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-polyline-remove::before {
  content: "\F1228";
}

/* line 21072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-radius::before {
  content: "\F074A";
}

/* line 21076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-rectangle::before {
  content: "\F05C6";
}

/* line 21080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-selection::before {
  content: "\F0562";
}

/* line 21084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-square::before {
  content: "\F0001";
}

/* line 21088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-triangle::before {
  content: "\F0563";
}

/* line 21092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vector-union::before {
  content: "\F0564";
}

/* line 21096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vhs::before {
  content: "\F0A1B";
}

/* line 21100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vibrate::before {
  content: "\F0566";
}

/* line 21104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vibrate-off::before {
  content: "\F0CD9";
}

/* line 21108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video::before {
  content: "\F0567";
}

/* line 21112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-3d::before {
  content: "\F07FD";
}

/* line 21116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-3d-off::before {
  content: "\F13D9";
}

/* line 21120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-3d-variant::before {
  content: "\F0ED1";
}

/* line 21124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-4k-box::before {
  content: "\F083E";
}

/* line 21128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-account::before {
  content: "\F0919";
}

/* line 21132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-box::before {
  content: "\F00FD";
}

/* line 21136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-box-off::before {
  content: "\F00FE";
}

/* line 21140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-check::before {
  content: "\F1069";
}

/* line 21144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-check-outline::before {
  content: "\F106A";
}

/* line 21148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-high-definition::before {
  content: "\F152E";
}

/* line 21152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-image::before {
  content: "\F091A";
}

/* line 21156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-input-antenna::before {
  content: "\F083F";
}

/* line 21160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-input-component::before {
  content: "\F0840";
}

/* line 21164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-input-hdmi::before {
  content: "\F0841";
}

/* line 21168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-input-scart::before {
  content: "\F0F8C";
}

/* line 21172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-input-svideo::before {
  content: "\F0842";
}

/* line 21176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-minus::before {
  content: "\F09B2";
}

/* line 21180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-minus-outline::before {
  content: "\F02BA";
}

/* line 21184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-off::before {
  content: "\F0568";
}

/* line 21188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-off-outline::before {
  content: "\F0BDB";
}

/* line 21192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-outline::before {
  content: "\F0BDC";
}

/* line 21196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-plus::before {
  content: "\F09B3";
}

/* line 21200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-plus-outline::before {
  content: "\F01D3";
}

/* line 21204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-stabilization::before {
  content: "\F091B";
}

/* line 21208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-switch::before {
  content: "\F0569";
}

/* line 21212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-switch-outline::before {
  content: "\F0790";
}

/* line 21216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-vintage::before {
  content: "\F0A1C";
}

/* line 21220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-wireless::before {
  content: "\F0ED2";
}

/* line 21224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-video-wireless-outline::before {
  content: "\F0ED3";
}

/* line 21228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-agenda::before {
  content: "\F056A";
}

/* line 21232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-agenda-outline::before {
  content: "\F11D8";
}

/* line 21236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-array::before {
  content: "\F056B";
}

/* line 21240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-array-outline::before {
  content: "\F1485";
}

/* line 21244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-carousel::before {
  content: "\F056C";
}

/* line 21248, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-carousel-outline::before {
  content: "\F1486";
}

/* line 21252, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-column::before {
  content: "\F056D";
}

/* line 21256, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-column-outline::before {
  content: "\F1487";
}

/* line 21260, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-comfy::before {
  content: "\F0E6A";
}

/* line 21264, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-comfy-outline::before {
  content: "\F1488";
}

/* line 21268, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-compact::before {
  content: "\F0E6B";
}

/* line 21272, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-compact-outline::before {
  content: "\F0E6C";
}

/* line 21276, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-dashboard::before {
  content: "\F056E";
}

/* line 21280, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-dashboard-outline::before {
  content: "\F0A1D";
}

/* line 21284, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-dashboard-variant::before {
  content: "\F0843";
}

/* line 21288, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-dashboard-variant-outline::before {
  content: "\F1489";
}

/* line 21292, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-day::before {
  content: "\F056F";
}

/* line 21296, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-day-outline::before {
  content: "\F148A";
}

/* line 21300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-grid::before {
  content: "\F0570";
}

/* line 21304, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-grid-outline::before {
  content: "\F11D9";
}

/* line 21308, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-grid-plus::before {
  content: "\F0F8D";
}

/* line 21312, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-grid-plus-outline::before {
  content: "\F11DA";
}

/* line 21316, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-headline::before {
  content: "\F0571";
}

/* line 21320, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-list::before {
  content: "\F0572";
}

/* line 21324, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-list-outline::before {
  content: "\F148B";
}

/* line 21328, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-module::before {
  content: "\F0573";
}

/* line 21332, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-module-outline::before {
  content: "\F148C";
}

/* line 21336, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-parallel::before {
  content: "\F0728";
}

/* line 21340, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-parallel-outline::before {
  content: "\F148D";
}

/* line 21344, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-quilt::before {
  content: "\F0574";
}

/* line 21348, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-quilt-outline::before {
  content: "\F148E";
}

/* line 21352, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-sequential::before {
  content: "\F0729";
}

/* line 21356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-sequential-outline::before {
  content: "\F148F";
}

/* line 21360, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-split-horizontal::before {
  content: "\F0BCB";
}

/* line 21364, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-split-vertical::before {
  content: "\F0BCC";
}

/* line 21368, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-stream::before {
  content: "\F0575";
}

/* line 21372, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-stream-outline::before {
  content: "\F1490";
}

/* line 21376, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-week::before {
  content: "\F0576";
}

/* line 21380, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-view-week-outline::before {
  content: "\F1491";
}

/* line 21384, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vimeo::before {
  content: "\F0577";
}

/* line 21388, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-violin::before {
  content: "\F060F";
}

/* line 21392, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-virtual-reality::before {
  content: "\F0894";
}

/* line 21396, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-virus::before {
  content: "\F13B6";
}

/* line 21400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-virus-outline::before {
  content: "\F13B7";
}

/* line 21404, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vk::before {
  content: "\F0579";
}

/* line 21408, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vlc::before {
  content: "\F057C";
}

/* line 21412, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-voice-off::before {
  content: "\F0ED4";
}

/* line 21416, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-voicemail::before {
  content: "\F057D";
}

/* line 21420, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volleyball::before {
  content: "\F09B4";
}

/* line 21424, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-high::before {
  content: "\F057E";
}

/* line 21428, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-low::before {
  content: "\F057F";
}

/* line 21432, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-medium::before {
  content: "\F0580";
}

/* line 21436, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-minus::before {
  content: "\F075E";
}

/* line 21440, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-mute::before {
  content: "\F075F";
}

/* line 21444, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-off::before {
  content: "\F0581";
}

/* line 21448, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-plus::before {
  content: "\F075D";
}

/* line 21452, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-source::before {
  content: "\F1120";
}

/* line 21456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-variant-off::before {
  content: "\F0E08";
}

/* line 21460, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-volume-vibrate::before {
  content: "\F1121";
}

/* line 21464, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vote::before {
  content: "\F0A1F";
}

/* line 21468, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vote-outline::before {
  content: "\F0A20";
}

/* line 21472, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vpn::before {
  content: "\F0582";
}

/* line 21476, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vuejs::before {
  content: "\F0844";
}

/* line 21480, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-vuetify::before {
  content: "\F0E6D";
}

/* line 21484, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-walk::before {
  content: "\F0583";
}

/* line 21488, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wall::before {
  content: "\F07FE";
}

/* line 21492, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wall-sconce::before {
  content: "\F091C";
}

/* line 21496, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wall-sconce-flat::before {
  content: "\F091D";
}

/* line 21500, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wall-sconce-flat-variant::before {
  content: "\F041C";
}

/* line 21504, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wall-sconce-round::before {
  content: "\F0748";
}

/* line 21508, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wall-sconce-round-variant::before {
  content: "\F091E";
}

/* line 21512, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wallet::before {
  content: "\F0584";
}

/* line 21516, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wallet-giftcard::before {
  content: "\F0585";
}

/* line 21520, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wallet-membership::before {
  content: "\F0586";
}

/* line 21524, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wallet-outline::before {
  content: "\F0BDD";
}

/* line 21528, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wallet-plus::before {
  content: "\F0F8E";
}

/* line 21532, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wallet-plus-outline::before {
  content: "\F0F8F";
}

/* line 21536, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wallet-travel::before {
  content: "\F0587";
}

/* line 21540, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wallpaper::before {
  content: "\F0E09";
}

/* line 21544, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wan::before {
  content: "\F0588";
}

/* line 21548, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wardrobe::before {
  content: "\F0F90";
}

/* line 21552, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wardrobe-outline::before {
  content: "\F0F91";
}

/* line 21556, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-warehouse::before {
  content: "\F0F81";
}

/* line 21560, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-washing-machine::before {
  content: "\F072A";
}

/* line 21564, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-washing-machine-alert::before {
  content: "\F11BC";
}

/* line 21568, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-washing-machine-off::before {
  content: "\F11BD";
}

/* line 21572, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watch::before {
  content: "\F0589";
}

/* line 21576, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watch-export::before {
  content: "\F058A";
}

/* line 21580, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watch-export-variant::before {
  content: "\F0895";
}

/* line 21584, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watch-import::before {
  content: "\F058B";
}

/* line 21588, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watch-import-variant::before {
  content: "\F0896";
}

/* line 21592, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watch-variant::before {
  content: "\F0897";
}

/* line 21596, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watch-vibrate::before {
  content: "\F06B1";
}

/* line 21600, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watch-vibrate-off::before {
  content: "\F0CDA";
}

/* line 21604, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water::before {
  content: "\F058C";
}

/* line 21608, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-alert::before {
  content: "\F1502";
}

/* line 21612, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-alert-outline::before {
  content: "\F1503";
}

/* line 21616, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-boiler::before {
  content: "\F0F92";
}

/* line 21620, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-boiler-alert::before {
  content: "\F11B3";
}

/* line 21624, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-boiler-off::before {
  content: "\F11B4";
}

/* line 21628, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-check::before {
  content: "\F1504";
}

/* line 21632, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-check-outline::before {
  content: "\F1505";
}

/* line 21636, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-minus::before {
  content: "\F1506";
}

/* line 21640, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-minus-outline::before {
  content: "\F1507";
}

/* line 21644, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-off::before {
  content: "\F058D";
}

/* line 21648, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-off-outline::before {
  content: "\F1508";
}

/* line 21652, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-outline::before {
  content: "\F0E0A";
}

/* line 21656, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-percent::before {
  content: "\F058E";
}

/* line 21660, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-percent-alert::before {
  content: "\F1509";
}

/* line 21664, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-plus::before {
  content: "\F150A";
}

/* line 21668, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-plus-outline::before {
  content: "\F150B";
}

/* line 21672, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-polo::before {
  content: "\F12A0";
}

/* line 21676, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-pump::before {
  content: "\F058F";
}

/* line 21680, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-pump-off::before {
  content: "\F0F93";
}

/* line 21684, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-remove::before {
  content: "\F150C";
}

/* line 21688, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-remove-outline::before {
  content: "\F150D";
}

/* line 21692, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-well::before {
  content: "\F106B";
}

/* line 21696, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-water-well-outline::before {
  content: "\F106C";
}

/* line 21700, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watering-can::before {
  content: "\F1481";
}

/* line 21704, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watering-can-outline::before {
  content: "\F1482";
}

/* line 21708, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-watermark::before {
  content: "\F0612";
}

/* line 21712, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wave::before {
  content: "\F0F2E";
}

/* line 21716, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-waveform::before {
  content: "\F147D";
}

/* line 21720, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-waves::before {
  content: "\F078D";
}

/* line 21724, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-waze::before {
  content: "\F0BDE";
}

/* line 21728, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-cloudy::before {
  content: "\F0590";
}

/* line 21732, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-cloudy-alert::before {
  content: "\F0F2F";
}

/* line 21736, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-cloudy-arrow-right::before {
  content: "\F0E6E";
}

/* line 21740, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-fog::before {
  content: "\F0591";
}

/* line 21744, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-hail::before {
  content: "\F0592";
}

/* line 21748, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-hazy::before {
  content: "\F0F30";
}

/* line 21752, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-hurricane::before {
  content: "\F0898";
}

/* line 21756, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-lightning::before {
  content: "\F0593";
}

/* line 21760, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-lightning-rainy::before {
  content: "\F067E";
}

/* line 21764, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-night::before {
  content: "\F0594";
}

/* line 21768, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-night-partly-cloudy::before {
  content: "\F0F31";
}

/* line 21772, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-partly-cloudy::before {
  content: "\F0595";
}

/* line 21776, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-partly-lightning::before {
  content: "\F0F32";
}

/* line 21780, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-partly-rainy::before {
  content: "\F0F33";
}

/* line 21784, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-partly-snowy::before {
  content: "\F0F34";
}

/* line 21788, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-partly-snowy-rainy::before {
  content: "\F0F35";
}

/* line 21792, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-pouring::before {
  content: "\F0596";
}

/* line 21796, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-rainy::before {
  content: "\F0597";
}

/* line 21800, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-snowy::before {
  content: "\F0598";
}

/* line 21804, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-snowy-heavy::before {
  content: "\F0F36";
}

/* line 21808, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-snowy-rainy::before {
  content: "\F067F";
}

/* line 21812, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-sunny::before {
  content: "\F0599";
}

/* line 21816, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-sunny-alert::before {
  content: "\F0F37";
}

/* line 21820, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-sunny-off::before {
  content: "\F14E4";
}

/* line 21824, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-sunset::before {
  content: "\F059A";
}

/* line 21828, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-sunset-down::before {
  content: "\F059B";
}

/* line 21832, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-sunset-up::before {
  content: "\F059C";
}

/* line 21836, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-tornado::before {
  content: "\F0F38";
}

/* line 21840, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-windy::before {
  content: "\F059D";
}

/* line 21844, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weather-windy-variant::before {
  content: "\F059E";
}

/* line 21848, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-web::before {
  content: "\F059F";
}

/* line 21852, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-web-box::before {
  content: "\F0F94";
}

/* line 21856, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-web-clock::before {
  content: "\F124A";
}

/* line 21860, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-webcam::before {
  content: "\F05A0";
}

/* line 21864, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-webhook::before {
  content: "\F062F";
}

/* line 21868, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-webpack::before {
  content: "\F072B";
}

/* line 21872, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-webrtc::before {
  content: "\F1248";
}

/* line 21876, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wechat::before {
  content: "\F0611";
}

/* line 21880, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weight::before {
  content: "\F05A1";
}

/* line 21884, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weight-gram::before {
  content: "\F0D3F";
}

/* line 21888, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weight-kilogram::before {
  content: "\F05A2";
}

/* line 21892, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weight-lifter::before {
  content: "\F115D";
}

/* line 21896, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-weight-pound::before {
  content: "\F09B5";
}

/* line 21900, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-whatsapp::before {
  content: "\F05A3";
}

/* line 21904, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wheel-barrow::before {
  content: "\F14F2";
}

/* line 21908, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wheelchair-accessibility::before {
  content: "\F05A4";
}

/* line 21912, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-whistle::before {
  content: "\F09B6";
}

/* line 21916, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-whistle-outline::before {
  content: "\F12BC";
}

/* line 21920, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-white-balance-auto::before {
  content: "\F05A5";
}

/* line 21924, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-white-balance-incandescent::before {
  content: "\F05A6";
}

/* line 21928, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-white-balance-iridescent::before {
  content: "\F05A7";
}

/* line 21932, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-white-balance-sunny::before {
  content: "\F05A8";
}

/* line 21936, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-widgets::before {
  content: "\F072C";
}

/* line 21940, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-widgets-outline::before {
  content: "\F1355";
}

/* line 21944, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi::before {
  content: "\F05A9";
}

/* line 21948, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-off::before {
  content: "\F05AA";
}

/* line 21952, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-star::before {
  content: "\F0E0B";
}

/* line 21956, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-1::before {
  content: "\F091F";
}

/* line 21960, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-1-alert::before {
  content: "\F0920";
}

/* line 21964, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-1-lock::before {
  content: "\F0921";
}

/* line 21968, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-2::before {
  content: "\F0922";
}

/* line 21972, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-2-alert::before {
  content: "\F0923";
}

/* line 21976, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-2-lock::before {
  content: "\F0924";
}

/* line 21980, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-3::before {
  content: "\F0925";
}

/* line 21984, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-3-alert::before {
  content: "\F0926";
}

/* line 21988, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-3-lock::before {
  content: "\F0927";
}

/* line 21992, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-4::before {
  content: "\F0928";
}

/* line 21996, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-4-alert::before {
  content: "\F0929";
}

/* line 22000, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-4-lock::before {
  content: "\F092A";
}

/* line 22004, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-alert-outline::before {
  content: "\F092B";
}

/* line 22008, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-lock-outline::before {
  content: "\F092C";
}

/* line 22012, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-off::before {
  content: "\F092D";
}

/* line 22016, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-off-outline::before {
  content: "\F092E";
}

/* line 22020, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wifi-strength-outline::before {
  content: "\F092F";
}

/* line 22024, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wikipedia::before {
  content: "\F05AC";
}

/* line 22028, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wind-turbine::before {
  content: "\F0DA5";
}

/* line 22032, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-close::before {
  content: "\F05AD";
}

/* line 22036, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-closed::before {
  content: "\F05AE";
}

/* line 22040, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-closed-variant::before {
  content: "\F11DB";
}

/* line 22044, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-maximize::before {
  content: "\F05AF";
}

/* line 22048, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-minimize::before {
  content: "\F05B0";
}

/* line 22052, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-open::before {
  content: "\F05B1";
}

/* line 22056, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-open-variant::before {
  content: "\F11DC";
}

/* line 22060, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-restore::before {
  content: "\F05B2";
}

/* line 22064, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-shutter::before {
  content: "\F111C";
}

/* line 22068, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-shutter-alert::before {
  content: "\F111D";
}

/* line 22072, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-window-shutter-open::before {
  content: "\F111E";
}

/* line 22076, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wiper::before {
  content: "\F0AE9";
}

/* line 22080, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wiper-wash::before {
  content: "\F0DA6";
}

/* line 22084, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wizard-hat::before {
  content: "\F1477";
}

/* line 22088, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wordpress::before {
  content: "\F05B4";
}

/* line 22092, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wrap::before {
  content: "\F05B6";
}

/* line 22096, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wrap-disabled::before {
  content: "\F0BDF";
}

/* line 22100, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wrench::before {
  content: "\F05B7";
}

/* line 22104, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-wrench-outline::before {
  content: "\F0BE0";
}

/* line 22108, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-xamarin::before {
  content: "\F0845";
}

/* line 22112, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-xamarin-outline::before {
  content: "\F0846";
}

/* line 22116, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-xing::before {
  content: "\F05BE";
}

/* line 22120, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-xml::before {
  content: "\F05C0";
}

/* line 22124, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-xmpp::before {
  content: "\F07FF";
}

/* line 22128, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-y-combinator::before {
  content: "\F0624";
}

/* line 22132, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-yahoo::before {
  content: "\F0B4F";
}

/* line 22136, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-yeast::before {
  content: "\F05C1";
}

/* line 22140, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-yin-yang::before {
  content: "\F0680";
}

/* line 22144, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-yoga::before {
  content: "\F117C";
}

/* line 22148, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-youtube::before {
  content: "\F05C3";
}

/* line 22152, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-youtube-gaming::before {
  content: "\F0848";
}

/* line 22156, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-youtube-studio::before {
  content: "\F0847";
}

/* line 22160, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-youtube-subscription::before {
  content: "\F0D40";
}

/* line 22164, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-youtube-tv::before {
  content: "\F0448";
}

/* line 22168, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-yurt::before {
  content: "\F1516";
}

/* line 22172, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-z-wave::before {
  content: "\F0AEA";
}

/* line 22176, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zend::before {
  content: "\F0AEB";
}

/* line 22180, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zigbee::before {
  content: "\F0D41";
}

/* line 22184, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zip-box::before {
  content: "\F05C4";
}

/* line 22188, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zip-box-outline::before {
  content: "\F0FFA";
}

/* line 22192, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zip-disk::before {
  content: "\F0A23";
}

/* line 22196, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-aquarius::before {
  content: "\F0A7D";
}

/* line 22200, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-aries::before {
  content: "\F0A7E";
}

/* line 22204, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-cancer::before {
  content: "\F0A7F";
}

/* line 22208, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-capricorn::before {
  content: "\F0A80";
}

/* line 22212, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-gemini::before {
  content: "\F0A81";
}

/* line 22216, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-leo::before {
  content: "\F0A82";
}

/* line 22220, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-libra::before {
  content: "\F0A83";
}

/* line 22224, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-pisces::before {
  content: "\F0A84";
}

/* line 22228, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-sagittarius::before {
  content: "\F0A85";
}

/* line 22232, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-scorpio::before {
  content: "\F0A86";
}

/* line 22236, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-taurus::before {
  content: "\F0A87";
}

/* line 22240, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-zodiac-virgo::before {
  content: "\F0A88";
}

/* line 22244, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-blank::before {
  content: "\F68C";
  visibility: hidden;
}

/* line 22249, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

/* line 22253, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

/* line 22257, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

/* line 22261, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

/* line 22265, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

/* line 22269, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

/* line 22273, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-light:before {
  color: white;
}

/* line 22277, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

/* line 22281, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-45 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 22300, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-45:before {
  transform: rotate(45deg);
}

/* line 22306, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-90 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 22325, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-90:before {
  transform: rotate(90deg);
}

/* line 22331, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-135 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 22350, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-135:before {
  transform: rotate(135deg);
}

/* line 22356, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-180 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 22375, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-180:before {
  transform: rotate(180deg);
}

/* line 22381, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-225 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 22400, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-225:before {
  transform: rotate(225deg);
}

/* line 22406, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-270 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 22425, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-270:before {
  transform: rotate(270deg);
}

/* line 22431, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-315 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 22450, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-rotate-315:before {
  transform: rotate(315deg);
}

/* line 22456, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flip-h:before {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 22463, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-flip-v:before {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 22470, vendor/assets/stylesheets/hyper/custom/plugins/icons/_materialdesignicons.scss */
.mdi-spin:before {
  animation: mdi-spin 2s infinite linear;
}

@keyframes mdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 2, vendor/assets/stylesheets/hyper/nav.scss */
.navbar-custom .cutoff-times-list {
  min-width: 300px;
}

/* line 5, vendor/assets/stylesheets/hyper/nav.scss */
.navbar-custom .footer-text {
  padding: 0 30px 0 30px;
  text-align: justify;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 4, vendor/assets/stylesheets/fontawesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, vendor/assets/stylesheets/fontawesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, vendor/assets/stylesheets/fontawesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, vendor/assets/stylesheets/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, vendor/assets/stylesheets/fontawesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, vendor/assets/stylesheets/fontawesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, vendor/assets/stylesheets/fontawesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, vendor/assets/stylesheets/fontawesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, vendor/assets/stylesheets/fontawesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, vendor/assets/stylesheets/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, vendor/assets/stylesheets/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, vendor/assets/stylesheets/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-abacus:before {
  content: "\f640";
}

/* line 6, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 7, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 8, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-acorn:before {
  content: "\f6ae";
}

/* line 9, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 10, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 11, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 12, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 13, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 14, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 15, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 16, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 17, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-air-conditioner:before {
  content: "\f8f4";
}

/* line 18, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 19, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 20, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 21, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-alarm-exclamation:before {
  content: "\f843";
}

/* line 22, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-alarm-plus:before {
  content: "\f844";
}

/* line 23, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-alarm-snooze:before {
  content: "\f845";
}

/* line 24, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-album:before {
  content: "\f89f";
}

/* line 25, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-album-collection:before {
  content: "\f8a0";
}

/* line 26, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 27, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-alicorn:before {
  content: "\f6b0";
}

/* line 28, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-alien:before {
  content: "\f8f5";
}

/* line 29, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-alien-monster:before {
  content: "\f8f6";
}

/* line 30, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 31, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 32, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 33, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 34, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-slash:before {
  content: "\f846";
}

/* line 35, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 36, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 37, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 38, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 39, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 40, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 41, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 42, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-amp-guitar:before {
  content: "\f8a1";
}

/* line 43, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-analytics:before {
  content: "\f643";
}

/* line 44, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 45, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 46, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angel:before {
  content: "\f779";
}

/* line 47, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 48, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 49, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 50, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 51, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 52, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 53, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 54, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 55, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 56, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 57, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 58, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 59, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 60, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 61, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 62, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 63, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 64, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 65, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple-crate:before {
  content: "\f6b1";
}

/* line 66, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 67, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 68, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 69, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 70, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 71, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 72, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 73, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-down:before {
  content: "\f354";
}

/* line 74, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

/* line 75, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-from-left:before {
  content: "\f347";
}

/* line 76, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-from-right:before {
  content: "\f348";
}

/* line 77, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-from-top:before {
  content: "\f349";
}

/* line 78, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-left:before {
  content: "\f355";
}

/* line 79, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-right:before {
  content: "\f356";
}

/* line 80, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-square-down:before {
  content: "\f350";
}

/* line 81, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-square-left:before {
  content: "\f351";
}

/* line 82, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-square-right:before {
  content: "\f352";
}

/* line 83, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-square-up:before {
  content: "\f353";
}

/* line 84, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

/* line 85, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

/* line 86, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

/* line 87, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

/* line 88, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-up:before {
  content: "\f357";
}

/* line 89, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 90, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 91, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 92, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 93, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 94, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-from-bottom:before {
  content: "\f342";
}

/* line 95, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-from-left:before {
  content: "\f343";
}

/* line 96, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-from-right:before {
  content: "\f344";
}

/* line 97, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-from-top:before {
  content: "\f345";
}

/* line 98, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 99, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 100, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-square-down:before {
  content: "\f339";
}

/* line 101, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-square-left:before {
  content: "\f33a";
}

/* line 102, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-square-right:before {
  content: "\f33b";
}

/* line 103, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-square-up:before {
  content: "\f33c";
}

/* line 104, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

/* line 105, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-to-left:before {
  content: "\f33e";
}

/* line 106, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-to-right:before {
  content: "\f340";
}

/* line 107, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-to-top:before {
  content: "\f341";
}

/* line 108, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 109, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 110, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 111, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 112, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 113, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 114, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 115, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 116, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 117, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 118, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 119, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 120, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 121, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 122, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 123, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-atom-alt:before {
  content: "\f5d3";
}

/* line 124, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 125, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 126, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 127, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 128, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 129, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 130, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 131, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-axe:before {
  content: "\f6b2";
}

/* line 132, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-axe-battle:before {
  content: "\f6b3";
}

/* line 133, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 134, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 135, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-backpack:before {
  content: "\f5d4";
}

/* line 136, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 137, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 138, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 139, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 140, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 141, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-badge:before {
  content: "\f335";
}

/* line 142, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-badge-check:before {
  content: "\f336";
}

/* line 143, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-badge-dollar:before {
  content: "\f645";
}

/* line 144, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-badge-percent:before {
  content: "\f646";
}

/* line 145, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-badge-sheriff:before {
  content: "\f8a2";
}

/* line 146, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-badger-honey:before {
  content: "\f6b4";
}

/* line 147, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bags-shopping:before {
  content: "\f847";
}

/* line 148, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 149, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 150, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 151, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 152, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ball-pile:before {
  content: "\f77e";
}

/* line 153, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ballot:before {
  content: "\f732";
}

/* line 154, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ballot-check:before {
  content: "\f733";
}

/* line 155, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 156, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 157, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 158, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-banjo:before {
  content: "\f8a3";
}

/* line 159, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 160, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-barcode-alt:before {
  content: "\f463";
}

/* line 161, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-barcode-read:before {
  content: "\f464";
}

/* line 162, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-barcode-scan:before {
  content: "\f465";
}

/* line 163, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 164, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-baseball:before {
  content: "\f432";
}

/* line 165, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 166, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 167, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 168, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bat:before {
  content: "\f6b5";
}

/* line 169, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 170, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-bolt:before {
  content: "\f376";
}

/* line 171, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 172, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 173, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 174, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 175, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-slash:before {
  content: "\f377";
}

/* line 176, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 177, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 178, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 179, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bed-alt:before {
  content: "\f8f7";
}

/* line 180, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bed-bunk:before {
  content: "\f8f8";
}

/* line 181, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bed-empty:before {
  content: "\f8f9";
}

/* line 182, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 183, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 184, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 185, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 186, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell-exclamation:before {
  content: "\f848";
}

/* line 187, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell-on:before {
  content: "\f8fa";
}

/* line 188, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell-plus:before {
  content: "\f849";
}

/* line 189, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell-school:before {
  content: "\f5d5";
}

/* line 190, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell-school-slash:before {
  content: "\f5d6";
}

/* line 191, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 192, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bells:before {
  content: "\f77f";
}

/* line 193, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-betamax:before {
  content: "\f8a4";
}

/* line 194, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 195, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 196, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 197, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 198, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-biking-mountain:before {
  content: "\f84b";
}

/* line 199, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 200, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 201, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 202, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 203, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 204, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 205, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 206, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 207, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 208, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blanket:before {
  content: "\f498";
}

/* line 209, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 210, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 211, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 212, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blinds:before {
  content: "\f8fb";
}

/* line 213, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blinds-open:before {
  content: "\f8fc";
}

/* line 214, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blinds-raised:before {
  content: "\f8fd";
}

/* line 215, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 216, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 217, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 218, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 219, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 220, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 221, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 222, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 223, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 224, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bone-break:before {
  content: "\f5d8";
}

/* line 225, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 226, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 227, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-alt:before {
  content: "\f5d9";
}

/* line 228, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 229, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-heart:before {
  content: "\f499";
}

/* line 230, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 231, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 232, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 233, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-spells:before {
  content: "\f6b8";
}

/* line 234, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-user:before {
  content: "\f7e7";
}

/* line 235, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 236, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-books:before {
  content: "\f5db";
}

/* line 237, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-books-medical:before {
  content: "\f7e8";
}

/* line 238, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-boombox:before {
  content: "\f8a5";
}

/* line 239, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-boot:before {
  content: "\f782";
}

/* line 240, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-booth-curtain:before {
  content: "\f734";
}

/* line 241, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 242, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 243, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-bottom:before {
  content: "\f84d";
}

/* line 244, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-center-h:before {
  content: "\f89c";
}

/* line 245, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-center-v:before {
  content: "\f89d";
}

/* line 246, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-inner:before {
  content: "\f84e";
}

/* line 247, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-left:before {
  content: "\f84f";
}

/* line 248, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 249, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-outer:before {
  content: "\f851";
}

/* line 250, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-right:before {
  content: "\f852";
}

/* line 251, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 252, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-style-alt:before {
  content: "\f854";
}

/* line 253, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-top:before {
  content: "\f855";
}

/* line 254, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bow-arrow:before {
  content: "\f6b9";
}

/* line 255, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 256, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bowling-pins:before {
  content: "\f437";
}

/* line 257, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 258, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-alt:before {
  content: "\f49a";
}

/* line 259, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-ballot:before {
  content: "\f735";
}

/* line 260, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-check:before {
  content: "\f467";
}

/* line 261, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-fragile:before {
  content: "\f49b";
}

/* line 262, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-full:before {
  content: "\f49c";
}

/* line 263, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-heart:before {
  content: "\f49d";
}

/* line 264, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 265, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 266, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-up:before {
  content: "\f49f";
}

/* line 267, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-usd:before {
  content: "\f4a0";
}

/* line 268, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 269, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-boxes-alt:before {
  content: "\f4a1";
}

/* line 270, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-boxing-glove:before {
  content: "\f438";
}

/* line 271, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-brackets:before {
  content: "\f7e9";
}

/* line 272, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-brackets-curly:before {
  content: "\f7ea";
}

/* line 273, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 274, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 275, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bread-loaf:before {
  content: "\f7eb";
}

/* line 276, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 277, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 278, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 279, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bring-forward:before {
  content: "\f856";
}

/* line 280, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bring-front:before {
  content: "\f857";
}

/* line 281, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 282, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 283, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-browser:before {
  content: "\f37e";
}

/* line 284, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 285, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 286, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 287, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 288, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 289, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 290, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 291, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bullseye-arrow:before {
  content: "\f648";
}

/* line 292, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bullseye-pointer:before {
  content: "\f649";
}

/* line 293, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-burger-soda:before {
  content: "\f858";
}

/* line 294, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 295, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 296, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-burrito:before {
  content: "\f7ed";
}

/* line 297, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 298, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 299, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-bus-school:before {
  content: "\f5dd";
}

/* line 300, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 301, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 302, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 303, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cabinet-filing:before {
  content: "\f64b";
}

/* line 304, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cactus:before {
  content: "\f8a7";
}

/* line 305, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 306, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calculator-alt:before {
  content: "\f64c";
}

/* line 307, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 308, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 309, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 310, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 311, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-edit:before {
  content: "\f333";
}

/* line 312, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-exclamation:before {
  content: "\f334";
}

/* line 313, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 314, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 315, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-star:before {
  content: "\f736";
}

/* line 316, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 317, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 318, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-camcorder:before {
  content: "\f8a8";
}

/* line 319, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 320, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera-alt:before {
  content: "\f332";
}

/* line 321, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera-home:before {
  content: "\f8fe";
}

/* line 322, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera-movie:before {
  content: "\f8a9";
}

/* line 323, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera-polaroid:before {
  content: "\f8aa";
}

/* line 324, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 325, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-campfire:before {
  content: "\f6ba";
}

/* line 326, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 327, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 328, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-candle-holder:before {
  content: "\f6bc";
}

/* line 329, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 330, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-candy-corn:before {
  content: "\f6bd";
}

/* line 331, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 332, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 333, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 334, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 335, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 336, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-building:before {
  content: "\f859";
}

/* line 337, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-bump:before {
  content: "\f5e0";
}

/* line 338, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-bus:before {
  content: "\f85a";
}

/* line 339, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 340, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-garage:before {
  content: "\f5e2";
}

/* line 341, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-mechanic:before {
  content: "\f5e3";
}

/* line 342, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 343, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-tilt:before {
  content: "\f5e5";
}

/* line 344, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-wash:before {
  content: "\f5e6";
}

/* line 345, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 346, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caravan-alt:before {
  content: "\e000";
}

/* line 347, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-circle-down:before {
  content: "\f32d";
}

/* line 348, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-circle-left:before {
  content: "\f32e";
}

/* line 349, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-circle-right:before {
  content: "\f330";
}

/* line 350, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-circle-up:before {
  content: "\f331";
}

/* line 351, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 352, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 353, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 354, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 355, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 356, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 357, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 358, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 359, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 360, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cars:before {
  content: "\f85b";
}

/* line 361, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 362, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 363, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 364, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cassette-tape:before {
  content: "\f8ab";
}

/* line 365, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 366, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cat-space:before {
  content: "\e001";
}

/* line 367, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cauldron:before {
  content: "\f6bf";
}

/* line 368, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 369, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 370, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 371, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 372, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 373, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 374, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 375, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 376, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 377, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 378, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cctv:before {
  content: "\f8ac";
}

/* line 379, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 380, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 381, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 382, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 383, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chair-office:before {
  content: "\f6c1";
}

/* line 384, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 385, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 386, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 387, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 388, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 389, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 390, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-line-down:before {
  content: "\f64d";
}

/* line 391, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-network:before {
  content: "\f78a";
}

/* line 392, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 393, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-pie-alt:before {
  content: "\f64e";
}

/* line 394, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-scatter:before {
  content: "\f7ee";
}

/* line 395, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 396, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 397, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 398, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 399, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 400, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cheese-swiss:before {
  content: "\f7f0";
}

/* line 401, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cheeseburger:before {
  content: "\f7f1";
}

/* line 402, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 403, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 404, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-bishop-alt:before {
  content: "\f43b";
}

/* line 405, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 406, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 407, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-clock-alt:before {
  content: "\f43e";
}

/* line 408, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 409, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-king-alt:before {
  content: "\f440";
}

/* line 410, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 411, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-knight-alt:before {
  content: "\f442";
}

/* line 412, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 413, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-pawn-alt:before {
  content: "\f444";
}

/* line 414, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 415, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-queen-alt:before {
  content: "\f446";
}

/* line 416, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 417, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-rook-alt:before {
  content: "\f448";
}

/* line 418, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 419, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 420, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 421, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 422, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-double-down:before {
  content: "\f322";
}

/* line 423, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-double-left:before {
  content: "\f323";
}

/* line 424, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-double-right:before {
  content: "\f324";
}

/* line 425, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-double-up:before {
  content: "\f325";
}

/* line 426, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 427, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 429, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-square-down:before {
  content: "\f329";
}

/* line 430, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-square-left:before {
  content: "\f32a";
}

/* line 431, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-square-right:before {
  content: "\f32b";
}

/* line 432, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-square-up:before {
  content: "\f32c";
}

/* line 433, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 434, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 435, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chimney:before {
  content: "\f78b";
}

/* line 436, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 437, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 438, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 439, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 440, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 441, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 442, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clarinet:before {
  content: "\f8ad";
}

/* line 443, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-claw-marks:before {
  content: "\f6c2";
}

/* line 444, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 445, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 446, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 447, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 448, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-list-check:before {
  content: "\f737";
}

/* line 449, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-prescription:before {
  content: "\f5e8";
}

/* line 450, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-user:before {
  content: "\f7f3";
}

/* line 451, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 452, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 453, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 454, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 455, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 456, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 457, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-drizzle:before {
  content: "\f738";
}

/* line 458, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-hail:before {
  content: "\f739";
}

/* line 459, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

/* line 460, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 461, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 462, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 463, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-music:before {
  content: "\f8ae";
}

/* line 464, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 465, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-rainbow:before {
  content: "\f73e";
}

/* line 466, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-showers:before {
  content: "\f73f";
}

/* line 467, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 468, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-sleet:before {
  content: "\f741";
}

/* line 469, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-snow:before {
  content: "\f742";
}

/* line 470, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 471, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 472, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 473, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 474, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 475, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clouds:before {
  content: "\f744";
}

/* line 476, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clouds-moon:before {
  content: "\f745";
}

/* line 477, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-clouds-sun:before {
  content: "\f746";
}

/* line 478, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 479, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 480, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 481, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-club:before {
  content: "\f327";
}

/* line 482, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 483, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 484, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 485, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 486, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-code-merge:before {
  content: "\f387";
}

/* line 487, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 488, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 489, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 490, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-coffee-pot:before {
  content: "\e002";
}

/* line 491, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-coffee-togo:before {
  content: "\f6c5";
}

/* line 492, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-coffin:before {
  content: "\f6c6";
}

/* line 493, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-coffin-cross:before {
  content: "\e051";
}

/* line 494, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 495, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 496, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-coin:before {
  content: "\f85c";
}

/* line 497, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 498, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 499, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comet:before {
  content: "\e003";
}

/* line 500, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 501, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 502, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-check:before {
  content: "\f4a2";
}

/* line 503, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-dollar:before {
  content: "\f650";
}

/* line 504, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-dots:before {
  content: "\f4a3";
}

/* line 505, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-edit:before {
  content: "\f4a4";
}

/* line 506, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

/* line 507, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-lines:before {
  content: "\f4a6";
}

/* line 508, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-medical:before {
  content: "\f7f4";
}

/* line 509, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-minus:before {
  content: "\f4a7";
}

/* line 510, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-music:before {
  content: "\f8af";
}

/* line 511, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-plus:before {
  content: "\f4a8";
}

/* line 512, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-slash:before {
  content: "\f4a9";
}

/* line 513, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-smile:before {
  content: "\f4aa";
}

/* line 514, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt-times:before {
  content: "\f4ab";
}

/* line 515, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-check:before {
  content: "\f4ac";
}

/* line 516, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 517, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 518, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-edit:before {
  content: "\f4ae";
}

/* line 519, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-exclamation:before {
  content: "\f4af";
}

/* line 520, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-lines:before {
  content: "\f4b0";
}

/* line 521, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 522, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-minus:before {
  content: "\f4b1";
}

/* line 523, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-music:before {
  content: "\f8b0";
}

/* line 524, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-plus:before {
  content: "\f4b2";
}

/* line 525, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 526, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-smile:before {
  content: "\f4b4";
}

/* line 527, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-times:before {
  content: "\f4b5";
}

/* line 528, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 529, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comments-alt:before {
  content: "\f4b6";
}

/* line 530, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comments-alt-dollar:before {
  content: "\f652";
}

/* line 531, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 532, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 533, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 534, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-compass-slash:before {
  content: "\f5e9";
}

/* line 535, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 536, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 537, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 538, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-compress-wide:before {
  content: "\f326";
}

/* line 539, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-computer-classic:before {
  content: "\f8b1";
}

/* line 540, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-computer-speaker:before {
  content: "\f8b2";
}

/* line 541, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 542, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 543, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 544, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-construction:before {
  content: "\f85d";
}

/* line 545, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 546, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 547, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-conveyor-belt:before {
  content: "\f46e";
}

/* line 548, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 549, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 550, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 551, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 552, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 553, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-corn:before {
  content: "\f6c7";
}

/* line 554, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 555, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 556, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cow:before {
  content: "\f6c8";
}

/* line 557, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cowbell:before {
  content: "\f8b3";
}

/* line 558, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cowbell-more:before {
  content: "\f8b4";
}

/* line 559, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 560, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 561, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 562, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 563, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 564, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 565, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 566, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 567, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 568, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 569, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 570, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 571, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 572, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 573, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 574, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 575, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-credit-card-blank:before {
  content: "\f389";
}

/* line 576, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-credit-card-front:before {
  content: "\f38a";
}

/* line 577, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cricket:before {
  content: "\f449";
}

/* line 578, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 579, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-croissant:before {
  content: "\f7f6";
}

/* line 580, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 581, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 582, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 583, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 584, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 585, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 586, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 587, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-crutches:before {
  content: "\f7f8";
}

/* line 588, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 589, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 590, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 591, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 592, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-curling:before {
  content: "\f44a";
}

/* line 593, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 594, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 595, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 596, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 597, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dagger:before {
  content: "\f6cb";
}

/* line 598, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 599, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 600, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 601, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 602, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-debug:before {
  content: "\f7f9";
}

/* line 603, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-deer:before {
  content: "\f78e";
}

/* line 604, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-deer-rudolph:before {
  content: "\f78f";
}

/* line 605, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 606, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 607, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 608, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 609, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 610, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 611, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 612, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 613, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 614, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dewpoint:before {
  content: "\f748";
}

/* line 615, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 616, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 617, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 618, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 619, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 620, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 621, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d10:before {
  content: "\f6cd";
}

/* line 622, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d12:before {
  content: "\f6ce";
}

/* line 623, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 624, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d4:before {
  content: "\f6d0";
}

/* line 625, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 626, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d8:before {
  content: "\f6d2";
}

/* line 627, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 628, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 629, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 630, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 631, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 632, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 633, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 634, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-digging:before {
  content: "\f85e";
}

/* line 635, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 636, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 637, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-diploma:before {
  content: "\f5ea";
}

/* line 638, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 639, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-disc-drive:before {
  content: "\f8b5";
}

/* line 640, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 641, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 642, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 643, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 644, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 645, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 646, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-do-not-enter:before {
  content: "\f5ec";
}

/* line 647, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 648, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 649, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 650, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dog-leashed:before {
  content: "\f6d4";
}

/* line 651, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 652, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 653, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly-empty:before {
  content: "\f473";
}

/* line 654, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 655, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 656, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

/* line 657, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 658, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 659, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 660, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 661, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 662, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 663, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 664, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 665, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 666, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-draw-circle:before {
  content: "\f5ed";
}

/* line 667, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 668, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-draw-square:before {
  content: "\f5ef";
}

/* line 669, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dreidel:before {
  content: "\f792";
}

/* line 670, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 671, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 672, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-drone:before {
  content: "\f85f";
}

/* line 673, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-drone-alt:before {
  content: "\f860";
}

/* line 674, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 675, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 676, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 677, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-drumstick:before {
  content: "\f6d6";
}

/* line 678, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 679, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 680, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dryer:before {
  content: "\f861";
}

/* line 681, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dryer-alt:before {
  content: "\f862";
}

/* line 682, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-duck:before {
  content: "\f6d8";
}

/* line 683, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 684, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 685, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 686, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 687, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 688, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ear:before {
  content: "\f5f0";
}

/* line 689, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ear-muffs:before {
  content: "\f795";
}

/* line 690, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 691, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 692, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-eclipse:before {
  content: "\f749";
}

/* line 693, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-eclipse-alt:before {
  content: "\f74a";
}

/* line 694, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 695, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 696, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 697, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 698, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-egg-fried:before {
  content: "\f7fc";
}

/* line 699, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 700, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 701, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-elephant:before {
  content: "\f6da";
}

/* line 702, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 703, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

/* line 704, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 705, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

/* line 706, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 707, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 708, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 709, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-empty-set:before {
  content: "\f656";
}

/* line 710, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-engine-warning:before {
  content: "\f5f2";
}

/* line 711, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 712, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 713, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-open-dollar:before {
  content: "\f657";
}

/* line 714, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 715, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 716, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 717, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 718, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 719, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 720, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 721, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 722, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 723, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 724, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 725, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 726, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 727, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 728, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 729, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation-square:before {
  content: "\f321";
}

/* line 730, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 731, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 732, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 733, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 734, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 735, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand-wide:before {
  content: "\f320";
}

/* line 736, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 737, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 738, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 739, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 740, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 741, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 742, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 743, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye-evil:before {
  content: "\f6db";
}

/* line 744, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 745, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 746, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 747, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 748, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 749, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 750, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fan-table:before {
  content: "\e004";
}

/* line 751, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 752, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-farm:before {
  content: "\f864";
}

/* line 753, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 754, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 755, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 756, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-faucet-drip:before {
  content: "\e006";
}

/* line 757, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 758, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 759, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 760, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 761, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 762, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 763, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-field-hockey:before {
  content: "\f44c";
}

/* line 764, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 765, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 766, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 767, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 768, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 769, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 770, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-certificate:before {
  content: "\f5f3";
}

/* line 771, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-chart-line:before {
  content: "\f659";
}

/* line 772, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-chart-pie:before {
  content: "\f65a";
}

/* line 773, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-check:before {
  content: "\f316";
}

/* line 774, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 775, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 776, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 777, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 778, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-edit:before {
  content: "\f31c";
}

/* line 779, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 780, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-exclamation:before {
  content: "\f31a";
}

/* line 781, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 782, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 783, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 784, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 785, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 786, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 787, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 788, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-minus:before {
  content: "\f318";
}

/* line 789, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-music:before {
  content: "\f8b6";
}

/* line 790, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 791, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-plus:before {
  content: "\f319";
}

/* line 792, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 793, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 794, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-search:before {
  content: "\f865";
}

/* line 795, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 796, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-spreadsheet:before {
  content: "\f65b";
}

/* line 797, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-times:before {
  content: "\f317";
}

/* line 798, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 799, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-user:before {
  content: "\f65c";
}

/* line 800, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 801, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 802, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-files-medical:before {
  content: "\f7fd";
}

/* line 803, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 804, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 805, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 806, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-film-alt:before {
  content: "\f3a0";
}

/* line 807, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-film-canister:before {
  content: "\f8b7";
}

/* line 808, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 809, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 810, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 811, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 812, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 813, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire-smoke:before {
  content: "\f74b";
}

/* line 814, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 815, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 816, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fireplace:before {
  content: "\f79a";
}

/* line 817, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 818, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 819, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 820, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 821, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 822, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fish-cooked:before {
  content: "\f7fe";
}

/* line 823, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 824, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 825, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag-alt:before {
  content: "\f74c";
}

/* line 826, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 827, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 828, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flame:before {
  content: "\f6df";
}

/* line 829, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flashlight:before {
  content: "\f8b8";
}

/* line 830, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 831, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flask-poison:before {
  content: "\f6e0";
}

/* line 832, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flask-potion:before {
  content: "\f6e1";
}

/* line 833, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 834, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 835, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flower:before {
  content: "\f7ff";
}

/* line 836, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flower-daffodil:before {
  content: "\f800";
}

/* line 837, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flower-tulip:before {
  content: "\f801";
}

/* line 838, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 839, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flute:before {
  content: "\f8b9";
}

/* line 840, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-flux-capacitor:before {
  content: "\f8ba";
}

/* line 841, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 842, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fog:before {
  content: "\f74e";
}

/* line 843, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 844, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-download:before {
  content: "\e053";
}

/* line 845, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 846, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 847, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 848, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-times:before {
  content: "\f65f";
}

/* line 849, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-tree:before {
  content: "\f802";
}

/* line 850, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-upload:before {
  content: "\e054";
}

/* line 851, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-folders:before {
  content: "\f660";
}

/* line 852, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 853, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 854, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 855, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 856, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 857, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-case:before {
  content: "\f866";
}

/* line 858, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 859, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 860, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 861, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-football-helmet:before {
  content: "\f44f";
}

/* line 862, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-forklift:before {
  content: "\f47a";
}

/* line 863, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 864, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 865, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 866, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 867, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 868, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fragile:before {
  content: "\f4bb";
}

/* line 869, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 870, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 871, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-french-fries:before {
  content: "\f803";
}

/* line 872, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 873, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-frosty-head:before {
  content: "\f79b";
}

/* line 874, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 875, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 876, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 877, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-function:before {
  content: "\f661";
}

/* line 878, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 879, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 880, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 881, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 882, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-galaxy:before {
  content: "\e008";
}

/* line 883, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-game-board:before {
  content: "\f867";
}

/* line 884, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-game-board-alt:before {
  content: "\f868";
}

/* line 885, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-game-console-handheld:before {
  content: "\f8bb";
}

/* line 886, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 887, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gamepad-alt:before {
  content: "\f8bc";
}

/* line 888, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-garage:before {
  content: "\e009";
}

/* line 889, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-garage-car:before {
  content: "\e00a";
}

/* line 890, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-garage-open:before {
  content: "\e00b";
}

/* line 891, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 892, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gas-pump-slash:before {
  content: "\f5f4";
}

/* line 893, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 894, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 895, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 896, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 897, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 898, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 899, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 900, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 901, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gift-card:before {
  content: "\f663";
}

/* line 902, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 903, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gingerbread-man:before {
  content: "\f79d";
}

/* line 904, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 905, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 906, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 907, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 908, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 909, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 910, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 911, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 912, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 913, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass:before {
  content: "\f804";
}

/* line 914, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-champagne:before {
  content: "\f79e";
}

/* line 915, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 916, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-citrus:before {
  content: "\f869";
}

/* line 917, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 918, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 919, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 920, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

/* line 921, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 922, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glasses-alt:before {
  content: "\f5f5";
}

/* line 923, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 924, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 925, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 926, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 927, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 928, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 929, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 930, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-snow:before {
  content: "\f7a3";
}

/* line 931, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-stand:before {
  content: "\f5f6";
}

/* line 932, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 933, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 934, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-golf-club:before {
  content: "\f451";
}

/* line 935, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 936, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 937, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 938, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 939, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 940, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 941, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 942, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 943, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 944, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 945, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 946, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 947, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gramophone:before {
  content: "\f8bd";
}

/* line 948, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 949, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 950, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 951, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 952, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 953, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 954, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 955, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 956, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 957, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 958, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 959, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 960, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 961, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 962, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 963, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 964, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 965, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 966, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 967, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 968, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 969, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 970, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 971, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 972, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 973, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 974, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-guitar-electric:before {
  content: "\f8be";
}

/* line 975, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-guitars:before {
  content: "\f8bf";
}

/* line 976, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 977, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 978, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-h1:before {
  content: "\f313";
}

/* line 979, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-h2:before {
  content: "\f314";
}

/* line 980, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-h3:before {
  content: "\f315";
}

/* line 981, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-h4:before {
  content: "\f86a";
}

/* line 982, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 983, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 984, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 985, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 986, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 987, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hammer-war:before {
  content: "\f6e4";
}

/* line 988, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 989, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-heart:before {
  content: "\f4bc";
}

/* line 990, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 991, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-box:before {
  content: "\f47b";
}

/* line 992, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 993, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-magic:before {
  content: "\f6e5";
}

/* line 994, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 995, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

/* line 996, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 997, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 998, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 999, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 1000, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 1001, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 1002, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 1003, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 1004, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 1005, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 1006, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 1007, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-receiving:before {
  content: "\f47c";
}

/* line 1008, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 1009, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 1010, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 1011, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 1012, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 1013, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands-heart:before {
  content: "\f4c3";
}

/* line 1014, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 1015, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands-usd:before {
  content: "\f4c5";
}

/* line 1016, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 1017, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 1018, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-handshake-alt:before {
  content: "\f4c6";
}

/* line 1019, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 1020, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 1021, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 1022, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 1023, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 1024, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-chef:before {
  content: "\f86b";
}

/* line 1025, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 1026, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 1027, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-santa:before {
  content: "\f7a7";
}

/* line 1028, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-winter:before {
  content: "\f7a8";
}

/* line 1029, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-witch:before {
  content: "\f6e7";
}

/* line 1030, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 1031, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 1032, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-side:before {
  content: "\f6e9";
}

/* line 1033, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-side-brain:before {
  content: "\f808";
}

/* line 1034, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 1035, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 1036, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-side-headphones:before {
  content: "\f8c2";
}

/* line 1037, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 1038, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-side-medical:before {
  content: "\f809";
}

/* line 1039, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 1040, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-head-vr:before {
  content: "\f6ea";
}

/* line 1041, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 1042, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 1043, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 1044, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 1045, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 1046, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 1047, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 1048, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart-rate:before {
  content: "\f5f8";
}

/* line 1049, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart-square:before {
  content: "\f4c8";
}

/* line 1050, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1051, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-heat:before {
  content: "\e00c";
}

/* line 1052, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 1053, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-helmet-battle:before {
  content: "\f6eb";
}

/* line 1054, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 1055, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 1056, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 1057, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 1058, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 1059, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 1060, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1061, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 1062, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hockey-mask:before {
  content: "\f6ee";
}

/* line 1063, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 1064, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hockey-sticks:before {
  content: "\f454";
}

/* line 1065, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 1066, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 1067, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-home-alt:before {
  content: "\f80a";
}

/* line 1068, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-home-heart:before {
  content: "\f4c9";
}

/* line 1069, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-home-lg:before {
  content: "\f80b";
}

/* line 1070, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-home-lg-alt:before {
  content: "\f80c";
}

/* line 1071, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hood-cloak:before {
  content: "\f6ef";
}

/* line 1072, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 1073, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-horizontal-rule:before {
  content: "\f86c";
}

/* line 1074, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 1075, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 1076, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 1077, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-horse-saddle:before {
  content: "\f8c3";
}

/* line 1078, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 1079, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 1080, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 1081, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 1082, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospitals:before {
  content: "\f80e";
}

/* line 1083, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 1084, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 1085, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 1086, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 1087, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1088, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1089, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1090, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1091, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house:before {
  content: "\e00d";
}

/* line 1092, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 1093, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-day:before {
  content: "\e00e";
}

/* line 1094, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-flood:before {
  content: "\f74f";
}

/* line 1095, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-leave:before {
  content: "\e00f";
}

/* line 1096, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-night:before {
  content: "\e010";
}

/* line 1097, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-return:before {
  content: "\e011";
}

/* line 1098, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-signal:before {
  content: "\e012";
}

/* line 1099, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 1100, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 1101, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 1102, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1103, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 1104, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-humidity:before {
  content: "\f750";
}

/* line 1105, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-hurricane:before {
  content: "\f751";
}

/* line 1106, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1107, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 1108, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ice-skate:before {
  content: "\f7ac";
}

/* line 1109, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 1110, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 1111, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-icons-alt:before {
  content: "\f86e";
}

/* line 1112, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 1113, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 1114, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 1115, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 1116, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 1117, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 1118, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-image-polaroid:before {
  content: "\f8c4";
}

/* line 1119, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 1120, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 1121, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 1122, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-inbox-in:before {
  content: "\f310";
}

/* line 1123, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-inbox-out:before {
  content: "\f311";
}

/* line 1124, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 1125, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1126, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 1127, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 1128, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1129, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 1130, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-info-square:before {
  content: "\f30f";
}

/* line 1131, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-inhaler:before {
  content: "\f5f9";
}

/* line 1132, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 1133, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1134, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 1135, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 1136, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-integral:before {
  content: "\f667";
}

/* line 1137, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 1138, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1139, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-intersection:before {
  content: "\f668";
}

/* line 1140, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-inventory:before {
  content: "\f480";
}

/* line 1141, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 1142, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1143, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-island-tropical:before {
  content: "\f811";
}

/* line 1144, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 1145, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 1146, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 1147, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 1148, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-jack-o-lantern:before {
  content: "\f30e";
}

/* line 1149, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 1150, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 1151, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 1152, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 1153, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 1154, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 1155, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 1156, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1157, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 1158, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-joystick:before {
  content: "\f8c5";
}

/* line 1159, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 1160, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 1161, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1162, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-jug:before {
  content: "\f8c6";
}

/* line 1163, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 1164, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 1165, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kazoo:before {
  content: "\f8c7";
}

/* line 1166, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kerning:before {
  content: "\f86f";
}

/* line 1167, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 1168, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-key-skeleton:before {
  content: "\f6f3";
}

/* line 1169, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 1170, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 1171, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 1172, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-keynote:before {
  content: "\f66c";
}

/* line 1173, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 1174, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 1175, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 1176, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kidneys:before {
  content: "\f5fb";
}

/* line 1177, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 1178, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 1179, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 1180, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kite:before {
  content: "\f6f4";
}

/* line 1181, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 1182, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-knife-kitchen:before {
  content: "\f6f5";
}

/* line 1183, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 1184, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lambda:before {
  content: "\f66e";
}

/* line 1185, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 1186, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lamp-desk:before {
  content: "\e014";
}

/* line 1187, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lamp-floor:before {
  content: "\e015";
}

/* line 1188, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 1189, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-landmark-alt:before {
  content: "\f752";
}

/* line 1190, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1191, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 1192, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 1193, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 1194, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 1195, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 1196, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lasso:before {
  content: "\f8c8";
}

/* line 1197, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1198, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1199, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 1200, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 1201, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 1202, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 1203, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 1204, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-layer-minus:before {
  content: "\f5fe";
}

/* line 1205, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-layer-plus:before {
  content: "\f5ff";
}

/* line 1206, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 1207, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-leaf-heart:before {
  content: "\f4cb";
}

/* line 1208, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-leaf-maple:before {
  content: "\f6f6";
}

/* line 1209, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-leaf-oak:before {
  content: "\f6f7";
}

/* line 1210, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1211, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 1212, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 1213, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 1214, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 1215, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1216, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 1217, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1218, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 1219, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1220, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-light-ceiling:before {
  content: "\e016";
}

/* line 1221, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-light-switch:before {
  content: "\e017";
}

/* line 1222, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-light-switch-off:before {
  content: "\e018";
}

/* line 1223, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-light-switch-on:before {
  content: "\e019";
}

/* line 1224, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 1225, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lightbulb-dollar:before {
  content: "\f670";
}

/* line 1226, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lightbulb-exclamation:before {
  content: "\f671";
}

/* line 1227, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 1228, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lightbulb-slash:before {
  content: "\f673";
}

/* line 1229, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lights-holiday:before {
  content: "\f7b2";
}

/* line 1230, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 1231, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-line-columns:before {
  content: "\f870";
}

/* line 1232, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-line-height:before {
  content: "\f871";
}

/* line 1233, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 1234, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 1235, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 1236, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 1237, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1238, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lips:before {
  content: "\f600";
}

/* line 1239, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 1240, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 1241, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 1242, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-music:before {
  content: "\f8c9";
}

/* line 1243, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 1244, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 1245, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-location:before {
  content: "\f601";
}

/* line 1246, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1247, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-location-circle:before {
  content: "\f602";
}

/* line 1248, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-location-slash:before {
  content: "\f603";
}

/* line 1249, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 1250, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lock-alt:before {
  content: "\f30d";
}

/* line 1251, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 1252, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lock-open-alt:before {
  content: "\f3c2";
}

/* line 1253, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 1254, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 1255, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 1256, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 1257, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1258, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1259, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1260, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1261, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 1262, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 1263, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 1264, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 1265, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 1266, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 1267, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 1268, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mace:before {
  content: "\f6f8";
}

/* line 1269, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 1270, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 1271, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 1272, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 1273, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mailbox:before {
  content: "\f813";
}

/* line 1274, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 1275, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1276, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 1277, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mandolin:before {
  content: "\f6f9";
}

/* line 1278, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 1279, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 1280, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 1281, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 1282, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 1283, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

/* line 1284, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-check:before {
  content: "\f606";
}

/* line 1285, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-edit:before {
  content: "\f607";
}

/* line 1286, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-exclamation:before {
  content: "\f608";
}

/* line 1287, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-minus:before {
  content: "\f609";
}

/* line 1288, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-plus:before {
  content: "\f60a";
}

/* line 1289, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-question:before {
  content: "\f60b";
}

/* line 1290, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-slash:before {
  content: "\f60c";
}

/* line 1291, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-smile:before {
  content: "\f60d";
}

/* line 1292, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-times:before {
  content: "\f60e";
}

/* line 1293, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 1294, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 1295, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 1296, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 1297, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1298, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1299, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1300, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1301, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1302, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 1303, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 1304, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1305, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 1306, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-meat:before {
  content: "\f814";
}

/* line 1307, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 1308, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 1309, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1310, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 1311, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 1312, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 1313, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 1314, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-megaphone:before {
  content: "\f675";
}

/* line 1315, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 1316, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 1317, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 1318, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 1319, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 1320, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 1321, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 1322, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1323, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 1324, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 1325, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 1326, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1327, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 1328, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 1329, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1330, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-stand:before {
  content: "\f8cb";
}

/* line 1331, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 1332, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 1333, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-microwave:before {
  content: "\e01b";
}

/* line 1334, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mind-share:before {
  content: "\f677";
}

/* line 1335, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 1336, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 1337, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus-hexagon:before {
  content: "\f307";
}

/* line 1338, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus-octagon:before {
  content: "\f308";
}

/* line 1339, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1340, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mistletoe:before {
  content: "\f7b4";
}

/* line 1341, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 1342, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 1343, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 1344, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 1345, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 1346, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 1347, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 1348, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mobile-android:before {
  content: "\f3ce";
}

/* line 1349, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mobile-android-alt:before {
  content: "\f3cf";
}

/* line 1350, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 1351, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 1352, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 1353, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 1354, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 1355, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 1356, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 1357, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 1358, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-check-edit:before {
  content: "\f872";
}

/* line 1359, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-check-edit-alt:before {
  content: "\f873";
}

/* line 1360, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-monitor-heart-rate:before {
  content: "\f611";
}

/* line 1361, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-monkey:before {
  content: "\f6fb";
}

/* line 1362, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 1363, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 1364, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-moon-cloud:before {
  content: "\f754";
}

/* line 1365, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-moon-stars:before {
  content: "\f755";
}

/* line 1366, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 1367, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 1368, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1369, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 1370, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mountains:before {
  content: "\f6fd";
}

/* line 1371, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 1372, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mouse-alt:before {
  content: "\f8cd";
}

/* line 1373, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1374, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mp3-player:before {
  content: "\f8ce";
}

/* line 1375, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mug:before {
  content: "\f874";
}

/* line 1376, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 1377, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mug-marshmallows:before {
  content: "\f7b7";
}

/* line 1378, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-mug-tea:before {
  content: "\f875";
}

/* line 1379, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 1380, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-music-alt:before {
  content: "\f8cf";
}

/* line 1381, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-music-alt-slash:before {
  content: "\f8d0";
}

/* line 1382, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-music-slash:before {
  content: "\f8d1";
}

/* line 1383, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 1384, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-narwhal:before {
  content: "\f6fe";
}

/* line 1385, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 1386, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 1387, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1388, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 1389, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 1390, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 1391, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 1392, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 1393, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 1394, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 1395, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 1396, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 1397, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1398, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1399, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-octagon:before {
  content: "\f306";
}

/* line 1400, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 1401, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1402, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1403, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 1404, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-oil-temp:before {
  content: "\f614";
}

/* line 1405, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 1406, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 1407, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-omega:before {
  content: "\f67a";
}

/* line 1408, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1409, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1410, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1411, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1412, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 1413, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ornament:before {
  content: "\f7b8";
}

/* line 1414, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 1415, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 1416, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 1417, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-outlet:before {
  content: "\e01c";
}

/* line 1418, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-oven:before {
  content: "\e01d";
}

/* line 1419, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-overline:before {
  content: "\f876";
}

/* line 1420, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-page-break:before {
  content: "\f877";
}

/* line 1421, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 1422, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1423, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 1424, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1425, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paint-brush-alt:before {
  content: "\f5a9";
}

/* line 1426, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 1427, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 1428, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 1429, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 1430, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pallet-alt:before {
  content: "\f483";
}

/* line 1431, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1432, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 1433, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 1434, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1435, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paragraph-rtl:before {
  content: "\f878";
}

/* line 1436, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 1437, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-parking-circle:before {
  content: "\f615";
}

/* line 1438, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-parking-circle-slash:before {
  content: "\f616";
}

/* line 1439, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-parking-slash:before {
  content: "\f617";
}

/* line 1440, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 1441, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 1442, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 1443, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 1444, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 1445, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 1446, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1447, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paw-alt:before {
  content: "\f701";
}

/* line 1448, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paw-claws:before {
  content: "\f702";
}

/* line 1449, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1450, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 1451, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pegasus:before {
  content: "\f703";
}

/* line 1452, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 1453, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 1454, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 1455, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 1456, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 1457, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 1458, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 1459, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pencil-paintbrush:before {
  content: "\f618";
}

/* line 1460, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 1461, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pennant:before {
  content: "\f456";
}

/* line 1462, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 1463, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 1464, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 1465, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 1466, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 1467, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 1468, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 1469, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 1470, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 1471, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-person-carry:before {
  content: "\f4cf";
}

/* line 1472, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-person-dolly:before {
  content: "\f4d0";
}

/* line 1473, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-person-dolly-empty:before {
  content: "\f4d1";
}

/* line 1474, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-person-sign:before {
  content: "\f757";
}

/* line 1475, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 1476, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 1477, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 1478, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 1479, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 1480, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-laptop:before {
  content: "\f87a";
}

/* line 1481, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 1482, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-plus:before {
  content: "\f4d2";
}

/* line 1483, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-rotary:before {
  content: "\f8d3";
}

/* line 1484, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 1485, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 1486, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 1487, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 1488, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 1489, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 1490, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pi:before {
  content: "\f67e";
}

/* line 1491, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-piano:before {
  content: "\f8d4";
}

/* line 1492, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-piano-keyboard:before {
  content: "\f8d5";
}

/* line 1493, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pie:before {
  content: "\f705";
}

/* line 1494, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 1495, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1496, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 1497, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1498, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 1499, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pig:before {
  content: "\f706";
}

/* line 1500, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 1501, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 1502, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 1503, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1504, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 1505, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pizza:before {
  content: "\f817";
}

/* line 1506, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 1507, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 1508, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 1509, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 1510, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 1511, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 1512, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 1513, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-planet-moon:before {
  content: "\e01f";
}

/* line 1514, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-planet-ringed:before {
  content: "\e020";
}

/* line 1515, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 1516, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1517, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 1518, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1519, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 1520, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 1521, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus-hexagon:before {
  content: "\f300";
}

/* line 1522, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus-octagon:before {
  content: "\f301";
}

/* line 1523, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 1524, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 1525, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-podium:before {
  content: "\f680";
}

/* line 1526, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-podium-star:before {
  content: "\f758";
}

/* line 1527, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-police-box:before {
  content: "\e021";
}

/* line 1528, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 1529, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 1530, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-poll-people:before {
  content: "\f759";
}

/* line 1531, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 1532, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 1533, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 1534, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-popcorn:before {
  content: "\f819";
}

/* line 1535, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-portal-enter:before {
  content: "\e022";
}

/* line 1536, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-portal-exit:before {
  content: "\e023";
}

/* line 1537, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 1538, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 1539, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 1540, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 1541, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 1542, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 1543, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 1544, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 1545, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-presentation:before {
  content: "\f685";
}

/* line 1546, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 1547, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-print-search:before {
  content: "\f81a";
}

/* line 1548, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-print-slash:before {
  content: "\f686";
}

/* line 1549, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 1550, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 1551, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 1552, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-projector:before {
  content: "\f8d6";
}

/* line 1553, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 1554, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 1555, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pumpkin:before {
  content: "\f707";
}

/* line 1556, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 1557, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1558, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 1559, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1560, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 1561, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1562, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1563, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-question-square:before {
  content: "\f2fd";
}

/* line 1564, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1565, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1566, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1567, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1568, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1569, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1570, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1571, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rabbit:before {
  content: "\f708";
}

/* line 1572, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rabbit-fast:before {
  content: "\f709";
}

/* line 1573, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-racquet:before {
  content: "\f45a";
}

/* line 1574, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-radar:before {
  content: "\e024";
}

/* line 1575, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1576, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1577, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-radio:before {
  content: "\f8d7";
}

/* line 1578, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-radio-alt:before {
  content: "\f8d8";
}

/* line 1579, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1580, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-raindrops:before {
  content: "\f75c";
}

/* line 1581, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ram:before {
  content: "\f70a";
}

/* line 1582, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ramp-loading:before {
  content: "\f4d4";
}

/* line 1583, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1584, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1585, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1586, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-raygun:before {
  content: "\e025";
}

/* line 1587, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1588, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1589, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1590, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1591, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1592, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1593, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 1594, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rectangle-portrait:before {
  content: "\f2fb";
}

/* line 1595, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 1596, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1597, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1598, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1599, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1600, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1601, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1602, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1603, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1604, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-refrigerator:before {
  content: "\e026";
}

/* line 1605, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1606, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1607, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1608, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-repeat:before {
  content: "\f363";
}

/* line 1609, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-repeat-1:before {
  content: "\f365";
}

/* line 1610, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-repeat-1-alt:before {
  content: "\f366";
}

/* line 1611, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-repeat-alt:before {
  content: "\f364";
}

/* line 1612, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1613, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1614, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1615, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1616, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1617, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1618, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1619, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1620, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-retweet-alt:before {
  content: "\f361";
}

/* line 1621, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1622, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1623, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1624, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rings-wedding:before {
  content: "\f81b";
}

/* line 1625, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1626, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1627, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1628, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rocket-launch:before {
  content: "\e027";
}

/* line 1629, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1630, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1631, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1632, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-route-highway:before {
  content: "\f61a";
}

/* line 1633, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-route-interstate:before {
  content: "\f61b";
}

/* line 1634, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-router:before {
  content: "\f8da";
}

/* line 1635, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1636, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1637, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1638, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1639, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1640, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1641, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-triangle:before {
  content: "\f61c";
}

/* line 1642, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1643, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1644, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1645, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1646, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-rv:before {
  content: "\f7be";
}

/* line 1647, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sack:before {
  content: "\f81c";
}

/* line 1648, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sack-dollar:before {
  content: "\f81d";
}

/* line 1649, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1650, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1651, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1652, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-salad:before {
  content: "\f81e";
}

/* line 1653, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1654, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sandwich:before {
  content: "\f81f";
}

/* line 1655, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1656, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1657, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1658, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sausage:before {
  content: "\f820";
}

/* line 1659, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1660, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sax-hot:before {
  content: "\f8db";
}

/* line 1661, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-saxophone:before {
  content: "\f8dc";
}

/* line 1662, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scalpel:before {
  content: "\f61d";
}

/* line 1663, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scalpel-path:before {
  content: "\f61e";
}

/* line 1664, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 1665, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scanner-image:before {
  content: "\f8f3";
}

/* line 1666, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scanner-keyboard:before {
  content: "\f489";
}

/* line 1667, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scanner-touchscreen:before {
  content: "\f48a";
}

/* line 1668, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scarecrow:before {
  content: "\f70d";
}

/* line 1669, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scarf:before {
  content: "\f7c1";
}

/* line 1670, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1671, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1672, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1673, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1674, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1675, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scroll-old:before {
  content: "\f70f";
}

/* line 1676, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scrubber:before {
  content: "\f2f8";
}

/* line 1677, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-scythe:before {
  content: "\f710";
}

/* line 1678, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1679, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1680, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1681, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1682, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1683, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1684, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1685, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1686, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1687, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1688, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-send-back:before {
  content: "\f87e";
}

/* line 1689, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-send-backward:before {
  content: "\f87f";
}

/* line 1690, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sensor:before {
  content: "\e028";
}

/* line 1691, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sensor-alert:before {
  content: "\e029";
}

/* line 1692, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sensor-fire:before {
  content: "\e02a";
}

/* line 1693, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sensor-on:before {
  content: "\e02b";
}

/* line 1694, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sensor-smoke:before {
  content: "\e02c";
}

/* line 1695, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1696, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1697, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1698, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1699, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-all:before {
  content: "\f367";
}

/* line 1700, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1701, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1702, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1703, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sheep:before {
  content: "\f711";
}

/* line 1704, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1705, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1706, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1707, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shield-check:before {
  content: "\f2f7";
}

/* line 1708, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shield-cross:before {
  content: "\f712";
}

/* line 1709, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1710, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1711, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1712, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shipping-timed:before {
  content: "\f48c";
}

/* line 1713, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1714, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shish-kebab:before {
  content: "\f821";
}

/* line 1715, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1716, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1717, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1718, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1719, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1720, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1721, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shovel:before {
  content: "\f713";
}

/* line 1722, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shovel-snow:before {
  content: "\f7c3";
}

/* line 1723, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1724, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shredder:before {
  content: "\f68a";
}

/* line 1725, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1726, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-shuttlecock:before {
  content: "\f45b";
}

/* line 1727, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sickle:before {
  content: "\f822";
}

/* line 1728, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sigma:before {
  content: "\f68b";
}

/* line 1729, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1730, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 1731, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1732, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1733, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 1734, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1735, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1736, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-1:before {
  content: "\f68c";
}

/* line 1737, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-2:before {
  content: "\f68d";
}

/* line 1738, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-3:before {
  content: "\f68e";
}

/* line 1739, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-4:before {
  content: "\f68f";
}

/* line 1740, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-alt:before {
  content: "\f690";
}

/* line 1741, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-alt-1:before {
  content: "\f691";
}

/* line 1742, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-alt-2:before {
  content: "\f692";
}

/* line 1743, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-alt-3:before {
  content: "\f693";
}

/* line 1744, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-alt-slash:before {
  content: "\f694";
}

/* line 1745, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-slash:before {
  content: "\f695";
}

/* line 1746, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal-stream:before {
  content: "\f8dd";
}

/* line 1747, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1748, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1749, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1750, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1751, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-siren:before {
  content: "\e02d";
}

/* line 1752, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-siren-on:before {
  content: "\e02e";
}

/* line 1753, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1754, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1755, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1756, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1757, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skeleton:before {
  content: "\f620";
}

/* line 1758, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1759, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ski-jump:before {
  content: "\f7c7";
}

/* line 1760, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ski-lift:before {
  content: "\f7c8";
}

/* line 1761, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1762, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1763, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1764, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skull-cow:before {
  content: "\f8de";
}

/* line 1765, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1766, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1767, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1768, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1769, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1770, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1771, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sledding:before {
  content: "\f7cb";
}

/* line 1772, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1773, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1774, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sliders-h-square:before {
  content: "\f3f0";
}

/* line 1775, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sliders-v:before {
  content: "\f3f1";
}

/* line 1776, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sliders-v-square:before {
  content: "\f3f2";
}

/* line 1777, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1778, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1779, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1780, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile-plus:before {
  content: "\f5b9";
}

/* line 1781, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1782, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1783, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-smoke:before {
  content: "\f760";
}

/* line 1784, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1785, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1786, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1787, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snake:before {
  content: "\f716";
}

/* line 1788, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1789, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1790, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1791, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snooze:before {
  content: "\f880";
}

/* line 1792, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snow-blowing:before {
  content: "\f761";
}

/* line 1793, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1794, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1795, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowflakes:before {
  content: "\f7cf";
}

/* line 1796, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1797, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowmobile:before {
  content: "\f7d1";
}

/* line 1798, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1799, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1800, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1801, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1802, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-solar-system:before {
  content: "\e02f";
}

/* line 1803, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1804, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1805, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1806, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1807, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1808, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alt:before {
  content: "\f883";
}

/* line 1809, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1810, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1811, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1812, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1813, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-circle:before {
  content: "\e030";
}

/* line 1814, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-circle-down:before {
  content: "\e031";
}

/* line 1815, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-circle-up:before {
  content: "\e032";
}

/* line 1816, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1817, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1818, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1819, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1820, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1821, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-shapes-down:before {
  content: "\f888";
}

/* line 1822, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

/* line 1823, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-shapes-up:before {
  content: "\f88a";
}

/* line 1824, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

/* line 1825, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-size-down:before {
  content: "\f88c";
}

/* line 1826, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-size-down-alt:before {
  content: "\f88d";
}

/* line 1827, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-size-up:before {
  content: "\f88e";
}

/* line 1828, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-size-up-alt:before {
  content: "\f88f";
}

/* line 1829, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1830, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1831, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-soup:before {
  content: "\f823";
}

/* line 1832, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1833, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1834, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1835, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-space-station-moon:before {
  content: "\e033";
}

/* line 1836, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-space-station-moon-alt:before {
  content: "\e034";
}

/* line 1837, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spade:before {
  content: "\f2f4";
}

/* line 1838, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sparkles:before {
  content: "\f890";
}

/* line 1839, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1840, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-speaker:before {
  content: "\f8df";
}

/* line 1841, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1842, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-speakers:before {
  content: "\f8e0";
}

/* line 1843, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1844, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1845, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spider-black-widow:before {
  content: "\f718";
}

/* line 1846, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spider-web:before {
  content: "\f719";
}

/* line 1847, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1848, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spinner-third:before {
  content: "\f3f4";
}

/* line 1849, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1850, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1851, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1852, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sprinkler:before {
  content: "\e035";
}

/* line 1853, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1854, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1855, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-square-root:before {
  content: "\f697";
}

/* line 1856, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1857, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1858, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-squirrel:before {
  content: "\f71a";
}

/* line 1859, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1860, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1861, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1862, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-staff:before {
  content: "\f71b";
}

/* line 1863, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1864, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1865, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1866, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-christmas:before {
  content: "\f7d4";
}

/* line 1867, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-exclamation:before {
  content: "\f2f3";
}

/* line 1868, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1869, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1870, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1871, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1872, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-shooting:before {
  content: "\e036";
}

/* line 1873, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-starfighter:before {
  content: "\e037";
}

/* line 1874, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-starfighter-alt:before {
  content: "\e038";
}

/* line 1875, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stars:before {
  content: "\f762";
}

/* line 1876, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-starship:before {
  content: "\e039";
}

/* line 1877, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-starship-freighter:before {
  content: "\e03a";
}

/* line 1878, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1879, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-steak:before {
  content: "\f824";
}

/* line 1880, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1881, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1882, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1883, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 1884, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1885, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1886, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1887, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1888, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1889, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stocking:before {
  content: "\f7d5";
}

/* line 1890, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stomach:before {
  content: "\f623";
}

/* line 1891, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1892, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1893, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1894, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1895, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1896, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1897, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1898, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1899, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1900, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1901, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1902, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stretcher:before {
  content: "\f825";
}

/* line 1903, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1904, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1905, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1906, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1907, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1908, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1909, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1910, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1911, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1912, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1913, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1914, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1915, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sun-cloud:before {
  content: "\f763";
}

/* line 1916, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sun-dust:before {
  content: "\f764";
}

/* line 1917, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sun-haze:before {
  content: "\f765";
}

/* line 1918, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sunglasses:before {
  content: "\f892";
}

/* line 1919, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sunrise:before {
  content: "\f766";
}

/* line 1920, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sunset:before {
  content: "\f767";
}

/* line 1921, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1922, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1923, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1924, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1925, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1926, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1927, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1928, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1929, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1930, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sword:before {
  content: "\f71c";
}

/* line 1931, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sword-laser:before {
  content: "\e03b";
}

/* line 1932, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sword-laser-alt:before {
  content: "\e03c";
}

/* line 1933, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-swords:before {
  content: "\f71d";
}

/* line 1934, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-swords-laser:before {
  content: "\e03d";
}

/* line 1935, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1936, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1937, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1938, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1939, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1940, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1941, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1942, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1943, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1944, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet-android:before {
  content: "\f3fb";
}

/* line 1945, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet-android-alt:before {
  content: "\f3fc";
}

/* line 1946, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet-rugged:before {
  content: "\f48f";
}

/* line 1947, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1948, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 1949, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1950, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 1951, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-alt-fast:before {
  content: "\f625";
}

/* line 1952, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

/* line 1953, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

/* line 1954, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

/* line 1955, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-average:before {
  content: "\f629";
}

/* line 1956, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-fast:before {
  content: "\f62a";
}

/* line 1957, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-fastest:before {
  content: "\f62b";
}

/* line 1958, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-slow:before {
  content: "\f62c";
}

/* line 1959, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-slowest:before {
  content: "\f62d";
}

/* line 1960, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-taco:before {
  content: "\f826";
}

/* line 1961, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1962, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1963, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tally:before {
  content: "\f69c";
}

/* line 1964, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tanakh:before {
  content: "\f827";
}

/* line 1965, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1966, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1967, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tasks-alt:before {
  content: "\f828";
}

/* line 1968, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1969, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1970, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1971, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1972, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1973, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1974, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-telescope:before {
  content: "\e03e";
}

/* line 1975, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-down:before {
  content: "\e03f";
}

/* line 1976, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-frigid:before {
  content: "\f768";
}

/* line 1977, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1978, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-hot:before {
  content: "\f76a";
}

/* line 1979, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1980, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-up:before {
  content: "\e040";
}

/* line 1981, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1982, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1983, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tennis-ball:before {
  content: "\f45e";
}

/* line 1984, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1985, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-text:before {
  content: "\f893";
}

/* line 1986, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1987, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-text-size:before {
  content: "\f894";
}

/* line 1988, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1989, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1990, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1991, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1992, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1993, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1994, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1995, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1996, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1997, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1998, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1999, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2000, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2001, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2002, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-theta:before {
  content: "\f69e";
}

/* line 2003, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 2004, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 2005, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 2006, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 2007, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thunderstorm:before {
  content: "\f76c";
}

/* line 2008, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thunderstorm-moon:before {
  content: "\f76d";
}

/* line 2009, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-thunderstorm-sun:before {
  content: "\f76e";
}

/* line 2010, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 2011, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 2012, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 2013, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tilde:before {
  content: "\f69f";
}

/* line 2014, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 2015, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 2016, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-times-hexagon:before {
  content: "\f2ee";
}

/* line 2017, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-times-octagon:before {
  content: "\f2f0";
}

/* line 2018, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-times-square:before {
  content: "\f2d3";
}

/* line 2019, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 2020, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 2021, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 2022, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tire-flat:before {
  content: "\f632";
}

/* line 2023, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tire-pressure-warning:before {
  content: "\f633";
}

/* line 2024, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 2025, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 2026, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 2027, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 2028, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 2029, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 2030, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-toilet-paper-alt:before {
  content: "\f71f";
}

/* line 2031, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 2032, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tombstone:before {
  content: "\f720";
}

/* line 2033, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tombstone-alt:before {
  content: "\f721";
}

/* line 2034, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 2035, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 2036, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 2037, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-toothbrush:before {
  content: "\f635";
}

/* line 2038, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 2039, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 2040, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tornado:before {
  content: "\f76f";
}

/* line 2041, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 2042, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 2043, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 2044, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-traffic-cone:before {
  content: "\f636";
}

/* line 2045, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 2046, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-traffic-light-go:before {
  content: "\f638";
}

/* line 2047, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-traffic-light-slow:before {
  content: "\f639";
}

/* line 2048, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-traffic-light-stop:before {
  content: "\f63a";
}

/* line 2049, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 2050, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 2051, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 2052, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 2053, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 2054, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-transporter:before {
  content: "\e042";
}

/* line 2055, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-transporter-1:before {
  content: "\e043";
}

/* line 2056, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-transporter-2:before {
  content: "\e044";
}

/* line 2057, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-transporter-3:before {
  content: "\e045";
}

/* line 2058, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-transporter-empty:before {
  content: "\e046";
}

/* line 2059, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 2060, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 2061, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 2062, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 2063, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-undo:before {
  content: "\f895";
}

/* line 2064, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-undo-alt:before {
  content: "\f896";
}

/* line 2065, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-treasure-chest:before {
  content: "\f723";
}

/* line 2066, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 2067, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tree-alt:before {
  content: "\f400";
}

/* line 2068, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tree-christmas:before {
  content: "\f7db";
}

/* line 2069, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tree-decorated:before {
  content: "\f7dc";
}

/* line 2070, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tree-large:before {
  content: "\f7dd";
}

/* line 2071, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tree-palm:before {
  content: "\f82b";
}

/* line 2072, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trees:before {
  content: "\f724";
}

/* line 2073, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 2074, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-triangle:before {
  content: "\f2ec";
}

/* line 2075, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-triangle-music:before {
  content: "\f8e2";
}

/* line 2076, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 2077, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trophy-alt:before {
  content: "\f2eb";
}

/* line 2078, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 2079, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-container:before {
  content: "\f4dc";
}

/* line 2080, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-couch:before {
  content: "\f4dd";
}

/* line 2081, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 2082, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 2083, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 2084, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 2085, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-plow:before {
  content: "\f7de";
}

/* line 2086, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-ramp:before {
  content: "\f4e0";
}

/* line 2087, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-trumpet:before {
  content: "\f8e3";
}

/* line 2088, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 2089, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 2090, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 2091, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 2092, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-turkey:before {
  content: "\f725";
}

/* line 2093, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-turntable:before {
  content: "\f8e4";
}

/* line 2094, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-turtle:before {
  content: "\f726";
}

/* line 2095, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 2096, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tv-alt:before {
  content: "\f8e5";
}

/* line 2097, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tv-music:before {
  content: "\f8e6";
}

/* line 2098, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-tv-retro:before {
  content: "\f401";
}

/* line 2099, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 2100, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 2101, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 2102, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-typewriter:before {
  content: "\f8e7";
}

/* line 2103, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 2104, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 2105, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 2106, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ufo:before {
  content: "\e047";
}

/* line 2107, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ufo-beam:before {
  content: "\e048";
}

/* line 2108, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 2109, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 2110, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 2111, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 2112, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 2113, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 2114, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 2115, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 2116, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-unicorn:before {
  content: "\f727";
}

/* line 2117, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-union:before {
  content: "\f6a2";
}

/* line 2118, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 2119, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 2120, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2121, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 2122, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 2123, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 2124, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 2125, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 2126, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 2127, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 2128, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 2129, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2130, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-usb-drive:before {
  content: "\f8e9";
}

/* line 2131, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-usd-circle:before {
  content: "\f2e8";
}

/* line 2132, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-usd-square:before {
  content: "\f2e9";
}

/* line 2133, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 2134, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-alien:before {
  content: "\e04a";
}

/* line 2135, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 2136, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 2137, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 2138, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-chart:before {
  content: "\f6a3";
}

/* line 2139, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 2140, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2141, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 2142, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 2143, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-cowboy:before {
  content: "\f8ea";
}

/* line 2144, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-crown:before {
  content: "\f6a4";
}

/* line 2145, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 2146, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 2147, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 2148, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-hard-hat:before {
  content: "\f82c";
}

/* line 2149, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-headset:before {
  content: "\f82d";
}

/* line 2150, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 2151, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 2152, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 2153, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-md-chat:before {
  content: "\f82e";
}

/* line 2154, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 2155, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-music:before {
  content: "\f8eb";
}

/* line 2156, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 2157, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 2158, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 2159, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-robot:before {
  content: "\e04b";
}

/* line 2160, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 2161, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 2162, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 2163, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 2164, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 2165, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 2166, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-unlock:before {
  content: "\e058";
}

/* line 2167, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-visor:before {
  content: "\e04c";
}

/* line 2168, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 2169, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-users-class:before {
  content: "\f63d";
}

/* line 2170, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 2171, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-users-crown:before {
  content: "\f6a5";
}

/* line 2172, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-users-medical:before {
  content: "\f830";
}

/* line 2173, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 2174, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 2175, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 2176, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensil-fork:before {
  content: "\f2e3";
}

/* line 2177, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensil-knife:before {
  content: "\f2e4";
}

/* line 2178, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 2179, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 2180, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensils-alt:before {
  content: "\f2e6";
}

/* line 2181, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 2182, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vacuum:before {
  content: "\e04d";
}

/* line 2183, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vacuum-robot:before {
  content: "\e04e";
}

/* line 2184, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-value-absolute:before {
  content: "\f6a6";
}

/* line 2185, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 2186, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 2187, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 2188, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 2189, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 2190, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 2191, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vhs:before {
  content: "\f8ec";
}

/* line 2192, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 2193, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2194, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2195, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 2196, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 2197, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 2198, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 2199, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-video-plus:before {
  content: "\f4e1";
}

/* line 2200, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 2201, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 2202, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 2203, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 2204, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 2205, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 2206, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-violin:before {
  content: "\f8ed";
}

/* line 2207, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 2208, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 2209, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 2210, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 2211, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 2212, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 2213, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-volcano:before {
  content: "\f770";
}

/* line 2214, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 2215, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume:before {
  content: "\f6a8";
}

/* line 2216, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 2217, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 2218, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 2219, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-slash:before {
  content: "\f2e2";
}

/* line 2220, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 2221, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vote-nay:before {
  content: "\f771";
}

/* line 2222, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 2223, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 2224, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 2225, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wagon-covered:before {
  content: "\f8ee";
}

/* line 2226, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-walker:before {
  content: "\f831";
}

/* line 2227, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-walkie-talkie:before {
  content: "\f8ef";
}

/* line 2228, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 2229, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 2230, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wand:before {
  content: "\f72a";
}

/* line 2231, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wand-magic:before {
  content: "\f72b";
}

/* line 2232, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 2233, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 2234, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-washer:before {
  content: "\f898";
}

/* line 2235, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-watch:before {
  content: "\f2e1";
}

/* line 2236, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-watch-calculator:before {
  content: "\f8f0";
}

/* line 2237, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-watch-fitness:before {
  content: "\f63e";
}

/* line 2238, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 2239, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 2240, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-water-lower:before {
  content: "\f774";
}

/* line 2241, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-water-rise:before {
  content: "\f775";
}

/* line 2242, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wave-sine:before {
  content: "\f899";
}

/* line 2243, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 2244, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wave-triangle:before {
  content: "\f89a";
}

/* line 2245, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-waveform:before {
  content: "\f8f1";
}

/* line 2246, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-waveform-path:before {
  content: "\f8f2";
}

/* line 2247, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 2248, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-webcam:before {
  content: "\f832";
}

/* line 2249, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-webcam-slash:before {
  content: "\f833";
}

/* line 2250, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 2251, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 2252, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 2253, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 2254, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 2255, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-whale:before {
  content: "\f72c";
}

/* line 2256, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 2257, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 2258, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wheat:before {
  content: "\f72d";
}

/* line 2259, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 2260, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-whistle:before {
  content: "\f460";
}

/* line 2261, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 2262, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 2263, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wifi-1:before {
  content: "\f6aa";
}

/* line 2264, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wifi-2:before {
  content: "\f6ab";
}

/* line 2265, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wifi-slash:before {
  content: "\f6ac";
}

/* line 2266, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 2267, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 2268, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wind-turbine:before {
  content: "\f89b";
}

/* line 2269, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wind-warning:before {
  content: "\f776";
}

/* line 2270, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-window:before {
  content: "\f40e";
}

/* line 2271, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-alt:before {
  content: "\f40f";
}

/* line 2272, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 2273, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-frame:before {
  content: "\e04f";
}

/* line 2274, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-frame-open:before {
  content: "\e050";
}

/* line 2275, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2276, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2277, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2278, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 2279, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-windsock:before {
  content: "\f777";
}

/* line 2280, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 2281, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 2282, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 2283, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 2284, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 2285, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 2286, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 2287, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 2288, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 2289, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 2290, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2291, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2292, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2293, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 2294, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wreath:before {
  content: "\f7e2";
}

/* line 2295, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 2296, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 2297, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 2298, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 2299, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 2300, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 2301, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 2302, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 2303, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 2304, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 2305, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 2306, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 2307, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 2308, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 2309, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2310, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 2311, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 2312, vendor/assets/stylesheets/fontawesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, vendor/assets/stylesheets/fontawesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, vendor/assets/stylesheets/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-482af9a6737a17b45d9a5652fc7e41abff8b83287da19f3039ccc8445c310cae.eot);
  src: url(/assets/fa-brands-400-482af9a6737a17b45d9a5652fc7e41abff8b83287da19f3039ccc8445c310cae.eot?#iefix) format("embedded-opentype"), url(/assets/fa-brands-400-b9248bc87ff626c1f083c38239fa1c673bc6a539ce85ee8cc0fee67664ae392b.woff2) format("woff2"), url(/assets/fa-brands-400-570a81b9225828edb522ec0db640efe622b4856caabe3284d63301babb79c027.woff) format("woff"), url(/assets/fa-brands-400-8e59a7ce0b32a0525427c9ae4e47421db8c5690c9e55f7ec50b3d1cbb2815b65.ttf) format("truetype"), url(/assets/fa-brands-400-0633034fadf48fb11a88348e8c8b82e2e5a591cb331844afb070e0b32c83efd7.svg#fontawesome) format("svg");
}

/* line 20, vendor/assets/stylesheets/fontawesome/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/fa-duotone-900.eot);
  src: url(/fonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-duotone-900.woff2) format("woff2"), url(/fonts/fa-duotone-900.woff) format("woff"), url(/fonts/fa-duotone-900.ttf) format("truetype"), url(/fonts/fa-duotone-900.svg#fontawesome) format("svg");
}

/* line 20, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}

/* line 26, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 33, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 39, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 44, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 49, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-inverse {
  color: #fff;
}

/* line 53, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute;
}

/* line 57, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%);
}

/* line 62, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-abacus:after {
  content: "\10f640";
}

/* line 63, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-acorn:after {
  content: "\10f6ae";
}

/* line 64, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ad:after {
  content: "\10f641";
}

/* line 65, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-address-book:after {
  content: "\10f2b9";
}

/* line 66, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-address-card:after {
  content: "\10f2bb";
}

/* line 67, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-adjust:after {
  content: "\10f042";
}

/* line 68, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-air-conditioner:after {
  content: "\10f8f4";
}

/* line 69, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-air-freshener:after {
  content: "\10f5d0";
}

/* line 70, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-alarm-clock:after {
  content: "\10f34e";
}

/* line 71, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-alarm-exclamation:after {
  content: "\10f843";
}

/* line 72, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-alarm-plus:after {
  content: "\10f844";
}

/* line 73, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-alarm-snooze:after {
  content: "\10f845";
}

/* line 74, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-album:after {
  content: "\10f89f";
}

/* line 75, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-album-collection:after {
  content: "\10f8a0";
}

/* line 76, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-alicorn:after {
  content: "\10f6b0";
}

/* line 77, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-alien:after {
  content: "\10f8f5";
}

/* line 78, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-alien-monster:after {
  content: "\10f8f6";
}

/* line 79, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-align-center:after {
  content: "\10f037";
}

/* line 80, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-align-justify:after {
  content: "\10f039";
}

/* line 81, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-align-left:after {
  content: "\10f036";
}

/* line 82, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-align-right:after {
  content: "\10f038";
}

/* line 83, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-align-slash:after {
  content: "\10f846";
}

/* line 84, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-allergies:after {
  content: "\10f461";
}

/* line 85, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ambulance:after {
  content: "\10f0f9";
}

/* line 86, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3";
}

/* line 87, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-amp-guitar:after {
  content: "\10f8a1";
}

/* line 88, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-analytics:after {
  content: "\10f643";
}

/* line 89, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-anchor:after {
  content: "\10f13d";
}

/* line 90, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angel:after {
  content: "\10f779";
}

/* line 91, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angle-double-down:after {
  content: "\10f103";
}

/* line 92, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angle-double-left:after {
  content: "\10f100";
}

/* line 93, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angle-double-right:after {
  content: "\10f101";
}

/* line 94, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angle-double-up:after {
  content: "\10f102";
}

/* line 95, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angle-down:after {
  content: "\10f107";
}

/* line 96, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angle-left:after {
  content: "\10f104";
}

/* line 97, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angle-right:after {
  content: "\10f105";
}

/* line 98, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angle-up:after {
  content: "\10f106";
}

/* line 99, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-angry:after {
  content: "\10f556";
}

/* line 100, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ankh:after {
  content: "\10f644";
}

/* line 101, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-apple-alt:after {
  content: "\10f5d1";
}

/* line 102, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-apple-crate:after {
  content: "\10f6b1";
}

/* line 103, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-archive:after {
  content: "\10f187";
}

/* line 104, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-archway:after {
  content: "\10f557";
}

/* line 105, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358";
}

/* line 106, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359";
}

/* line 107, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a";
}

/* line 108, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b";
}

/* line 109, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-down:after {
  content: "\10f354";
}

/* line 110, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346";
}

/* line 111, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-from-left:after {
  content: "\10f347";
}

/* line 112, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-from-right:after {
  content: "\10f348";
}

/* line 113, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-from-top:after {
  content: "\10f349";
}

/* line 114, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-left:after {
  content: "\10f355";
}

/* line 115, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-right:after {
  content: "\10f356";
}

/* line 116, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-square-down:after {
  content: "\10f350";
}

/* line 117, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-square-left:after {
  content: "\10f351";
}

/* line 118, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-square-right:after {
  content: "\10f352";
}

/* line 119, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-square-up:after {
  content: "\10f353";
}

/* line 120, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a";
}

/* line 121, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b";
}

/* line 122, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c";
}

/* line 123, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d";
}

/* line 124, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-alt-up:after {
  content: "\10f357";
}

/* line 125, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-circle-down:after {
  content: "\10f0ab";
}

/* line 126, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-circle-left:after {
  content: "\10f0a8";
}

/* line 127, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-circle-right:after {
  content: "\10f0a9";
}

/* line 128, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-circle-up:after {
  content: "\10f0aa";
}

/* line 129, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-down:after {
  content: "\10f063";
}

/* line 130, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-from-bottom:after {
  content: "\10f342";
}

/* line 131, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-from-left:after {
  content: "\10f343";
}

/* line 132, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-from-right:after {
  content: "\10f344";
}

/* line 133, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-from-top:after {
  content: "\10f345";
}

/* line 134, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-left:after {
  content: "\10f060";
}

/* line 135, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-right:after {
  content: "\10f061";
}

/* line 136, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-square-down:after {
  content: "\10f339";
}

/* line 137, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-square-left:after {
  content: "\10f33a";
}

/* line 138, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-square-right:after {
  content: "\10f33b";
}

/* line 139, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-square-up:after {
  content: "\10f33c";
}

/* line 140, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-to-bottom:after {
  content: "\10f33d";
}

/* line 141, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-to-left:after {
  content: "\10f33e";
}

/* line 142, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-to-right:after {
  content: "\10f340";
}

/* line 143, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-to-top:after {
  content: "\10f341";
}

/* line 144, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrow-up:after {
  content: "\10f062";
}

/* line 145, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrows:after {
  content: "\10f047";
}

/* line 146, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrows-alt:after {
  content: "\10f0b2";
}

/* line 147, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrows-alt-h:after {
  content: "\10f337";
}

/* line 148, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrows-alt-v:after {
  content: "\10f338";
}

/* line 149, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrows-h:after {
  content: "\10f07e";
}

/* line 150, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-arrows-v:after {
  content: "\10f07d";
}

/* line 151, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2";
}

/* line 152, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-asterisk:after {
  content: "\10f069";
}

/* line 153, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-at:after {
  content: "\10f1fa";
}

/* line 154, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-atlas:after {
  content: "\10f558";
}

/* line 155, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-atom:after {
  content: "\10f5d2";
}

/* line 156, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-atom-alt:after {
  content: "\10f5d3";
}

/* line 157, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-audio-description:after {
  content: "\10f29e";
}

/* line 158, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-award:after {
  content: "\10f559";
}

/* line 159, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-axe:after {
  content: "\10f6b2";
}

/* line 160, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-axe-battle:after {
  content: "\10f6b3";
}

/* line 161, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-baby:after {
  content: "\10f77c";
}

/* line 162, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-baby-carriage:after {
  content: "\10f77d";
}

/* line 163, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-backpack:after {
  content: "\10f5d4";
}

/* line 164, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-backspace:after {
  content: "\10f55a";
}

/* line 165, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-backward:after {
  content: "\10f04a";
}

/* line 166, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bacon:after {
  content: "\10f7e5";
}

/* line 167, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bacteria:after {
  content: "\10e059";
}

/* line 168, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bacterium:after {
  content: "\10e05a";
}

/* line 169, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-badge:after {
  content: "\10f335";
}

/* line 170, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-badge-check:after {
  content: "\10f336";
}

/* line 171, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-badge-dollar:after {
  content: "\10f645";
}

/* line 172, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-badge-percent:after {
  content: "\10f646";
}

/* line 173, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-badge-sheriff:after {
  content: "\10f8a2";
}

/* line 174, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-badger-honey:after {
  content: "\10f6b4";
}

/* line 175, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bags-shopping:after {
  content: "\10f847";
}

/* line 176, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bahai:after {
  content: "\10f666";
}

/* line 177, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-balance-scale:after {
  content: "\10f24e";
}

/* line 178, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-balance-scale-left:after {
  content: "\10f515";
}

/* line 179, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-balance-scale-right:after {
  content: "\10f516";
}

/* line 180, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ball-pile:after {
  content: "\10f77e";
}

/* line 181, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ballot:after {
  content: "\10f732";
}

/* line 182, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ballot-check:after {
  content: "\10f733";
}

/* line 183, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ban:after {
  content: "\10f05e";
}

/* line 184, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-band-aid:after {
  content: "\10f462";
}

/* line 185, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-banjo:after {
  content: "\10f8a3";
}

/* line 186, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-barcode:after {
  content: "\10f02a";
}

/* line 187, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-barcode-alt:after {
  content: "\10f463";
}

/* line 188, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-barcode-read:after {
  content: "\10f464";
}

/* line 189, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-barcode-scan:after {
  content: "\10f465";
}

/* line 190, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bars:after {
  content: "\10f0c9";
}

/* line 191, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-baseball:after {
  content: "\10f432";
}

/* line 192, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-baseball-ball:after {
  content: "\10f433";
}

/* line 193, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-basketball-ball:after {
  content: "\10f434";
}

/* line 194, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-basketball-hoop:after {
  content: "\10f435";
}

/* line 195, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bat:after {
  content: "\10f6b5";
}

/* line 196, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bath:after {
  content: "\10f2cd";
}

/* line 197, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-battery-bolt:after {
  content: "\10f376";
}

/* line 198, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-battery-empty:after {
  content: "\10f244";
}

/* line 199, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-battery-full:after {
  content: "\10f240";
}

/* line 200, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-battery-half:after {
  content: "\10f242";
}

/* line 201, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-battery-quarter:after {
  content: "\10f243";
}

/* line 202, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-battery-slash:after {
  content: "\10f377";
}

/* line 203, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-battery-three-quarters:after {
  content: "\10f241";
}

/* line 204, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bed:after {
  content: "\10f236";
}

/* line 205, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bed-alt:after {
  content: "\10f8f7";
}

/* line 206, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bed-bunk:after {
  content: "\10f8f8";
}

/* line 207, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bed-empty:after {
  content: "\10f8f9";
}

/* line 208, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-beer:after {
  content: "\10f0fc";
}

/* line 209, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bell:after {
  content: "\10f0f3";
}

/* line 210, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bell-exclamation:after {
  content: "\10f848";
}

/* line 211, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bell-on:after {
  content: "\10f8fa";
}

/* line 212, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bell-plus:after {
  content: "\10f849";
}

/* line 213, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bell-school:after {
  content: "\10f5d5";
}

/* line 214, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bell-school-slash:after {
  content: "\10f5d6";
}

/* line 215, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bell-slash:after {
  content: "\10f1f6";
}

/* line 216, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bells:after {
  content: "\10f77f";
}

/* line 217, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-betamax:after {
  content: "\10f8a4";
}

/* line 218, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bezier-curve:after {
  content: "\10f55b";
}

/* line 219, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bible:after {
  content: "\10f647";
}

/* line 220, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bicycle:after {
  content: "\10f206";
}

/* line 221, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-biking:after {
  content: "\10f84a";
}

/* line 222, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-biking-mountain:after {
  content: "\10f84b";
}

/* line 223, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-binoculars:after {
  content: "\10f1e5";
}

/* line 224, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-biohazard:after {
  content: "\10f780";
}

/* line 225, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-birthday-cake:after {
  content: "\10f1fd";
}

/* line 226, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-blanket:after {
  content: "\10f498";
}

/* line 227, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-blender:after {
  content: "\10f517";
}

/* line 228, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-blender-phone:after {
  content: "\10f6b6";
}

/* line 229, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-blind:after {
  content: "\10f29d";
}

/* line 230, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-blinds:after {
  content: "\10f8fb";
}

/* line 231, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-blinds-open:after {
  content: "\10f8fc";
}

/* line 232, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-blinds-raised:after {
  content: "\10f8fd";
}

/* line 233, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-blog:after {
  content: "\10f781";
}

/* line 234, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bold:after {
  content: "\10f032";
}

/* line 235, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bolt:after {
  content: "\10f0e7";
}

/* line 236, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bomb:after {
  content: "\10f1e2";
}

/* line 237, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bone:after {
  content: "\10f5d7";
}

/* line 238, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bone-break:after {
  content: "\10f5d8";
}

/* line 239, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bong:after {
  content: "\10f55c";
}

/* line 240, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book:after {
  content: "\10f02d";
}

/* line 241, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book-alt:after {
  content: "\10f5d9";
}

/* line 242, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book-dead:after {
  content: "\10f6b7";
}

/* line 243, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book-heart:after {
  content: "\10f499";
}

/* line 244, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book-medical:after {
  content: "\10f7e6";
}

/* line 245, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book-open:after {
  content: "\10f518";
}

/* line 246, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book-reader:after {
  content: "\10f5da";
}

/* line 247, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book-spells:after {
  content: "\10f6b8";
}

/* line 248, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-book-user:after {
  content: "\10f7e7";
}

/* line 249, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bookmark:after {
  content: "\10f02e";
}

/* line 250, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-books:after {
  content: "\10f5db";
}

/* line 251, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-books-medical:after {
  content: "\10f7e8";
}

/* line 252, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-boombox:after {
  content: "\10f8a5";
}

/* line 253, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-boot:after {
  content: "\10f782";
}

/* line 254, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-booth-curtain:after {
  content: "\10f734";
}

/* line 255, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-all:after {
  content: "\10f84c";
}

/* line 256, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-bottom:after {
  content: "\10f84d";
}

/* line 257, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-center-h:after {
  content: "\10f89c";
}

/* line 258, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-center-v:after {
  content: "\10f89d";
}

/* line 259, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-inner:after {
  content: "\10f84e";
}

/* line 260, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-left:after {
  content: "\10f84f";
}

/* line 261, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-none:after {
  content: "\10f850";
}

/* line 262, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-outer:after {
  content: "\10f851";
}

/* line 263, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-right:after {
  content: "\10f852";
}

/* line 264, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-style:after {
  content: "\10f853";
}

/* line 265, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-style-alt:after {
  content: "\10f854";
}

/* line 266, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-border-top:after {
  content: "\10f855";
}

/* line 267, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bow-arrow:after {
  content: "\10f6b9";
}

/* line 268, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bowling-ball:after {
  content: "\10f436";
}

/* line 269, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bowling-pins:after {
  content: "\10f437";
}

/* line 270, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box:after {
  content: "\10f466";
}

/* line 271, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-alt:after {
  content: "\10f49a";
}

/* line 272, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-ballot:after {
  content: "\10f735";
}

/* line 273, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-check:after {
  content: "\10f467";
}

/* line 274, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-fragile:after {
  content: "\10f49b";
}

/* line 275, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-full:after {
  content: "\10f49c";
}

/* line 276, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-heart:after {
  content: "\10f49d";
}

/* line 277, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-open:after {
  content: "\10f49e";
}

/* line 278, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-tissue:after {
  content: "\10e05b";
}

/* line 279, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-up:after {
  content: "\10f49f";
}

/* line 280, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-box-usd:after {
  content: "\10f4a0";
}

/* line 281, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-boxes:after {
  content: "\10f468";
}

/* line 282, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-boxes-alt:after {
  content: "\10f4a1";
}

/* line 283, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-boxing-glove:after {
  content: "\10f438";
}

/* line 284, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-brackets:after {
  content: "\10f7e9";
}

/* line 285, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-brackets-curly:after {
  content: "\10f7ea";
}

/* line 286, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-braille:after {
  content: "\10f2a1";
}

/* line 287, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-brain:after {
  content: "\10f5dc";
}

/* line 288, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bread-loaf:after {
  content: "\10f7eb";
}

/* line 289, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bread-slice:after {
  content: "\10f7ec";
}

/* line 290, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-briefcase:after {
  content: "\10f0b1";
}

/* line 291, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-briefcase-medical:after {
  content: "\10f469";
}

/* line 292, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bring-forward:after {
  content: "\10f856";
}

/* line 293, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bring-front:after {
  content: "\10f857";
}

/* line 294, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-broadcast-tower:after {
  content: "\10f519";
}

/* line 295, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-broom:after {
  content: "\10f51a";
}

/* line 296, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-browser:after {
  content: "\10f37e";
}

/* line 297, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-brush:after {
  content: "\10f55d";
}

/* line 298, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bug:after {
  content: "\10f188";
}

/* line 299, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-building:after {
  content: "\10f1ad";
}

/* line 300, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bullhorn:after {
  content: "\10f0a1";
}

/* line 301, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bullseye:after {
  content: "\10f140";
}

/* line 302, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bullseye-arrow:after {
  content: "\10f648";
}

/* line 303, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bullseye-pointer:after {
  content: "\10f649";
}

/* line 304, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-burger-soda:after {
  content: "\10f858";
}

/* line 305, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-burn:after {
  content: "\10f46a";
}

/* line 306, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-burrito:after {
  content: "\10f7ed";
}

/* line 307, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bus:after {
  content: "\10f207";
}

/* line 308, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bus-alt:after {
  content: "\10f55e";
}

/* line 309, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-bus-school:after {
  content: "\10f5dd";
}

/* line 310, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-business-time:after {
  content: "\10f64a";
}

/* line 311, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cabinet-filing:after {
  content: "\10f64b";
}

/* line 312, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cactus:after {
  content: "\10f8a7";
}

/* line 313, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calculator:after {
  content: "\10f1ec";
}

/* line 314, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calculator-alt:after {
  content: "\10f64c";
}

/* line 315, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar:after {
  content: "\10f133";
}

/* line 316, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-alt:after {
  content: "\10f073";
}

/* line 317, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-check:after {
  content: "\10f274";
}

/* line 318, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-day:after {
  content: "\10f783";
}

/* line 319, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-edit:after {
  content: "\10f333";
}

/* line 320, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-exclamation:after {
  content: "\10f334";
}

/* line 321, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-minus:after {
  content: "\10f272";
}

/* line 322, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-plus:after {
  content: "\10f271";
}

/* line 323, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-star:after {
  content: "\10f736";
}

/* line 324, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-times:after {
  content: "\10f273";
}

/* line 325, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-calendar-week:after {
  content: "\10f784";
}

/* line 326, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-camcorder:after {
  content: "\10f8a8";
}

/* line 327, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-camera:after {
  content: "\10f030";
}

/* line 328, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-camera-alt:after {
  content: "\10f332";
}

/* line 329, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-camera-home:after {
  content: "\10f8fe";
}

/* line 330, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-camera-movie:after {
  content: "\10f8a9";
}

/* line 331, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-camera-polaroid:after {
  content: "\10f8aa";
}

/* line 332, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-camera-retro:after {
  content: "\10f083";
}

/* line 333, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-campfire:after {
  content: "\10f6ba";
}

/* line 334, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-campground:after {
  content: "\10f6bb";
}

/* line 335, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-candle-holder:after {
  content: "\10f6bc";
}

/* line 336, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-candy-cane:after {
  content: "\10f786";
}

/* line 337, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-candy-corn:after {
  content: "\10f6bd";
}

/* line 338, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cannabis:after {
  content: "\10f55f";
}

/* line 339, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-capsules:after {
  content: "\10f46b";
}

/* line 340, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car:after {
  content: "\10f1b9";
}

/* line 341, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-alt:after {
  content: "\10f5de";
}

/* line 342, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-battery:after {
  content: "\10f5df";
}

/* line 343, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-building:after {
  content: "\10f859";
}

/* line 344, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-bump:after {
  content: "\10f5e0";
}

/* line 345, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-bus:after {
  content: "\10f85a";
}

/* line 346, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-crash:after {
  content: "\10f5e1";
}

/* line 347, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-garage:after {
  content: "\10f5e2";
}

/* line 348, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-mechanic:after {
  content: "\10f5e3";
}

/* line 349, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-side:after {
  content: "\10f5e4";
}

/* line 350, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-tilt:after {
  content: "\10f5e5";
}

/* line 351, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-car-wash:after {
  content: "\10f5e6";
}

/* line 352, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caravan:after {
  content: "\10f8ff";
}

/* line 353, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caravan-alt:after {
  content: "\10e000";
}

/* line 354, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-circle-down:after {
  content: "\10f32d";
}

/* line 355, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-circle-left:after {
  content: "\10f32e";
}

/* line 356, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-circle-right:after {
  content: "\10f330";
}

/* line 357, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-circle-up:after {
  content: "\10f331";
}

/* line 358, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-down:after {
  content: "\10f0d7";
}

/* line 359, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-left:after {
  content: "\10f0d9";
}

/* line 360, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-right:after {
  content: "\10f0da";
}

/* line 361, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-square-down:after {
  content: "\10f150";
}

/* line 362, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-square-left:after {
  content: "\10f191";
}

/* line 363, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-square-right:after {
  content: "\10f152";
}

/* line 364, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-square-up:after {
  content: "\10f151";
}

/* line 365, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-caret-up:after {
  content: "\10f0d8";
}

/* line 366, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-carrot:after {
  content: "\10f787";
}

/* line 367, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cars:after {
  content: "\10f85b";
}

/* line 368, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cart-arrow-down:after {
  content: "\10f218";
}

/* line 369, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cart-plus:after {
  content: "\10f217";
}

/* line 370, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cash-register:after {
  content: "\10f788";
}

/* line 371, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cassette-tape:after {
  content: "\10f8ab";
}

/* line 372, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cat:after {
  content: "\10f6be";
}

/* line 373, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cat-space:after {
  content: "\10e001";
}

/* line 374, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cauldron:after {
  content: "\10f6bf";
}

/* line 375, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cctv:after {
  content: "\10f8ac";
}

/* line 376, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-certificate:after {
  content: "\10f0a3";
}

/* line 377, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chair:after {
  content: "\10f6c0";
}

/* line 378, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chair-office:after {
  content: "\10f6c1";
}

/* line 379, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chalkboard:after {
  content: "\10f51b";
}

/* line 380, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chalkboard-teacher:after {
  content: "\10f51c";
}

/* line 381, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-charging-station:after {
  content: "\10f5e7";
}

/* line 382, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chart-area:after {
  content: "\10f1fe";
}

/* line 383, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chart-bar:after {
  content: "\10f080";
}

/* line 384, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chart-line:after {
  content: "\10f201";
}

/* line 385, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chart-line-down:after {
  content: "\10f64d";
}

/* line 386, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chart-network:after {
  content: "\10f78a";
}

/* line 387, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chart-pie:after {
  content: "\10f200";
}

/* line 388, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chart-pie-alt:after {
  content: "\10f64e";
}

/* line 389, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chart-scatter:after {
  content: "\10f7ee";
}

/* line 390, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-check:after {
  content: "\10f00c";
}

/* line 391, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-check-circle:after {
  content: "\10f058";
}

/* line 392, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-check-double:after {
  content: "\10f560";
}

/* line 393, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-check-square:after {
  content: "\10f14a";
}

/* line 394, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cheese:after {
  content: "\10f7ef";
}

/* line 395, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cheese-swiss:after {
  content: "\10f7f0";
}

/* line 396, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cheeseburger:after {
  content: "\10f7f1";
}

/* line 397, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess:after {
  content: "\10f439";
}

/* line 398, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-bishop:after {
  content: "\10f43a";
}

/* line 399, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-bishop-alt:after {
  content: "\10f43b";
}

/* line 400, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-board:after {
  content: "\10f43c";
}

/* line 401, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-clock:after {
  content: "\10f43d";
}

/* line 402, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-clock-alt:after {
  content: "\10f43e";
}

/* line 403, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-king:after {
  content: "\10f43f";
}

/* line 404, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-king-alt:after {
  content: "\10f440";
}

/* line 405, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-knight:after {
  content: "\10f441";
}

/* line 406, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-knight-alt:after {
  content: "\10f442";
}

/* line 407, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-pawn:after {
  content: "\10f443";
}

/* line 408, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-pawn-alt:after {
  content: "\10f444";
}

/* line 409, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-queen:after {
  content: "\10f445";
}

/* line 410, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-queen-alt:after {
  content: "\10f446";
}

/* line 411, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-rook:after {
  content: "\10f447";
}

/* line 412, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chess-rook-alt:after {
  content: "\10f448";
}

/* line 413, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-circle-down:after {
  content: "\10f13a";
}

/* line 414, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-circle-left:after {
  content: "\10f137";
}

/* line 415, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-circle-right:after {
  content: "\10f138";
}

/* line 416, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-circle-up:after {
  content: "\10f139";
}

/* line 417, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-double-down:after {
  content: "\10f322";
}

/* line 418, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-double-left:after {
  content: "\10f323";
}

/* line 419, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-double-right:after {
  content: "\10f324";
}

/* line 420, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-double-up:after {
  content: "\10f325";
}

/* line 421, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-down:after {
  content: "\10f078";
}

/* line 422, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-left:after {
  content: "\10f053";
}

/* line 423, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-right:after {
  content: "\10f054";
}

/* line 424, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-square-down:after {
  content: "\10f329";
}

/* line 425, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-square-left:after {
  content: "\10f32a";
}

/* line 426, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-square-right:after {
  content: "\10f32b";
}

/* line 427, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-square-up:after {
  content: "\10f32c";
}

/* line 428, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chevron-up:after {
  content: "\10f077";
}

/* line 429, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-child:after {
  content: "\10f1ae";
}

/* line 430, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-chimney:after {
  content: "\10f78b";
}

/* line 431, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-church:after {
  content: "\10f51d";
}

/* line 432, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-circle:after {
  content: "\10f111";
}

/* line 433, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-circle-notch:after {
  content: "\10f1ce";
}

/* line 434, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-city:after {
  content: "\10f64f";
}

/* line 435, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clarinet:after {
  content: "\10f8ad";
}

/* line 436, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-claw-marks:after {
  content: "\10f6c2";
}

/* line 437, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clinic-medical:after {
  content: "\10f7f2";
}

/* line 438, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clipboard:after {
  content: "\10f328";
}

/* line 439, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clipboard-check:after {
  content: "\10f46c";
}

/* line 440, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clipboard-list:after {
  content: "\10f46d";
}

/* line 441, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clipboard-list-check:after {
  content: "\10f737";
}

/* line 442, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clipboard-prescription:after {
  content: "\10f5e8";
}

/* line 443, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clipboard-user:after {
  content: "\10f7f3";
}

/* line 444, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clock:after {
  content: "\10f017";
}

/* line 445, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clone:after {
  content: "\10f24d";
}

/* line 446, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-closed-captioning:after {
  content: "\10f20a";
}

/* line 447, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud:after {
  content: "\10f0c2";
}

/* line 448, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-download:after {
  content: "\10f0ed";
}

/* line 449, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-download-alt:after {
  content: "\10f381";
}

/* line 450, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-drizzle:after {
  content: "\10f738";
}

/* line 451, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-hail:after {
  content: "\10f739";
}

/* line 452, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a";
}

/* line 453, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-meatball:after {
  content: "\10f73b";
}

/* line 454, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-moon:after {
  content: "\10f6c3";
}

/* line 455, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-moon-rain:after {
  content: "\10f73c";
}

/* line 456, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-music:after {
  content: "\10f8ae";
}

/* line 457, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-rain:after {
  content: "\10f73d";
}

/* line 458, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-rainbow:after {
  content: "\10f73e";
}

/* line 459, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-showers:after {
  content: "\10f73f";
}

/* line 460, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-showers-heavy:after {
  content: "\10f740";
}

/* line 461, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-sleet:after {
  content: "\10f741";
}

/* line 462, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-snow:after {
  content: "\10f742";
}

/* line 463, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-sun:after {
  content: "\10f6c4";
}

/* line 464, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-sun-rain:after {
  content: "\10f743";
}

/* line 465, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-upload:after {
  content: "\10f0ee";
}

/* line 466, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cloud-upload-alt:after {
  content: "\10f382";
}

/* line 467, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clouds:after {
  content: "\10f744";
}

/* line 468, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clouds-moon:after {
  content: "\10f745";
}

/* line 469, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-clouds-sun:after {
  content: "\10f746";
}

/* line 470, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-club:after {
  content: "\10f327";
}

/* line 471, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cocktail:after {
  content: "\10f561";
}

/* line 472, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-code:after {
  content: "\10f121";
}

/* line 473, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-code-branch:after {
  content: "\10f126";
}

/* line 474, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-code-commit:after {
  content: "\10f386";
}

/* line 475, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-code-merge:after {
  content: "\10f387";
}

/* line 476, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-coffee:after {
  content: "\10f0f4";
}

/* line 477, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-coffee-pot:after {
  content: "\10e002";
}

/* line 478, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-coffee-togo:after {
  content: "\10f6c5";
}

/* line 479, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-coffin:after {
  content: "\10f6c6";
}

/* line 480, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-coffin-cross:after {
  content: "\10e051";
}

/* line 481, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cog:after {
  content: "\10f013";
}

/* line 482, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cogs:after {
  content: "\10f085";
}

/* line 483, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-coin:after {
  content: "\10f85c";
}

/* line 484, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-coins:after {
  content: "\10f51e";
}

/* line 485, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-columns:after {
  content: "\10f0db";
}

/* line 486, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comet:after {
  content: "\10e003";
}

/* line 487, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment:after {
  content: "\10f075";
}

/* line 488, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt:after {
  content: "\10f27a";
}

/* line 489, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-check:after {
  content: "\10f4a2";
}

/* line 490, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-dollar:after {
  content: "\10f650";
}

/* line 491, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-dots:after {
  content: "\10f4a3";
}

/* line 492, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-edit:after {
  content: "\10f4a4";
}

/* line 493, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5";
}

/* line 494, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-lines:after {
  content: "\10f4a6";
}

/* line 495, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-medical:after {
  content: "\10f7f4";
}

/* line 496, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-minus:after {
  content: "\10f4a7";
}

/* line 497, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-music:after {
  content: "\10f8af";
}

/* line 498, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-plus:after {
  content: "\10f4a8";
}

/* line 499, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-slash:after {
  content: "\10f4a9";
}

/* line 500, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-smile:after {
  content: "\10f4aa";
}

/* line 501, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-alt-times:after {
  content: "\10f4ab";
}

/* line 502, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-check:after {
  content: "\10f4ac";
}

/* line 503, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-dollar:after {
  content: "\10f651";
}

/* line 504, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-dots:after {
  content: "\10f4ad";
}

/* line 505, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-edit:after {
  content: "\10f4ae";
}

/* line 506, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-exclamation:after {
  content: "\10f4af";
}

/* line 507, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-lines:after {
  content: "\10f4b0";
}

/* line 508, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-medical:after {
  content: "\10f7f5";
}

/* line 509, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-minus:after {
  content: "\10f4b1";
}

/* line 510, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-music:after {
  content: "\10f8b0";
}

/* line 511, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-plus:after {
  content: "\10f4b2";
}

/* line 512, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-slash:after {
  content: "\10f4b3";
}

/* line 513, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-smile:after {
  content: "\10f4b4";
}

/* line 514, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comment-times:after {
  content: "\10f4b5";
}

/* line 515, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comments:after {
  content: "\10f086";
}

/* line 516, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comments-alt:after {
  content: "\10f4b6";
}

/* line 517, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comments-alt-dollar:after {
  content: "\10f652";
}

/* line 518, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-comments-dollar:after {
  content: "\10f653";
}

/* line 519, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-compact-disc:after {
  content: "\10f51f";
}

/* line 520, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-compass:after {
  content: "\10f14e";
}

/* line 521, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-compass-slash:after {
  content: "\10f5e9";
}

/* line 522, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-compress:after {
  content: "\10f066";
}

/* line 523, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-compress-alt:after {
  content: "\10f422";
}

/* line 524, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-compress-arrows-alt:after {
  content: "\10f78c";
}

/* line 525, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-compress-wide:after {
  content: "\10f326";
}

/* line 526, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-computer-classic:after {
  content: "\10f8b1";
}

/* line 527, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-computer-speaker:after {
  content: "\10f8b2";
}

/* line 528, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-concierge-bell:after {
  content: "\10f562";
}

/* line 529, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-construction:after {
  content: "\10f85d";
}

/* line 530, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-container-storage:after {
  content: "\10f4b7";
}

/* line 531, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-conveyor-belt:after {
  content: "\10f46e";
}

/* line 532, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f";
}

/* line 533, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cookie:after {
  content: "\10f563";
}

/* line 534, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cookie-bite:after {
  content: "\10f564";
}

/* line 535, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-copy:after {
  content: "\10f0c5";
}

/* line 536, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-copyright:after {
  content: "\10f1f9";
}

/* line 537, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-corn:after {
  content: "\10f6c7";
}

/* line 538, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-couch:after {
  content: "\10f4b8";
}

/* line 539, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cow:after {
  content: "\10f6c8";
}

/* line 540, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cowbell:after {
  content: "\10f8b3";
}

/* line 541, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cowbell-more:after {
  content: "\10f8b4";
}

/* line 542, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-credit-card:after {
  content: "\10f09d";
}

/* line 543, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-credit-card-blank:after {
  content: "\10f389";
}

/* line 544, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-credit-card-front:after {
  content: "\10f38a";
}

/* line 545, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cricket:after {
  content: "\10f449";
}

/* line 546, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-croissant:after {
  content: "\10f7f6";
}

/* line 547, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-crop:after {
  content: "\10f125";
}

/* line 548, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-crop-alt:after {
  content: "\10f565";
}

/* line 549, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cross:after {
  content: "\10f654";
}

/* line 550, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-crosshairs:after {
  content: "\10f05b";
}

/* line 551, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-crow:after {
  content: "\10f520";
}

/* line 552, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-crown:after {
  content: "\10f521";
}

/* line 553, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-crutch:after {
  content: "\10f7f7";
}

/* line 554, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-crutches:after {
  content: "\10f7f8";
}

/* line 555, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cube:after {
  content: "\10f1b2";
}

/* line 556, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cubes:after {
  content: "\10f1b3";
}

/* line 557, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-curling:after {
  content: "\10f44a";
}

/* line 558, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-cut:after {
  content: "\10f0c4";
}

/* line 559, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dagger:after {
  content: "\10f6cb";
}

/* line 560, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-database:after {
  content: "\10f1c0";
}

/* line 561, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-deaf:after {
  content: "\10f2a4";
}

/* line 562, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-debug:after {
  content: "\10f7f9";
}

/* line 563, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-deer:after {
  content: "\10f78e";
}

/* line 564, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-deer-rudolph:after {
  content: "\10f78f";
}

/* line 565, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-democrat:after {
  content: "\10f747";
}

/* line 566, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-desktop:after {
  content: "\10f108";
}

/* line 567, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-desktop-alt:after {
  content: "\10f390";
}

/* line 568, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dewpoint:after {
  content: "\10f748";
}

/* line 569, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dharmachakra:after {
  content: "\10f655";
}

/* line 570, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-diagnoses:after {
  content: "\10f470";
}

/* line 571, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-diamond:after {
  content: "\10f219";
}

/* line 572, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice:after {
  content: "\10f522";
}

/* line 573, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-d10:after {
  content: "\10f6cd";
}

/* line 574, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-d12:after {
  content: "\10f6ce";
}

/* line 575, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-d20:after {
  content: "\10f6cf";
}

/* line 576, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-d4:after {
  content: "\10f6d0";
}

/* line 577, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-d6:after {
  content: "\10f6d1";
}

/* line 578, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-d8:after {
  content: "\10f6d2";
}

/* line 579, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-five:after {
  content: "\10f523";
}

/* line 580, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-four:after {
  content: "\10f524";
}

/* line 581, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-one:after {
  content: "\10f525";
}

/* line 582, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-six:after {
  content: "\10f526";
}

/* line 583, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-three:after {
  content: "\10f527";
}

/* line 584, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dice-two:after {
  content: "\10f528";
}

/* line 585, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-digging:after {
  content: "\10f85e";
}

/* line 586, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-digital-tachograph:after {
  content: "\10f566";
}

/* line 587, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-diploma:after {
  content: "\10f5ea";
}

/* line 588, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-directions:after {
  content: "\10f5eb";
}

/* line 589, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-disc-drive:after {
  content: "\10f8b5";
}

/* line 590, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-disease:after {
  content: "\10f7fa";
}

/* line 591, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-divide:after {
  content: "\10f529";
}

/* line 592, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dizzy:after {
  content: "\10f567";
}

/* line 593, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dna:after {
  content: "\10f471";
}

/* line 594, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-do-not-enter:after {
  content: "\10f5ec";
}

/* line 595, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dog:after {
  content: "\10f6d3";
}

/* line 596, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dog-leashed:after {
  content: "\10f6d4";
}

/* line 597, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dollar-sign:after {
  content: "\10f155";
}

/* line 598, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dolly:after {
  content: "\10f472";
}

/* line 599, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dolly-empty:after {
  content: "\10f473";
}

/* line 600, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dolly-flatbed:after {
  content: "\10f474";
}

/* line 601, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475";
}

/* line 602, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476";
}

/* line 603, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-donate:after {
  content: "\10f4b9";
}

/* line 604, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-door-closed:after {
  content: "\10f52a";
}

/* line 605, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-door-open:after {
  content: "\10f52b";
}

/* line 606, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dot-circle:after {
  content: "\10f192";
}

/* line 607, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dove:after {
  content: "\10f4ba";
}

/* line 608, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-download:after {
  content: "\10f019";
}

/* line 609, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-drafting-compass:after {
  content: "\10f568";
}

/* line 610, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dragon:after {
  content: "\10f6d5";
}

/* line 611, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-draw-circle:after {
  content: "\10f5ed";
}

/* line 612, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-draw-polygon:after {
  content: "\10f5ee";
}

/* line 613, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-draw-square:after {
  content: "\10f5ef";
}

/* line 614, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dreidel:after {
  content: "\10f792";
}

/* line 615, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-drone:after {
  content: "\10f85f";
}

/* line 616, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-drone-alt:after {
  content: "\10f860";
}

/* line 617, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-drum:after {
  content: "\10f569";
}

/* line 618, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-drum-steelpan:after {
  content: "\10f56a";
}

/* line 619, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-drumstick:after {
  content: "\10f6d6";
}

/* line 620, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-drumstick-bite:after {
  content: "\10f6d7";
}

/* line 621, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dryer:after {
  content: "\10f861";
}

/* line 622, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dryer-alt:after {
  content: "\10f862";
}

/* line 623, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-duck:after {
  content: "\10f6d8";
}

/* line 624, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dumbbell:after {
  content: "\10f44b";
}

/* line 625, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dumpster:after {
  content: "\10f793";
}

/* line 626, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dumpster-fire:after {
  content: "\10f794";
}

/* line 627, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-dungeon:after {
  content: "\10f6d9";
}

/* line 628, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ear:after {
  content: "\10f5f0";
}

/* line 629, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ear-muffs:after {
  content: "\10f795";
}

/* line 630, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-eclipse:after {
  content: "\10f749";
}

/* line 631, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-eclipse-alt:after {
  content: "\10f74a";
}

/* line 632, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-edit:after {
  content: "\10f044";
}

/* line 633, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-egg:after {
  content: "\10f7fb";
}

/* line 634, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-egg-fried:after {
  content: "\10f7fc";
}

/* line 635, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-eject:after {
  content: "\10f052";
}

/* line 636, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-elephant:after {
  content: "\10f6da";
}

/* line 637, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ellipsis-h:after {
  content: "\10f141";
}

/* line 638, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b";
}

/* line 639, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ellipsis-v:after {
  content: "\10f142";
}

/* line 640, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c";
}

/* line 641, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-empty-set:after {
  content: "\10f656";
}

/* line 642, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-engine-warning:after {
  content: "\10f5f2";
}

/* line 643, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-envelope:after {
  content: "\10f0e0";
}

/* line 644, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-envelope-open:after {
  content: "\10f2b6";
}

/* line 645, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-envelope-open-dollar:after {
  content: "\10f657";
}

/* line 646, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-envelope-open-text:after {
  content: "\10f658";
}

/* line 647, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-envelope-square:after {
  content: "\10f199";
}

/* line 648, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-equals:after {
  content: "\10f52c";
}

/* line 649, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-eraser:after {
  content: "\10f12d";
}

/* line 650, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ethernet:after {
  content: "\10f796";
}

/* line 651, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-euro-sign:after {
  content: "\10f153";
}

/* line 652, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-exchange:after {
  content: "\10f0ec";
}

/* line 653, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-exchange-alt:after {
  content: "\10f362";
}

/* line 654, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-exclamation:after {
  content: "\10f12a";
}

/* line 655, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-exclamation-circle:after {
  content: "\10f06a";
}

/* line 656, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-exclamation-square:after {
  content: "\10f321";
}

/* line 657, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-exclamation-triangle:after {
  content: "\10f071";
}

/* line 658, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-expand:after {
  content: "\10f065";
}

/* line 659, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-expand-alt:after {
  content: "\10f424";
}

/* line 660, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-expand-arrows:after {
  content: "\10f31d";
}

/* line 661, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-expand-arrows-alt:after {
  content: "\10f31e";
}

/* line 662, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-expand-wide:after {
  content: "\10f320";
}

/* line 663, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-external-link:after {
  content: "\10f08e";
}

/* line 664, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-external-link-alt:after {
  content: "\10f35d";
}

/* line 665, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-external-link-square:after {
  content: "\10f14c";
}

/* line 666, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-external-link-square-alt:after {
  content: "\10f360";
}

/* line 667, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-eye:after {
  content: "\10f06e";
}

/* line 668, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-eye-dropper:after {
  content: "\10f1fb";
}

/* line 669, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-eye-evil:after {
  content: "\10f6db";
}

/* line 670, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-eye-slash:after {
  content: "\10f070";
}

/* line 671, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fan:after {
  content: "\10f863";
}

/* line 672, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fan-table:after {
  content: "\10e004";
}

/* line 673, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-farm:after {
  content: "\10f864";
}

/* line 674, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fast-backward:after {
  content: "\10f049";
}

/* line 675, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fast-forward:after {
  content: "\10f050";
}

/* line 676, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-faucet:after {
  content: "\10e005";
}

/* line 677, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-faucet-drip:after {
  content: "\10e006";
}

/* line 678, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fax:after {
  content: "\10f1ac";
}

/* line 679, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-feather:after {
  content: "\10f52d";
}

/* line 680, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-feather-alt:after {
  content: "\10f56b";
}

/* line 681, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-female:after {
  content: "\10f182";
}

/* line 682, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-field-hockey:after {
  content: "\10f44c";
}

/* line 683, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fighter-jet:after {
  content: "\10f0fb";
}

/* line 684, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file:after {
  content: "\10f15b";
}

/* line 685, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-alt:after {
  content: "\10f15c";
}

/* line 686, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-archive:after {
  content: "\10f1c6";
}

/* line 687, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-audio:after {
  content: "\10f1c7";
}

/* line 688, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-certificate:after {
  content: "\10f5f3";
}

/* line 689, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-chart-line:after {
  content: "\10f659";
}

/* line 690, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-chart-pie:after {
  content: "\10f65a";
}

/* line 691, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-check:after {
  content: "\10f316";
}

/* line 692, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-code:after {
  content: "\10f1c9";
}

/* line 693, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-contract:after {
  content: "\10f56c";
}

/* line 694, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-csv:after {
  content: "\10f6dd";
}

/* line 695, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-download:after {
  content: "\10f56d";
}

/* line 696, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-edit:after {
  content: "\10f31c";
}

/* line 697, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-excel:after {
  content: "\10f1c3";
}

/* line 698, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-exclamation:after {
  content: "\10f31a";
}

/* line 699, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-export:after {
  content: "\10f56e";
}

/* line 700, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-image:after {
  content: "\10f1c5";
}

/* line 701, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-import:after {
  content: "\10f56f";
}

/* line 702, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-invoice:after {
  content: "\10f570";
}

/* line 703, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-invoice-dollar:after {
  content: "\10f571";
}

/* line 704, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-medical:after {
  content: "\10f477";
}

/* line 705, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-medical-alt:after {
  content: "\10f478";
}

/* line 706, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-minus:after {
  content: "\10f318";
}

/* line 707, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-music:after {
  content: "\10f8b6";
}

/* line 708, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-pdf:after {
  content: "\10f1c1";
}

/* line 709, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-plus:after {
  content: "\10f319";
}

/* line 710, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-powerpoint:after {
  content: "\10f1c4";
}

/* line 711, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-prescription:after {
  content: "\10f572";
}

/* line 712, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-search:after {
  content: "\10f865";
}

/* line 713, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-signature:after {
  content: "\10f573";
}

/* line 714, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-spreadsheet:after {
  content: "\10f65b";
}

/* line 715, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-times:after {
  content: "\10f317";
}

/* line 716, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-upload:after {
  content: "\10f574";
}

/* line 717, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-user:after {
  content: "\10f65c";
}

/* line 718, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-video:after {
  content: "\10f1c8";
}

/* line 719, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-file-word:after {
  content: "\10f1c2";
}

/* line 720, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-files-medical:after {
  content: "\10f7fd";
}

/* line 721, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fill:after {
  content: "\10f575";
}

/* line 722, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fill-drip:after {
  content: "\10f576";
}

/* line 723, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-film:after {
  content: "\10f008";
}

/* line 724, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-film-alt:after {
  content: "\10f3a0";
}

/* line 725, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-film-canister:after {
  content: "\10f8b7";
}

/* line 726, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-filter:after {
  content: "\10f0b0";
}

/* line 727, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fingerprint:after {
  content: "\10f577";
}

/* line 728, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fire:after {
  content: "\10f06d";
}

/* line 729, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fire-alt:after {
  content: "\10f7e4";
}

/* line 730, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fire-extinguisher:after {
  content: "\10f134";
}

/* line 731, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fire-smoke:after {
  content: "\10f74b";
}

/* line 732, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fireplace:after {
  content: "\10f79a";
}

/* line 733, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-first-aid:after {
  content: "\10f479";
}

/* line 734, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fish:after {
  content: "\10f578";
}

/* line 735, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fish-cooked:after {
  content: "\10f7fe";
}

/* line 736, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fist-raised:after {
  content: "\10f6de";
}

/* line 737, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flag:after {
  content: "\10f024";
}

/* line 738, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flag-alt:after {
  content: "\10f74c";
}

/* line 739, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flag-checkered:after {
  content: "\10f11e";
}

/* line 740, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flag-usa:after {
  content: "\10f74d";
}

/* line 741, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flame:after {
  content: "\10f6df";
}

/* line 742, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flashlight:after {
  content: "\10f8b8";
}

/* line 743, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flask:after {
  content: "\10f0c3";
}

/* line 744, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flask-poison:after {
  content: "\10f6e0";
}

/* line 745, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flask-potion:after {
  content: "\10f6e1";
}

/* line 746, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flower:after {
  content: "\10f7ff";
}

/* line 747, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flower-daffodil:after {
  content: "\10f800";
}

/* line 748, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flower-tulip:after {
  content: "\10f801";
}

/* line 749, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flushed:after {
  content: "\10f579";
}

/* line 750, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flute:after {
  content: "\10f8b9";
}

/* line 751, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-flux-capacitor:after {
  content: "\10f8ba";
}

/* line 752, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fog:after {
  content: "\10f74e";
}

/* line 753, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folder:after {
  content: "\10f07b";
}

/* line 754, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folder-download:after {
  content: "\10e053";
}

/* line 755, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folder-minus:after {
  content: "\10f65d";
}

/* line 756, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folder-open:after {
  content: "\10f07c";
}

/* line 757, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folder-plus:after {
  content: "\10f65e";
}

/* line 758, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folder-times:after {
  content: "\10f65f";
}

/* line 759, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folder-tree:after {
  content: "\10f802";
}

/* line 760, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folder-upload:after {
  content: "\10e054";
}

/* line 761, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-folders:after {
  content: "\10f660";
}

/* line 762, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-font:after {
  content: "\10f031";
}

/* line 763, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6";
}

/* line 764, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-font-case:after {
  content: "\10f866";
}

/* line 765, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-football-ball:after {
  content: "\10f44e";
}

/* line 766, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-football-helmet:after {
  content: "\10f44f";
}

/* line 767, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-forklift:after {
  content: "\10f47a";
}

/* line 768, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-forward:after {
  content: "\10f04e";
}

/* line 769, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-fragile:after {
  content: "\10f4bb";
}

/* line 770, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-french-fries:after {
  content: "\10f803";
}

/* line 771, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-frog:after {
  content: "\10f52e";
}

/* line 772, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-frosty-head:after {
  content: "\10f79b";
}

/* line 773, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-frown:after {
  content: "\10f119";
}

/* line 774, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-frown-open:after {
  content: "\10f57a";
}

/* line 775, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-function:after {
  content: "\10f661";
}

/* line 776, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-funnel-dollar:after {
  content: "\10f662";
}

/* line 777, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-futbol:after {
  content: "\10f1e3";
}

/* line 778, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-galaxy:after {
  content: "\10e008";
}

/* line 779, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-game-board:after {
  content: "\10f867";
}

/* line 780, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-game-board-alt:after {
  content: "\10f868";
}

/* line 781, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-game-console-handheld:after {
  content: "\10f8bb";
}

/* line 782, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gamepad:after {
  content: "\10f11b";
}

/* line 783, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gamepad-alt:after {
  content: "\10f8bc";
}

/* line 784, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-garage:after {
  content: "\10e009";
}

/* line 785, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-garage-car:after {
  content: "\10e00a";
}

/* line 786, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-garage-open:after {
  content: "\10e00b";
}

/* line 787, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gas-pump:after {
  content: "\10f52f";
}

/* line 788, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gas-pump-slash:after {
  content: "\10f5f4";
}

/* line 789, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gavel:after {
  content: "\10f0e3";
}

/* line 790, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gem:after {
  content: "\10f3a5";
}

/* line 791, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-genderless:after {
  content: "\10f22d";
}

/* line 792, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ghost:after {
  content: "\10f6e2";
}

/* line 793, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gift:after {
  content: "\10f06b";
}

/* line 794, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gift-card:after {
  content: "\10f663";
}

/* line 795, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gifts:after {
  content: "\10f79c";
}

/* line 796, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gingerbread-man:after {
  content: "\10f79d";
}

/* line 797, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glass:after {
  content: "\10f804";
}

/* line 798, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glass-champagne:after {
  content: "\10f79e";
}

/* line 799, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glass-cheers:after {
  content: "\10f79f";
}

/* line 800, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glass-citrus:after {
  content: "\10f869";
}

/* line 801, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glass-martini:after {
  content: "\10f000";
}

/* line 802, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glass-martini-alt:after {
  content: "\10f57b";
}

/* line 803, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glass-whiskey:after {
  content: "\10f7a0";
}

/* line 804, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1";
}

/* line 805, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glasses:after {
  content: "\10f530";
}

/* line 806, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-glasses-alt:after {
  content: "\10f5f5";
}

/* line 807, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-globe:after {
  content: "\10f0ac";
}

/* line 808, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-globe-africa:after {
  content: "\10f57c";
}

/* line 809, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-globe-americas:after {
  content: "\10f57d";
}

/* line 810, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-globe-asia:after {
  content: "\10f57e";
}

/* line 811, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-globe-europe:after {
  content: "\10f7a2";
}

/* line 812, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-globe-snow:after {
  content: "\10f7a3";
}

/* line 813, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-globe-stand:after {
  content: "\10f5f6";
}

/* line 814, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-golf-ball:after {
  content: "\10f450";
}

/* line 815, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-golf-club:after {
  content: "\10f451";
}

/* line 816, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gopuram:after {
  content: "\10f664";
}

/* line 817, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-graduation-cap:after {
  content: "\10f19d";
}

/* line 818, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-gramophone:after {
  content: "\10f8bd";
}

/* line 819, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-greater-than:after {
  content: "\10f531";
}

/* line 820, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-greater-than-equal:after {
  content: "\10f532";
}

/* line 821, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grimace:after {
  content: "\10f57f";
}

/* line 822, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin:after {
  content: "\10f580";
}

/* line 823, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-alt:after {
  content: "\10f581";
}

/* line 824, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-beam:after {
  content: "\10f582";
}

/* line 825, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-beam-sweat:after {
  content: "\10f583";
}

/* line 826, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-hearts:after {
  content: "\10f584";
}

/* line 827, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-squint:after {
  content: "\10f585";
}

/* line 828, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-squint-tears:after {
  content: "\10f586";
}

/* line 829, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-stars:after {
  content: "\10f587";
}

/* line 830, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-tears:after {
  content: "\10f588";
}

/* line 831, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-tongue:after {
  content: "\10f589";
}

/* line 832, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-tongue-squint:after {
  content: "\10f58a";
}

/* line 833, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-tongue-wink:after {
  content: "\10f58b";
}

/* line 834, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grin-wink:after {
  content: "\10f58c";
}

/* line 835, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grip-horizontal:after {
  content: "\10f58d";
}

/* line 836, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grip-lines:after {
  content: "\10f7a4";
}

/* line 837, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5";
}

/* line 838, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-grip-vertical:after {
  content: "\10f58e";
}

/* line 839, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-guitar:after {
  content: "\10f7a6";
}

/* line 840, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-guitar-electric:after {
  content: "\10f8be";
}

/* line 841, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-guitars:after {
  content: "\10f8bf";
}

/* line 842, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-h-square:after {
  content: "\10f0fd";
}

/* line 843, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-h1:after {
  content: "\10f313";
}

/* line 844, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-h2:after {
  content: "\10f314";
}

/* line 845, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-h3:after {
  content: "\10f315";
}

/* line 846, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-h4:after {
  content: "\10f86a";
}

/* line 847, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hamburger:after {
  content: "\10f805";
}

/* line 848, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hammer:after {
  content: "\10f6e3";
}

/* line 849, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hammer-war:after {
  content: "\10f6e4";
}

/* line 850, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hamsa:after {
  content: "\10f665";
}

/* line 851, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-heart:after {
  content: "\10f4bc";
}

/* line 852, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-holding:after {
  content: "\10f4bd";
}

/* line 853, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-holding-box:after {
  content: "\10f47b";
}

/* line 854, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-holding-heart:after {
  content: "\10f4be";
}

/* line 855, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-holding-magic:after {
  content: "\10f6e5";
}

/* line 856, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-holding-medical:after {
  content: "\10e05c";
}

/* line 857, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf";
}

/* line 858, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-holding-usd:after {
  content: "\10f4c0";
}

/* line 859, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-holding-water:after {
  content: "\10f4c1";
}

/* line 860, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-lizard:after {
  content: "\10f258";
}

/* line 861, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-middle-finger:after {
  content: "\10f806";
}

/* line 862, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-paper:after {
  content: "\10f256";
}

/* line 863, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-peace:after {
  content: "\10f25b";
}

/* line 864, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-point-down:after {
  content: "\10f0a7";
}

/* line 865, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-point-left:after {
  content: "\10f0a5";
}

/* line 866, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-point-right:after {
  content: "\10f0a4";
}

/* line 867, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-point-up:after {
  content: "\10f0a6";
}

/* line 868, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-pointer:after {
  content: "\10f25a";
}

/* line 869, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-receiving:after {
  content: "\10f47c";
}

/* line 870, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-rock:after {
  content: "\10f255";
}

/* line 871, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-scissors:after {
  content: "\10f257";
}

/* line 872, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-sparkles:after {
  content: "\10e05d";
}

/* line 873, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hand-spock:after {
  content: "\10f259";
}

/* line 874, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hands:after {
  content: "\10f4c2";
}

/* line 875, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hands-heart:after {
  content: "\10f4c3";
}

/* line 876, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hands-helping:after {
  content: "\10f4c4";
}

/* line 877, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hands-usd:after {
  content: "\10f4c5";
}

/* line 878, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hands-wash:after {
  content: "\10e05e";
}

/* line 879, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-handshake:after {
  content: "\10f2b5";
}

/* line 880, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-handshake-alt:after {
  content: "\10f4c6";
}

/* line 881, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-handshake-alt-slash:after {
  content: "\10e05f";
}

/* line 882, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-handshake-slash:after {
  content: "\10e060";
}

/* line 883, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hanukiah:after {
  content: "\10f6e6";
}

/* line 884, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hard-hat:after {
  content: "\10f807";
}

/* line 885, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hashtag:after {
  content: "\10f292";
}

/* line 886, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hat-chef:after {
  content: "\10f86b";
}

/* line 887, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hat-cowboy:after {
  content: "\10f8c0";
}

/* line 888, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1";
}

/* line 889, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hat-santa:after {
  content: "\10f7a7";
}

/* line 890, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hat-winter:after {
  content: "\10f7a8";
}

/* line 891, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hat-witch:after {
  content: "\10f6e7";
}

/* line 892, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hat-wizard:after {
  content: "\10f6e8";
}

/* line 893, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hdd:after {
  content: "\10f0a0";
}

/* line 894, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-side:after {
  content: "\10f6e9";
}

/* line 895, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-side-brain:after {
  content: "\10f808";
}

/* line 896, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-side-cough:after {
  content: "\10e061";
}

/* line 897, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-side-cough-slash:after {
  content: "\10e062";
}

/* line 898, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-side-headphones:after {
  content: "\10f8c2";
}

/* line 899, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-side-mask:after {
  content: "\10e063";
}

/* line 900, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-side-medical:after {
  content: "\10f809";
}

/* line 901, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-side-virus:after {
  content: "\10e064";
}

/* line 902, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-head-vr:after {
  content: "\10f6ea";
}

/* line 903, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-heading:after {
  content: "\10f1dc";
}

/* line 904, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-headphones:after {
  content: "\10f025";
}

/* line 905, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-headphones-alt:after {
  content: "\10f58f";
}

/* line 906, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-headset:after {
  content: "\10f590";
}

/* line 907, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-heart:after {
  content: "\10f004";
}

/* line 908, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-heart-broken:after {
  content: "\10f7a9";
}

/* line 909, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-heart-circle:after {
  content: "\10f4c7";
}

/* line 910, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-heart-rate:after {
  content: "\10f5f8";
}

/* line 911, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-heart-square:after {
  content: "\10f4c8";
}

/* line 912, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-heartbeat:after {
  content: "\10f21e";
}

/* line 913, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-heat:after {
  content: "\10e00c";
}

/* line 914, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-helicopter:after {
  content: "\10f533";
}

/* line 915, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-helmet-battle:after {
  content: "\10f6eb";
}

/* line 916, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hexagon:after {
  content: "\10f312";
}

/* line 917, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-highlighter:after {
  content: "\10f591";
}

/* line 918, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hiking:after {
  content: "\10f6ec";
}

/* line 919, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hippo:after {
  content: "\10f6ed";
}

/* line 920, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-history:after {
  content: "\10f1da";
}

/* line 921, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hockey-mask:after {
  content: "\10f6ee";
}

/* line 922, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hockey-puck:after {
  content: "\10f453";
}

/* line 923, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hockey-sticks:after {
  content: "\10f454";
}

/* line 924, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-holly-berry:after {
  content: "\10f7aa";
}

/* line 925, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-home:after {
  content: "\10f015";
}

/* line 926, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-home-alt:after {
  content: "\10f80a";
}

/* line 927, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-home-heart:after {
  content: "\10f4c9";
}

/* line 928, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-home-lg:after {
  content: "\10f80b";
}

/* line 929, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-home-lg-alt:after {
  content: "\10f80c";
}

/* line 930, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hood-cloak:after {
  content: "\10f6ef";
}

/* line 931, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-horizontal-rule:after {
  content: "\10f86c";
}

/* line 932, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-horse:after {
  content: "\10f6f0";
}

/* line 933, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-horse-head:after {
  content: "\10f7ab";
}

/* line 934, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-horse-saddle:after {
  content: "\10f8c3";
}

/* line 935, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hospital:after {
  content: "\10f0f8";
}

/* line 936, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hospital-alt:after {
  content: "\10f47d";
}

/* line 937, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hospital-symbol:after {
  content: "\10f47e";
}

/* line 938, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hospital-user:after {
  content: "\10f80d";
}

/* line 939, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hospitals:after {
  content: "\10f80e";
}

/* line 940, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hot-tub:after {
  content: "\10f593";
}

/* line 941, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hotdog:after {
  content: "\10f80f";
}

/* line 942, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hotel:after {
  content: "\10f594";
}

/* line 943, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hourglass:after {
  content: "\10f254";
}

/* line 944, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hourglass-end:after {
  content: "\10f253";
}

/* line 945, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hourglass-half:after {
  content: "\10f252";
}

/* line 946, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hourglass-start:after {
  content: "\10f251";
}

/* line 947, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house:after {
  content: "\10e00d";
}

/* line 948, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house-damage:after {
  content: "\10f6f1";
}

/* line 949, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house-day:after {
  content: "\10e00e";
}

/* line 950, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house-flood:after {
  content: "\10f74f";
}

/* line 951, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house-leave:after {
  content: "\10e00f";
}

/* line 952, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house-night:after {
  content: "\10e010";
}

/* line 953, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house-return:after {
  content: "\10e011";
}

/* line 954, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house-signal:after {
  content: "\10e012";
}

/* line 955, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-house-user:after {
  content: "\10e065";
}

/* line 956, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hryvnia:after {
  content: "\10f6f2";
}

/* line 957, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-humidity:after {
  content: "\10f750";
}

/* line 958, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-hurricane:after {
  content: "\10f751";
}

/* line 959, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-i-cursor:after {
  content: "\10f246";
}

/* line 960, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ice-cream:after {
  content: "\10f810";
}

/* line 961, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ice-skate:after {
  content: "\10f7ac";
}

/* line 962, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-icicles:after {
  content: "\10f7ad";
}

/* line 963, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-icons:after {
  content: "\10f86d";
}

/* line 964, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-icons-alt:after {
  content: "\10f86e";
}

/* line 965, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-id-badge:after {
  content: "\10f2c1";
}

/* line 966, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-id-card:after {
  content: "\10f2c2";
}

/* line 967, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-id-card-alt:after {
  content: "\10f47f";
}

/* line 968, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-igloo:after {
  content: "\10f7ae";
}

/* line 969, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-image:after {
  content: "\10f03e";
}

/* line 970, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-image-polaroid:after {
  content: "\10f8c4";
}

/* line 971, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-images:after {
  content: "\10f302";
}

/* line 972, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-inbox:after {
  content: "\10f01c";
}

/* line 973, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-inbox-in:after {
  content: "\10f310";
}

/* line 974, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-inbox-out:after {
  content: "\10f311";
}

/* line 975, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-indent:after {
  content: "\10f03c";
}

/* line 976, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-industry:after {
  content: "\10f275";
}

/* line 977, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-industry-alt:after {
  content: "\10f3b3";
}

/* line 978, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-infinity:after {
  content: "\10f534";
}

/* line 979, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-info:after {
  content: "\10f129";
}

/* line 980, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-info-circle:after {
  content: "\10f05a";
}

/* line 981, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-info-square:after {
  content: "\10f30f";
}

/* line 982, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-inhaler:after {
  content: "\10f5f9";
}

/* line 983, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-integral:after {
  content: "\10f667";
}

/* line 984, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-intersection:after {
  content: "\10f668";
}

/* line 985, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-inventory:after {
  content: "\10f480";
}

/* line 986, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-island-tropical:after {
  content: "\10f811";
}

/* line 987, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-italic:after {
  content: "\10f033";
}

/* line 988, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-jack-o-lantern:after {
  content: "\10f30e";
}

/* line 989, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-jedi:after {
  content: "\10f669";
}

/* line 990, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-joint:after {
  content: "\10f595";
}

/* line 991, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-journal-whills:after {
  content: "\10f66a";
}

/* line 992, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-joystick:after {
  content: "\10f8c5";
}

/* line 993, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-jug:after {
  content: "\10f8c6";
}

/* line 994, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kaaba:after {
  content: "\10f66b";
}

/* line 995, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kazoo:after {
  content: "\10f8c7";
}

/* line 996, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kerning:after {
  content: "\10f86f";
}

/* line 997, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-key:after {
  content: "\10f084";
}

/* line 998, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-key-skeleton:after {
  content: "\10f6f3";
}

/* line 999, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-keyboard:after {
  content: "\10f11c";
}

/* line 1000, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-keynote:after {
  content: "\10f66c";
}

/* line 1001, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-khanda:after {
  content: "\10f66d";
}

/* line 1002, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kidneys:after {
  content: "\10f5fb";
}

/* line 1003, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kiss:after {
  content: "\10f596";
}

/* line 1004, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kiss-beam:after {
  content: "\10f597";
}

/* line 1005, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kiss-wink-heart:after {
  content: "\10f598";
}

/* line 1006, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kite:after {
  content: "\10f6f4";
}

/* line 1007, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-kiwi-bird:after {
  content: "\10f535";
}

/* line 1008, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-knife-kitchen:after {
  content: "\10f6f5";
}

/* line 1009, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lambda:after {
  content: "\10f66e";
}

/* line 1010, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lamp:after {
  content: "\10f4ca";
}

/* line 1011, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lamp-desk:after {
  content: "\10e014";
}

/* line 1012, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lamp-floor:after {
  content: "\10e015";
}

/* line 1013, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-landmark:after {
  content: "\10f66f";
}

/* line 1014, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-landmark-alt:after {
  content: "\10f752";
}

/* line 1015, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-language:after {
  content: "\10f1ab";
}

/* line 1016, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-laptop:after {
  content: "\10f109";
}

/* line 1017, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-laptop-code:after {
  content: "\10f5fc";
}

/* line 1018, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-laptop-house:after {
  content: "\10e066";
}

/* line 1019, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-laptop-medical:after {
  content: "\10f812";
}

/* line 1020, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lasso:after {
  content: "\10f8c8";
}

/* line 1021, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-laugh:after {
  content: "\10f599";
}

/* line 1022, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-laugh-beam:after {
  content: "\10f59a";
}

/* line 1023, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-laugh-squint:after {
  content: "\10f59b";
}

/* line 1024, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-laugh-wink:after {
  content: "\10f59c";
}

/* line 1025, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-layer-group:after {
  content: "\10f5fd";
}

/* line 1026, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-layer-minus:after {
  content: "\10f5fe";
}

/* line 1027, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-layer-plus:after {
  content: "\10f5ff";
}

/* line 1028, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-leaf:after {
  content: "\10f06c";
}

/* line 1029, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-leaf-heart:after {
  content: "\10f4cb";
}

/* line 1030, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-leaf-maple:after {
  content: "\10f6f6";
}

/* line 1031, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-leaf-oak:after {
  content: "\10f6f7";
}

/* line 1032, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lemon:after {
  content: "\10f094";
}

/* line 1033, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-less-than:after {
  content: "\10f536";
}

/* line 1034, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-less-than-equal:after {
  content: "\10f537";
}

/* line 1035, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-level-down:after {
  content: "\10f149";
}

/* line 1036, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-level-down-alt:after {
  content: "\10f3be";
}

/* line 1037, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-level-up:after {
  content: "\10f148";
}

/* line 1038, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-level-up-alt:after {
  content: "\10f3bf";
}

/* line 1039, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-life-ring:after {
  content: "\10f1cd";
}

/* line 1040, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-light-ceiling:after {
  content: "\10e016";
}

/* line 1041, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-light-switch:after {
  content: "\10e017";
}

/* line 1042, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-light-switch-off:after {
  content: "\10e018";
}

/* line 1043, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-light-switch-on:after {
  content: "\10e019";
}

/* line 1044, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lightbulb:after {
  content: "\10f0eb";
}

/* line 1045, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lightbulb-dollar:after {
  content: "\10f670";
}

/* line 1046, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lightbulb-exclamation:after {
  content: "\10f671";
}

/* line 1047, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lightbulb-on:after {
  content: "\10f672";
}

/* line 1048, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lightbulb-slash:after {
  content: "\10f673";
}

/* line 1049, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lights-holiday:after {
  content: "\10f7b2";
}

/* line 1050, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-line-columns:after {
  content: "\10f870";
}

/* line 1051, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-line-height:after {
  content: "\10f871";
}

/* line 1052, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-link:after {
  content: "\10f0c1";
}

/* line 1053, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lips:after {
  content: "\10f600";
}

/* line 1054, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lira-sign:after {
  content: "\10f195";
}

/* line 1055, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-list:after {
  content: "\10f03a";
}

/* line 1056, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-list-alt:after {
  content: "\10f022";
}

/* line 1057, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-list-music:after {
  content: "\10f8c9";
}

/* line 1058, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-list-ol:after {
  content: "\10f0cb";
}

/* line 1059, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-list-ul:after {
  content: "\10f0ca";
}

/* line 1060, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-location:after {
  content: "\10f601";
}

/* line 1061, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-location-arrow:after {
  content: "\10f124";
}

/* line 1062, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-location-circle:after {
  content: "\10f602";
}

/* line 1063, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-location-slash:after {
  content: "\10f603";
}

/* line 1064, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lock:after {
  content: "\10f023";
}

/* line 1065, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lock-alt:after {
  content: "\10f30d";
}

/* line 1066, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lock-open:after {
  content: "\10f3c1";
}

/* line 1067, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lock-open-alt:after {
  content: "\10f3c2";
}

/* line 1068, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-long-arrow-alt-down:after {
  content: "\10f309";
}

/* line 1069, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a";
}

/* line 1070, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b";
}

/* line 1071, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c";
}

/* line 1072, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-long-arrow-down:after {
  content: "\10f175";
}

/* line 1073, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-long-arrow-left:after {
  content: "\10f177";
}

/* line 1074, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-long-arrow-right:after {
  content: "\10f178";
}

/* line 1075, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-long-arrow-up:after {
  content: "\10f176";
}

/* line 1076, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-loveseat:after {
  content: "\10f4cc";
}

/* line 1077, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-low-vision:after {
  content: "\10f2a8";
}

/* line 1078, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-luchador:after {
  content: "\10f455";
}

/* line 1079, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-luggage-cart:after {
  content: "\10f59d";
}

/* line 1080, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lungs:after {
  content: "\10f604";
}

/* line 1081, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-lungs-virus:after {
  content: "\10e067";
}

/* line 1082, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mace:after {
  content: "\10f6f8";
}

/* line 1083, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-magic:after {
  content: "\10f0d0";
}

/* line 1084, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-magnet:after {
  content: "\10f076";
}

/* line 1085, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mail-bulk:after {
  content: "\10f674";
}

/* line 1086, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mailbox:after {
  content: "\10f813";
}

/* line 1087, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-male:after {
  content: "\10f183";
}

/* line 1088, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mandolin:after {
  content: "\10f6f9";
}

/* line 1089, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map:after {
  content: "\10f279";
}

/* line 1090, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marked:after {
  content: "\10f59f";
}

/* line 1091, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marked-alt:after {
  content: "\10f5a0";
}

/* line 1092, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker:after {
  content: "\10f041";
}

/* line 1093, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-alt:after {
  content: "\10f3c5";
}

/* line 1094, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-alt-slash:after {
  content: "\10f605";
}

/* line 1095, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-check:after {
  content: "\10f606";
}

/* line 1096, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-edit:after {
  content: "\10f607";
}

/* line 1097, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-exclamation:after {
  content: "\10f608";
}

/* line 1098, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-minus:after {
  content: "\10f609";
}

/* line 1099, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-plus:after {
  content: "\10f60a";
}

/* line 1100, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-question:after {
  content: "\10f60b";
}

/* line 1101, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-slash:after {
  content: "\10f60c";
}

/* line 1102, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-smile:after {
  content: "\10f60d";
}

/* line 1103, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-marker-times:after {
  content: "\10f60e";
}

/* line 1104, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-pin:after {
  content: "\10f276";
}

/* line 1105, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-map-signs:after {
  content: "\10f277";
}

/* line 1106, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-marker:after {
  content: "\10f5a1";
}

/* line 1107, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mars:after {
  content: "\10f222";
}

/* line 1108, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mars-double:after {
  content: "\10f227";
}

/* line 1109, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mars-stroke:after {
  content: "\10f229";
}

/* line 1110, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mars-stroke-h:after {
  content: "\10f22b";
}

/* line 1111, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mars-stroke-v:after {
  content: "\10f22a";
}

/* line 1112, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mask:after {
  content: "\10f6fa";
}

/* line 1113, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-meat:after {
  content: "\10f814";
}

/* line 1114, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-medal:after {
  content: "\10f5a2";
}

/* line 1115, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-medkit:after {
  content: "\10f0fa";
}

/* line 1116, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-megaphone:after {
  content: "\10f675";
}

/* line 1117, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-meh:after {
  content: "\10f11a";
}

/* line 1118, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-meh-blank:after {
  content: "\10f5a4";
}

/* line 1119, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5";
}

/* line 1120, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-memory:after {
  content: "\10f538";
}

/* line 1121, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-menorah:after {
  content: "\10f676";
}

/* line 1122, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mercury:after {
  content: "\10f223";
}

/* line 1123, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-meteor:after {
  content: "\10f753";
}

/* line 1124, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-microchip:after {
  content: "\10f2db";
}

/* line 1125, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-microphone:after {
  content: "\10f130";
}

/* line 1126, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-microphone-alt:after {
  content: "\10f3c9";
}

/* line 1127, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-microphone-alt-slash:after {
  content: "\10f539";
}

/* line 1128, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-microphone-slash:after {
  content: "\10f131";
}

/* line 1129, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-microphone-stand:after {
  content: "\10f8cb";
}

/* line 1130, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-microscope:after {
  content: "\10f610";
}

/* line 1131, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-microwave:after {
  content: "\10e01b";
}

/* line 1132, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mind-share:after {
  content: "\10f677";
}

/* line 1133, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-minus:after {
  content: "\10f068";
}

/* line 1134, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-minus-circle:after {
  content: "\10f056";
}

/* line 1135, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-minus-hexagon:after {
  content: "\10f307";
}

/* line 1136, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-minus-octagon:after {
  content: "\10f308";
}

/* line 1137, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-minus-square:after {
  content: "\10f146";
}

/* line 1138, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mistletoe:after {
  content: "\10f7b4";
}

/* line 1139, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mitten:after {
  content: "\10f7b5";
}

/* line 1140, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mobile:after {
  content: "\10f10b";
}

/* line 1141, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mobile-alt:after {
  content: "\10f3cd";
}

/* line 1142, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mobile-android:after {
  content: "\10f3ce";
}

/* line 1143, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mobile-android-alt:after {
  content: "\10f3cf";
}

/* line 1144, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-money-bill:after {
  content: "\10f0d6";
}

/* line 1145, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-money-bill-alt:after {
  content: "\10f3d1";
}

/* line 1146, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-money-bill-wave:after {
  content: "\10f53a";
}

/* line 1147, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b";
}

/* line 1148, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-money-check:after {
  content: "\10f53c";
}

/* line 1149, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-money-check-alt:after {
  content: "\10f53d";
}

/* line 1150, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-money-check-edit:after {
  content: "\10f872";
}

/* line 1151, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-money-check-edit-alt:after {
  content: "\10f873";
}

/* line 1152, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-monitor-heart-rate:after {
  content: "\10f611";
}

/* line 1153, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-monkey:after {
  content: "\10f6fb";
}

/* line 1154, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-monument:after {
  content: "\10f5a6";
}

/* line 1155, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-moon:after {
  content: "\10f186";
}

/* line 1156, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-moon-cloud:after {
  content: "\10f754";
}

/* line 1157, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-moon-stars:after {
  content: "\10f755";
}

/* line 1158, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mortar-pestle:after {
  content: "\10f5a7";
}

/* line 1159, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mosque:after {
  content: "\10f678";
}

/* line 1160, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-motorcycle:after {
  content: "\10f21c";
}

/* line 1161, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mountain:after {
  content: "\10f6fc";
}

/* line 1162, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mountains:after {
  content: "\10f6fd";
}

/* line 1163, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mouse:after {
  content: "\10f8cc";
}

/* line 1164, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mouse-alt:after {
  content: "\10f8cd";
}

/* line 1165, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mouse-pointer:after {
  content: "\10f245";
}

/* line 1166, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mp3-player:after {
  content: "\10f8ce";
}

/* line 1167, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mug:after {
  content: "\10f874";
}

/* line 1168, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mug-hot:after {
  content: "\10f7b6";
}

/* line 1169, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mug-marshmallows:after {
  content: "\10f7b7";
}

/* line 1170, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-mug-tea:after {
  content: "\10f875";
}

/* line 1171, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-music:after {
  content: "\10f001";
}

/* line 1172, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-music-alt:after {
  content: "\10f8cf";
}

/* line 1173, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-music-alt-slash:after {
  content: "\10f8d0";
}

/* line 1174, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-music-slash:after {
  content: "\10f8d1";
}

/* line 1175, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-narwhal:after {
  content: "\10f6fe";
}

/* line 1176, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-network-wired:after {
  content: "\10f6ff";
}

/* line 1177, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-neuter:after {
  content: "\10f22c";
}

/* line 1178, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-newspaper:after {
  content: "\10f1ea";
}

/* line 1179, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-not-equal:after {
  content: "\10f53e";
}

/* line 1180, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-notes-medical:after {
  content: "\10f481";
}

/* line 1181, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-object-group:after {
  content: "\10f247";
}

/* line 1182, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-object-ungroup:after {
  content: "\10f248";
}

/* line 1183, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-octagon:after {
  content: "\10f306";
}

/* line 1184, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-oil-can:after {
  content: "\10f613";
}

/* line 1185, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-oil-temp:after {
  content: "\10f614";
}

/* line 1186, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-om:after {
  content: "\10f679";
}

/* line 1187, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-omega:after {
  content: "\10f67a";
}

/* line 1188, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ornament:after {
  content: "\10f7b8";
}

/* line 1189, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-otter:after {
  content: "\10f700";
}

/* line 1190, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-outdent:after {
  content: "\10f03b";
}

/* line 1191, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-outlet:after {
  content: "\10e01c";
}

/* line 1192, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-oven:after {
  content: "\10e01d";
}

/* line 1193, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-overline:after {
  content: "\10f876";
}

/* line 1194, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-page-break:after {
  content: "\10f877";
}

/* line 1195, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pager:after {
  content: "\10f815";
}

/* line 1196, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paint-brush:after {
  content: "\10f1fc";
}

/* line 1197, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paint-brush-alt:after {
  content: "\10f5a9";
}

/* line 1198, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paint-roller:after {
  content: "\10f5aa";
}

/* line 1199, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-palette:after {
  content: "\10f53f";
}

/* line 1200, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pallet:after {
  content: "\10f482";
}

/* line 1201, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pallet-alt:after {
  content: "\10f483";
}

/* line 1202, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paper-plane:after {
  content: "\10f1d8";
}

/* line 1203, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paperclip:after {
  content: "\10f0c6";
}

/* line 1204, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-parachute-box:after {
  content: "\10f4cd";
}

/* line 1205, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paragraph:after {
  content: "\10f1dd";
}

/* line 1206, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paragraph-rtl:after {
  content: "\10f878";
}

/* line 1207, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-parking:after {
  content: "\10f540";
}

/* line 1208, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-parking-circle:after {
  content: "\10f615";
}

/* line 1209, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-parking-circle-slash:after {
  content: "\10f616";
}

/* line 1210, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-parking-slash:after {
  content: "\10f617";
}

/* line 1211, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-passport:after {
  content: "\10f5ab";
}

/* line 1212, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pastafarianism:after {
  content: "\10f67b";
}

/* line 1213, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paste:after {
  content: "\10f0ea";
}

/* line 1214, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pause:after {
  content: "\10f04c";
}

/* line 1215, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pause-circle:after {
  content: "\10f28b";
}

/* line 1216, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paw:after {
  content: "\10f1b0";
}

/* line 1217, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paw-alt:after {
  content: "\10f701";
}

/* line 1218, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-paw-claws:after {
  content: "\10f702";
}

/* line 1219, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-peace:after {
  content: "\10f67c";
}

/* line 1220, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pegasus:after {
  content: "\10f703";
}

/* line 1221, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pen:after {
  content: "\10f304";
}

/* line 1222, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pen-alt:after {
  content: "\10f305";
}

/* line 1223, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pen-fancy:after {
  content: "\10f5ac";
}

/* line 1224, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pen-nib:after {
  content: "\10f5ad";
}

/* line 1225, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pen-square:after {
  content: "\10f14b";
}

/* line 1226, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pencil:after {
  content: "\10f040";
}

/* line 1227, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pencil-alt:after {
  content: "\10f303";
}

/* line 1228, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pencil-paintbrush:after {
  content: "\10f618";
}

/* line 1229, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pencil-ruler:after {
  content: "\10f5ae";
}

/* line 1230, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pennant:after {
  content: "\10f456";
}

/* line 1231, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-people-arrows:after {
  content: "\10e068";
}

/* line 1232, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-people-carry:after {
  content: "\10f4ce";
}

/* line 1233, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pepper-hot:after {
  content: "\10f816";
}

/* line 1234, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-percent:after {
  content: "\10f295";
}

/* line 1235, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-percentage:after {
  content: "\10f541";
}

/* line 1236, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-person-booth:after {
  content: "\10f756";
}

/* line 1237, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-person-carry:after {
  content: "\10f4cf";
}

/* line 1238, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-person-dolly:after {
  content: "\10f4d0";
}

/* line 1239, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-person-dolly-empty:after {
  content: "\10f4d1";
}

/* line 1240, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-person-sign:after {
  content: "\10f757";
}

/* line 1241, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone:after {
  content: "\10f095";
}

/* line 1242, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-alt:after {
  content: "\10f879";
}

/* line 1243, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-laptop:after {
  content: "\10f87a";
}

/* line 1244, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-office:after {
  content: "\10f67d";
}

/* line 1245, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-plus:after {
  content: "\10f4d2";
}

/* line 1246, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-rotary:after {
  content: "\10f8d3";
}

/* line 1247, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-slash:after {
  content: "\10f3dd";
}

/* line 1248, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-square:after {
  content: "\10f098";
}

/* line 1249, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-square-alt:after {
  content: "\10f87b";
}

/* line 1250, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-phone-volume:after {
  content: "\10f2a0";
}

/* line 1251, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-photo-video:after {
  content: "\10f87c";
}

/* line 1252, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pi:after {
  content: "\10f67e";
}

/* line 1253, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-piano:after {
  content: "\10f8d4";
}

/* line 1254, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-piano-keyboard:after {
  content: "\10f8d5";
}

/* line 1255, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pie:after {
  content: "\10f705";
}

/* line 1256, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pig:after {
  content: "\10f706";
}

/* line 1257, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-piggy-bank:after {
  content: "\10f4d3";
}

/* line 1258, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pills:after {
  content: "\10f484";
}

/* line 1259, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pizza:after {
  content: "\10f817";
}

/* line 1260, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pizza-slice:after {
  content: "\10f818";
}

/* line 1261, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-place-of-worship:after {
  content: "\10f67f";
}

/* line 1262, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plane:after {
  content: "\10f072";
}

/* line 1263, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plane-alt:after {
  content: "\10f3de";
}

/* line 1264, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plane-arrival:after {
  content: "\10f5af";
}

/* line 1265, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plane-departure:after {
  content: "\10f5b0";
}

/* line 1266, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plane-slash:after {
  content: "\10e069";
}

/* line 1267, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-planet-moon:after {
  content: "\10e01f";
}

/* line 1268, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-planet-ringed:after {
  content: "\10e020";
}

/* line 1269, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-play:after {
  content: "\10f04b";
}

/* line 1270, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-play-circle:after {
  content: "\10f144";
}

/* line 1271, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plug:after {
  content: "\10f1e6";
}

/* line 1272, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plus:after {
  content: "\10f067";
}

/* line 1273, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plus-circle:after {
  content: "\10f055";
}

/* line 1274, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plus-hexagon:after {
  content: "\10f300";
}

/* line 1275, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plus-octagon:after {
  content: "\10f301";
}

/* line 1276, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-plus-square:after {
  content: "\10f0fe";
}

/* line 1277, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-podcast:after {
  content: "\10f2ce";
}

/* line 1278, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-podium:after {
  content: "\10f680";
}

/* line 1279, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-podium-star:after {
  content: "\10f758";
}

/* line 1280, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-police-box:after {
  content: "\10e021";
}

/* line 1281, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-poll:after {
  content: "\10f681";
}

/* line 1282, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-poll-h:after {
  content: "\10f682";
}

/* line 1283, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-poll-people:after {
  content: "\10f759";
}

/* line 1284, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-poo:after {
  content: "\10f2fe";
}

/* line 1285, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-poo-storm:after {
  content: "\10f75a";
}

/* line 1286, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-poop:after {
  content: "\10f619";
}

/* line 1287, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-popcorn:after {
  content: "\10f819";
}

/* line 1288, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-portal-enter:after {
  content: "\10e022";
}

/* line 1289, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-portal-exit:after {
  content: "\10e023";
}

/* line 1290, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-portrait:after {
  content: "\10f3e0";
}

/* line 1291, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pound-sign:after {
  content: "\10f154";
}

/* line 1292, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-power-off:after {
  content: "\10f011";
}

/* line 1293, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pray:after {
  content: "\10f683";
}

/* line 1294, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-praying-hands:after {
  content: "\10f684";
}

/* line 1295, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-prescription:after {
  content: "\10f5b1";
}

/* line 1296, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-prescription-bottle:after {
  content: "\10f485";
}

/* line 1297, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-prescription-bottle-alt:after {
  content: "\10f486";
}

/* line 1298, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-presentation:after {
  content: "\10f685";
}

/* line 1299, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-print:after {
  content: "\10f02f";
}

/* line 1300, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-print-search:after {
  content: "\10f81a";
}

/* line 1301, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-print-slash:after {
  content: "\10f686";
}

/* line 1302, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-procedures:after {
  content: "\10f487";
}

/* line 1303, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-project-diagram:after {
  content: "\10f542";
}

/* line 1304, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-projector:after {
  content: "\10f8d6";
}

/* line 1305, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pump-medical:after {
  content: "\10e06a";
}

/* line 1306, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pump-soap:after {
  content: "\10e06b";
}

/* line 1307, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-pumpkin:after {
  content: "\10f707";
}

/* line 1308, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-puzzle-piece:after {
  content: "\10f12e";
}

/* line 1309, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-qrcode:after {
  content: "\10f029";
}

/* line 1310, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-question:after {
  content: "\10f128";
}

/* line 1311, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-question-circle:after {
  content: "\10f059";
}

/* line 1312, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-question-square:after {
  content: "\10f2fd";
}

/* line 1313, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-quidditch:after {
  content: "\10f458";
}

/* line 1314, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-quote-left:after {
  content: "\10f10d";
}

/* line 1315, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-quote-right:after {
  content: "\10f10e";
}

/* line 1316, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-quran:after {
  content: "\10f687";
}

/* line 1317, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rabbit:after {
  content: "\10f708";
}

/* line 1318, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rabbit-fast:after {
  content: "\10f709";
}

/* line 1319, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-racquet:after {
  content: "\10f45a";
}

/* line 1320, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-radar:after {
  content: "\10e024";
}

/* line 1321, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-radiation:after {
  content: "\10f7b9";
}

/* line 1322, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-radiation-alt:after {
  content: "\10f7ba";
}

/* line 1323, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-radio:after {
  content: "\10f8d7";
}

/* line 1324, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-radio-alt:after {
  content: "\10f8d8";
}

/* line 1325, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rainbow:after {
  content: "\10f75b";
}

/* line 1326, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-raindrops:after {
  content: "\10f75c";
}

/* line 1327, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ram:after {
  content: "\10f70a";
}

/* line 1328, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ramp-loading:after {
  content: "\10f4d4";
}

/* line 1329, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-random:after {
  content: "\10f074";
}

/* line 1330, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-raygun:after {
  content: "\10e025";
}

/* line 1331, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-receipt:after {
  content: "\10f543";
}

/* line 1332, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-record-vinyl:after {
  content: "\10f8d9";
}

/* line 1333, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rectangle-landscape:after {
  content: "\10f2fa";
}

/* line 1334, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rectangle-portrait:after {
  content: "\10f2fb";
}

/* line 1335, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rectangle-wide:after {
  content: "\10f2fc";
}

/* line 1336, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-recycle:after {
  content: "\10f1b8";
}

/* line 1337, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-redo:after {
  content: "\10f01e";
}

/* line 1338, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-redo-alt:after {
  content: "\10f2f9";
}

/* line 1339, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-refrigerator:after {
  content: "\10e026";
}

/* line 1340, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-registered:after {
  content: "\10f25d";
}

/* line 1341, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-remove-format:after {
  content: "\10f87d";
}

/* line 1342, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-repeat:after {
  content: "\10f363";
}

/* line 1343, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-repeat-1:after {
  content: "\10f365";
}

/* line 1344, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-repeat-1-alt:after {
  content: "\10f366";
}

/* line 1345, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-repeat-alt:after {
  content: "\10f364";
}

/* line 1346, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-reply:after {
  content: "\10f3e5";
}

/* line 1347, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-reply-all:after {
  content: "\10f122";
}

/* line 1348, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-republican:after {
  content: "\10f75e";
}

/* line 1349, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-restroom:after {
  content: "\10f7bd";
}

/* line 1350, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-retweet:after {
  content: "\10f079";
}

/* line 1351, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-retweet-alt:after {
  content: "\10f361";
}

/* line 1352, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ribbon:after {
  content: "\10f4d6";
}

/* line 1353, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ring:after {
  content: "\10f70b";
}

/* line 1354, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rings-wedding:after {
  content: "\10f81b";
}

/* line 1355, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-road:after {
  content: "\10f018";
}

/* line 1356, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-robot:after {
  content: "\10f544";
}

/* line 1357, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rocket:after {
  content: "\10f135";
}

/* line 1358, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rocket-launch:after {
  content: "\10e027";
}

/* line 1359, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-route:after {
  content: "\10f4d7";
}

/* line 1360, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-route-highway:after {
  content: "\10f61a";
}

/* line 1361, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-route-interstate:after {
  content: "\10f61b";
}

/* line 1362, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-router:after {
  content: "\10f8da";
}

/* line 1363, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rss:after {
  content: "\10f09e";
}

/* line 1364, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rss-square:after {
  content: "\10f143";
}

/* line 1365, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ruble-sign:after {
  content: "\10f158";
}

/* line 1366, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ruler:after {
  content: "\10f545";
}

/* line 1367, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ruler-combined:after {
  content: "\10f546";
}

/* line 1368, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ruler-horizontal:after {
  content: "\10f547";
}

/* line 1369, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ruler-triangle:after {
  content: "\10f61c";
}

/* line 1370, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ruler-vertical:after {
  content: "\10f548";
}

/* line 1371, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-running:after {
  content: "\10f70c";
}

/* line 1372, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rupee-sign:after {
  content: "\10f156";
}

/* line 1373, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-rv:after {
  content: "\10f7be";
}

/* line 1374, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sack:after {
  content: "\10f81c";
}

/* line 1375, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sack-dollar:after {
  content: "\10f81d";
}

/* line 1376, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sad-cry:after {
  content: "\10f5b3";
}

/* line 1377, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sad-tear:after {
  content: "\10f5b4";
}

/* line 1378, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-salad:after {
  content: "\10f81e";
}

/* line 1379, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sandwich:after {
  content: "\10f81f";
}

/* line 1380, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-satellite:after {
  content: "\10f7bf";
}

/* line 1381, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-satellite-dish:after {
  content: "\10f7c0";
}

/* line 1382, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sausage:after {
  content: "\10f820";
}

/* line 1383, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-save:after {
  content: "\10f0c7";
}

/* line 1384, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sax-hot:after {
  content: "\10f8db";
}

/* line 1385, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-saxophone:after {
  content: "\10f8dc";
}

/* line 1386, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scalpel:after {
  content: "\10f61d";
}

/* line 1387, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scalpel-path:after {
  content: "\10f61e";
}

/* line 1388, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scanner:after {
  content: "\10f488";
}

/* line 1389, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scanner-image:after {
  content: "\10f8f3";
}

/* line 1390, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scanner-keyboard:after {
  content: "\10f489";
}

/* line 1391, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scanner-touchscreen:after {
  content: "\10f48a";
}

/* line 1392, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scarecrow:after {
  content: "\10f70d";
}

/* line 1393, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scarf:after {
  content: "\10f7c1";
}

/* line 1394, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-school:after {
  content: "\10f549";
}

/* line 1395, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-screwdriver:after {
  content: "\10f54a";
}

/* line 1396, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scroll:after {
  content: "\10f70e";
}

/* line 1397, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scroll-old:after {
  content: "\10f70f";
}

/* line 1398, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scrubber:after {
  content: "\10f2f8";
}

/* line 1399, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-scythe:after {
  content: "\10f710";
}

/* line 1400, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sd-card:after {
  content: "\10f7c2";
}

/* line 1401, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-search:after {
  content: "\10f002";
}

/* line 1402, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-search-dollar:after {
  content: "\10f688";
}

/* line 1403, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-search-location:after {
  content: "\10f689";
}

/* line 1404, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-search-minus:after {
  content: "\10f010";
}

/* line 1405, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-search-plus:after {
  content: "\10f00e";
}

/* line 1406, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-seedling:after {
  content: "\10f4d8";
}

/* line 1407, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-send-back:after {
  content: "\10f87e";
}

/* line 1408, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-send-backward:after {
  content: "\10f87f";
}

/* line 1409, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sensor:after {
  content: "\10e028";
}

/* line 1410, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sensor-alert:after {
  content: "\10e029";
}

/* line 1411, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sensor-fire:after {
  content: "\10e02a";
}

/* line 1412, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sensor-on:after {
  content: "\10e02b";
}

/* line 1413, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sensor-smoke:after {
  content: "\10e02c";
}

/* line 1414, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-server:after {
  content: "\10f233";
}

/* line 1415, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shapes:after {
  content: "\10f61f";
}

/* line 1416, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-share:after {
  content: "\10f064";
}

/* line 1417, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-share-all:after {
  content: "\10f367";
}

/* line 1418, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-share-alt:after {
  content: "\10f1e0";
}

/* line 1419, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-share-alt-square:after {
  content: "\10f1e1";
}

/* line 1420, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-share-square:after {
  content: "\10f14d";
}

/* line 1421, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sheep:after {
  content: "\10f711";
}

/* line 1422, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shekel-sign:after {
  content: "\10f20b";
}

/* line 1423, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shield:after {
  content: "\10f132";
}

/* line 1424, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shield-alt:after {
  content: "\10f3ed";
}

/* line 1425, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shield-check:after {
  content: "\10f2f7";
}

/* line 1426, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shield-cross:after {
  content: "\10f712";
}

/* line 1427, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shield-virus:after {
  content: "\10e06c";
}

/* line 1428, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ship:after {
  content: "\10f21a";
}

/* line 1429, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shipping-fast:after {
  content: "\10f48b";
}

/* line 1430, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shipping-timed:after {
  content: "\10f48c";
}

/* line 1431, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shish-kebab:after {
  content: "\10f821";
}

/* line 1432, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shoe-prints:after {
  content: "\10f54b";
}

/* line 1433, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shopping-bag:after {
  content: "\10f290";
}

/* line 1434, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shopping-basket:after {
  content: "\10f291";
}

/* line 1435, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shopping-cart:after {
  content: "\10f07a";
}

/* line 1436, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shovel:after {
  content: "\10f713";
}

/* line 1437, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shovel-snow:after {
  content: "\10f7c3";
}

/* line 1438, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shower:after {
  content: "\10f2cc";
}

/* line 1439, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shredder:after {
  content: "\10f68a";
}

/* line 1440, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shuttle-van:after {
  content: "\10f5b6";
}

/* line 1441, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-shuttlecock:after {
  content: "\10f45b";
}

/* line 1442, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sickle:after {
  content: "\10f822";
}

/* line 1443, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sigma:after {
  content: "\10f68b";
}

/* line 1444, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sign:after {
  content: "\10f4d9";
}

/* line 1445, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sign-in:after {
  content: "\10f090";
}

/* line 1446, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sign-in-alt:after {
  content: "\10f2f6";
}

/* line 1447, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sign-language:after {
  content: "\10f2a7";
}

/* line 1448, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sign-out:after {
  content: "\10f08b";
}

/* line 1449, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sign-out-alt:after {
  content: "\10f2f5";
}

/* line 1450, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal:after {
  content: "\10f012";
}

/* line 1451, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-1:after {
  content: "\10f68c";
}

/* line 1452, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-2:after {
  content: "\10f68d";
}

/* line 1453, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-3:after {
  content: "\10f68e";
}

/* line 1454, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-4:after {
  content: "\10f68f";
}

/* line 1455, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-alt:after {
  content: "\10f690";
}

/* line 1456, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-alt-1:after {
  content: "\10f691";
}

/* line 1457, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-alt-2:after {
  content: "\10f692";
}

/* line 1458, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-alt-3:after {
  content: "\10f693";
}

/* line 1459, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-alt-slash:after {
  content: "\10f694";
}

/* line 1460, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-slash:after {
  content: "\10f695";
}

/* line 1461, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signal-stream:after {
  content: "\10f8dd";
}

/* line 1462, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-signature:after {
  content: "\10f5b7";
}

/* line 1463, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sim-card:after {
  content: "\10f7c4";
}

/* line 1464, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sink:after {
  content: "\10e06d";
}

/* line 1465, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-siren:after {
  content: "\10e02d";
}

/* line 1466, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-siren-on:after {
  content: "\10e02e";
}

/* line 1467, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sitemap:after {
  content: "\10f0e8";
}

/* line 1468, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-skating:after {
  content: "\10f7c5";
}

/* line 1469, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-skeleton:after {
  content: "\10f620";
}

/* line 1470, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ski-jump:after {
  content: "\10f7c7";
}

/* line 1471, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ski-lift:after {
  content: "\10f7c8";
}

/* line 1472, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-skiing:after {
  content: "\10f7c9";
}

/* line 1473, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-skiing-nordic:after {
  content: "\10f7ca";
}

/* line 1474, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-skull:after {
  content: "\10f54c";
}

/* line 1475, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-skull-cow:after {
  content: "\10f8de";
}

/* line 1476, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-skull-crossbones:after {
  content: "\10f714";
}

/* line 1477, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-slash:after {
  content: "\10f715";
}

/* line 1478, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sledding:after {
  content: "\10f7cb";
}

/* line 1479, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sleigh:after {
  content: "\10f7cc";
}

/* line 1480, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sliders-h:after {
  content: "\10f1de";
}

/* line 1481, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sliders-h-square:after {
  content: "\10f3f0";
}

/* line 1482, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sliders-v:after {
  content: "\10f3f1";
}

/* line 1483, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sliders-v-square:after {
  content: "\10f3f2";
}

/* line 1484, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-smile:after {
  content: "\10f118";
}

/* line 1485, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-smile-beam:after {
  content: "\10f5b8";
}

/* line 1486, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-smile-plus:after {
  content: "\10f5b9";
}

/* line 1487, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-smile-wink:after {
  content: "\10f4da";
}

/* line 1488, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-smog:after {
  content: "\10f75f";
}

/* line 1489, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-smoke:after {
  content: "\10f760";
}

/* line 1490, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-smoking:after {
  content: "\10f48d";
}

/* line 1491, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-smoking-ban:after {
  content: "\10f54d";
}

/* line 1492, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sms:after {
  content: "\10f7cd";
}

/* line 1493, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snake:after {
  content: "\10f716";
}

/* line 1494, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snooze:after {
  content: "\10f880";
}

/* line 1495, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snow-blowing:after {
  content: "\10f761";
}

/* line 1496, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snowboarding:after {
  content: "\10f7ce";
}

/* line 1497, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snowflake:after {
  content: "\10f2dc";
}

/* line 1498, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snowflakes:after {
  content: "\10f7cf";
}

/* line 1499, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snowman:after {
  content: "\10f7d0";
}

/* line 1500, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snowmobile:after {
  content: "\10f7d1";
}

/* line 1501, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-snowplow:after {
  content: "\10f7d2";
}

/* line 1502, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-soap:after {
  content: "\10e06e";
}

/* line 1503, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-socks:after {
  content: "\10f696";
}

/* line 1504, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-solar-panel:after {
  content: "\10f5ba";
}

/* line 1505, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-solar-system:after {
  content: "\10e02f";
}

/* line 1506, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort:after {
  content: "\10f0dc";
}

/* line 1507, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-alpha-down:after {
  content: "\10f15d";
}

/* line 1508, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881";
}

/* line 1509, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-alpha-up:after {
  content: "\10f15e";
}

/* line 1510, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882";
}

/* line 1511, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-alt:after {
  content: "\10f883";
}

/* line 1512, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-amount-down:after {
  content: "\10f160";
}

/* line 1513, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-amount-down-alt:after {
  content: "\10f884";
}

/* line 1514, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-amount-up:after {
  content: "\10f161";
}

/* line 1515, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-amount-up-alt:after {
  content: "\10f885";
}

/* line 1516, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-circle:after {
  content: "\10e030";
}

/* line 1517, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-circle-down:after {
  content: "\10e031";
}

/* line 1518, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-circle-up:after {
  content: "\10e032";
}

/* line 1519, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-down:after {
  content: "\10f0dd";
}

/* line 1520, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-numeric-down:after {
  content: "\10f162";
}

/* line 1521, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886";
}

/* line 1522, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-numeric-up:after {
  content: "\10f163";
}

/* line 1523, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887";
}

/* line 1524, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-shapes-down:after {
  content: "\10f888";
}

/* line 1525, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889";
}

/* line 1526, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-shapes-up:after {
  content: "\10f88a";
}

/* line 1527, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b";
}

/* line 1528, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-size-down:after {
  content: "\10f88c";
}

/* line 1529, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-size-down-alt:after {
  content: "\10f88d";
}

/* line 1530, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-size-up:after {
  content: "\10f88e";
}

/* line 1531, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-size-up-alt:after {
  content: "\10f88f";
}

/* line 1532, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sort-up:after {
  content: "\10f0de";
}

/* line 1533, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-soup:after {
  content: "\10f823";
}

/* line 1534, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spa:after {
  content: "\10f5bb";
}

/* line 1535, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-space-shuttle:after {
  content: "\10f197";
}

/* line 1536, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-space-station-moon:after {
  content: "\10e033";
}

/* line 1537, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-space-station-moon-alt:after {
  content: "\10e034";
}

/* line 1538, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spade:after {
  content: "\10f2f4";
}

/* line 1539, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sparkles:after {
  content: "\10f890";
}

/* line 1540, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-speaker:after {
  content: "\10f8df";
}

/* line 1541, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-speakers:after {
  content: "\10f8e0";
}

/* line 1542, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spell-check:after {
  content: "\10f891";
}

/* line 1543, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spider:after {
  content: "\10f717";
}

/* line 1544, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spider-black-widow:after {
  content: "\10f718";
}

/* line 1545, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spider-web:after {
  content: "\10f719";
}

/* line 1546, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spinner:after {
  content: "\10f110";
}

/* line 1547, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spinner-third:after {
  content: "\10f3f4";
}

/* line 1548, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-splotch:after {
  content: "\10f5bc";
}

/* line 1549, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-spray-can:after {
  content: "\10f5bd";
}

/* line 1550, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sprinkler:after {
  content: "\10e035";
}

/* line 1551, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-square:after {
  content: "\10f0c8";
}

/* line 1552, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-square-full:after {
  content: "\10f45c";
}

/* line 1553, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-square-root:after {
  content: "\10f697";
}

/* line 1554, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-square-root-alt:after {
  content: "\10f698";
}

/* line 1555, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-squirrel:after {
  content: "\10f71a";
}

/* line 1556, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-staff:after {
  content: "\10f71b";
}

/* line 1557, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stamp:after {
  content: "\10f5bf";
}

/* line 1558, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star:after {
  content: "\10f005";
}

/* line 1559, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star-and-crescent:after {
  content: "\10f699";
}

/* line 1560, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star-christmas:after {
  content: "\10f7d4";
}

/* line 1561, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star-exclamation:after {
  content: "\10f2f3";
}

/* line 1562, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star-half:after {
  content: "\10f089";
}

/* line 1563, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star-half-alt:after {
  content: "\10f5c0";
}

/* line 1564, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star-of-david:after {
  content: "\10f69a";
}

/* line 1565, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star-of-life:after {
  content: "\10f621";
}

/* line 1566, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-star-shooting:after {
  content: "\10e036";
}

/* line 1567, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-starfighter:after {
  content: "\10e037";
}

/* line 1568, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-starfighter-alt:after {
  content: "\10e038";
}

/* line 1569, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stars:after {
  content: "\10f762";
}

/* line 1570, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-starship:after {
  content: "\10e039";
}

/* line 1571, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-starship-freighter:after {
  content: "\10e03a";
}

/* line 1572, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-steak:after {
  content: "\10f824";
}

/* line 1573, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-steering-wheel:after {
  content: "\10f622";
}

/* line 1574, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-step-backward:after {
  content: "\10f048";
}

/* line 1575, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-step-forward:after {
  content: "\10f051";
}

/* line 1576, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stethoscope:after {
  content: "\10f0f1";
}

/* line 1577, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sticky-note:after {
  content: "\10f249";
}

/* line 1578, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stocking:after {
  content: "\10f7d5";
}

/* line 1579, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stomach:after {
  content: "\10f623";
}

/* line 1580, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stop:after {
  content: "\10f04d";
}

/* line 1581, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stop-circle:after {
  content: "\10f28d";
}

/* line 1582, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stopwatch:after {
  content: "\10f2f2";
}

/* line 1583, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stopwatch-20:after {
  content: "\10e06f";
}

/* line 1584, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-store:after {
  content: "\10f54e";
}

/* line 1585, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-store-alt:after {
  content: "\10f54f";
}

/* line 1586, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-store-alt-slash:after {
  content: "\10e070";
}

/* line 1587, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-store-slash:after {
  content: "\10e071";
}

/* line 1588, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stream:after {
  content: "\10f550";
}

/* line 1589, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-street-view:after {
  content: "\10f21d";
}

/* line 1590, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stretcher:after {
  content: "\10f825";
}

/* line 1591, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-strikethrough:after {
  content: "\10f0cc";
}

/* line 1592, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-stroopwafel:after {
  content: "\10f551";
}

/* line 1593, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-subscript:after {
  content: "\10f12c";
}

/* line 1594, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-subway:after {
  content: "\10f239";
}

/* line 1595, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-suitcase:after {
  content: "\10f0f2";
}

/* line 1596, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-suitcase-rolling:after {
  content: "\10f5c1";
}

/* line 1597, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sun:after {
  content: "\10f185";
}

/* line 1598, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sun-cloud:after {
  content: "\10f763";
}

/* line 1599, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sun-dust:after {
  content: "\10f764";
}

/* line 1600, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sun-haze:after {
  content: "\10f765";
}

/* line 1601, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sunglasses:after {
  content: "\10f892";
}

/* line 1602, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sunrise:after {
  content: "\10f766";
}

/* line 1603, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sunset:after {
  content: "\10f767";
}

/* line 1604, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-superscript:after {
  content: "\10f12b";
}

/* line 1605, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-surprise:after {
  content: "\10f5c2";
}

/* line 1606, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-swatchbook:after {
  content: "\10f5c3";
}

/* line 1607, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-swimmer:after {
  content: "\10f5c4";
}

/* line 1608, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-swimming-pool:after {
  content: "\10f5c5";
}

/* line 1609, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sword:after {
  content: "\10f71c";
}

/* line 1610, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sword-laser:after {
  content: "\10e03b";
}

/* line 1611, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sword-laser-alt:after {
  content: "\10e03c";
}

/* line 1612, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-swords:after {
  content: "\10f71d";
}

/* line 1613, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-swords-laser:after {
  content: "\10e03d";
}

/* line 1614, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-synagogue:after {
  content: "\10f69b";
}

/* line 1615, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sync:after {
  content: "\10f021";
}

/* line 1616, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-sync-alt:after {
  content: "\10f2f1";
}

/* line 1617, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-syringe:after {
  content: "\10f48e";
}

/* line 1618, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-table:after {
  content: "\10f0ce";
}

/* line 1619, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-table-tennis:after {
  content: "\10f45d";
}

/* line 1620, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tablet:after {
  content: "\10f10a";
}

/* line 1621, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tablet-alt:after {
  content: "\10f3fa";
}

/* line 1622, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tablet-android:after {
  content: "\10f3fb";
}

/* line 1623, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tablet-android-alt:after {
  content: "\10f3fc";
}

/* line 1624, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tablet-rugged:after {
  content: "\10f48f";
}

/* line 1625, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tablets:after {
  content: "\10f490";
}

/* line 1626, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer:after {
  content: "\10f0e4";
}

/* line 1627, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-alt:after {
  content: "\10f3fd";
}

/* line 1628, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-average:after {
  content: "\10f624";
}

/* line 1629, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-fast:after {
  content: "\10f625";
}

/* line 1630, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626";
}

/* line 1631, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-slow:after {
  content: "\10f627";
}

/* line 1632, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628";
}

/* line 1633, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-average:after {
  content: "\10f629";
}

/* line 1634, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-fast:after {
  content: "\10f62a";
}

/* line 1635, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-fastest:after {
  content: "\10f62b";
}

/* line 1636, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-slow:after {
  content: "\10f62c";
}

/* line 1637, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tachometer-slowest:after {
  content: "\10f62d";
}

/* line 1638, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-taco:after {
  content: "\10f826";
}

/* line 1639, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tag:after {
  content: "\10f02b";
}

/* line 1640, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tags:after {
  content: "\10f02c";
}

/* line 1641, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tally:after {
  content: "\10f69c";
}

/* line 1642, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tanakh:after {
  content: "\10f827";
}

/* line 1643, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tape:after {
  content: "\10f4db";
}

/* line 1644, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tasks:after {
  content: "\10f0ae";
}

/* line 1645, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tasks-alt:after {
  content: "\10f828";
}

/* line 1646, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-taxi:after {
  content: "\10f1ba";
}

/* line 1647, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-teeth:after {
  content: "\10f62e";
}

/* line 1648, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-teeth-open:after {
  content: "\10f62f";
}

/* line 1649, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-telescope:after {
  content: "\10e03e";
}

/* line 1650, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-temperature-down:after {
  content: "\10e03f";
}

/* line 1651, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-temperature-frigid:after {
  content: "\10f768";
}

/* line 1652, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-temperature-high:after {
  content: "\10f769";
}

/* line 1653, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-temperature-hot:after {
  content: "\10f76a";
}

/* line 1654, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-temperature-low:after {
  content: "\10f76b";
}

/* line 1655, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-temperature-up:after {
  content: "\10e040";
}

/* line 1656, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tenge:after {
  content: "\10f7d7";
}

/* line 1657, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tennis-ball:after {
  content: "\10f45e";
}

/* line 1658, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-terminal:after {
  content: "\10f120";
}

/* line 1659, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-text:after {
  content: "\10f893";
}

/* line 1660, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-text-height:after {
  content: "\10f034";
}

/* line 1661, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-text-size:after {
  content: "\10f894";
}

/* line 1662, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-text-width:after {
  content: "\10f035";
}

/* line 1663, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-th:after {
  content: "\10f00a";
}

/* line 1664, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-th-large:after {
  content: "\10f009";
}

/* line 1665, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-th-list:after {
  content: "\10f00b";
}

/* line 1666, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-theater-masks:after {
  content: "\10f630";
}

/* line 1667, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thermometer:after {
  content: "\10f491";
}

/* line 1668, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thermometer-empty:after {
  content: "\10f2cb";
}

/* line 1669, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thermometer-full:after {
  content: "\10f2c7";
}

/* line 1670, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thermometer-half:after {
  content: "\10f2c9";
}

/* line 1671, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thermometer-quarter:after {
  content: "\10f2ca";
}

/* line 1672, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8";
}

/* line 1673, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-theta:after {
  content: "\10f69e";
}

/* line 1674, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thumbs-down:after {
  content: "\10f165";
}

/* line 1675, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thumbs-up:after {
  content: "\10f164";
}

/* line 1676, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thumbtack:after {
  content: "\10f08d";
}

/* line 1677, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thunderstorm:after {
  content: "\10f76c";
}

/* line 1678, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thunderstorm-moon:after {
  content: "\10f76d";
}

/* line 1679, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-thunderstorm-sun:after {
  content: "\10f76e";
}

/* line 1680, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ticket:after {
  content: "\10f145";
}

/* line 1681, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ticket-alt:after {
  content: "\10f3ff";
}

/* line 1682, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tilde:after {
  content: "\10f69f";
}

/* line 1683, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-times:after {
  content: "\10f00d";
}

/* line 1684, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-times-circle:after {
  content: "\10f057";
}

/* line 1685, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-times-hexagon:after {
  content: "\10f2ee";
}

/* line 1686, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-times-octagon:after {
  content: "\10f2f0";
}

/* line 1687, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-times-square:after {
  content: "\10f2d3";
}

/* line 1688, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tint:after {
  content: "\10f043";
}

/* line 1689, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tint-slash:after {
  content: "\10f5c7";
}

/* line 1690, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tire:after {
  content: "\10f631";
}

/* line 1691, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tire-flat:after {
  content: "\10f632";
}

/* line 1692, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tire-pressure-warning:after {
  content: "\10f633";
}

/* line 1693, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tire-rugged:after {
  content: "\10f634";
}

/* line 1694, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tired:after {
  content: "\10f5c8";
}

/* line 1695, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-toggle-off:after {
  content: "\10f204";
}

/* line 1696, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-toggle-on:after {
  content: "\10f205";
}

/* line 1697, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-toilet:after {
  content: "\10f7d8";
}

/* line 1698, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-toilet-paper:after {
  content: "\10f71e";
}

/* line 1699, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-toilet-paper-alt:after {
  content: "\10f71f";
}

/* line 1700, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-toilet-paper-slash:after {
  content: "\10e072";
}

/* line 1701, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tombstone:after {
  content: "\10f720";
}

/* line 1702, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tombstone-alt:after {
  content: "\10f721";
}

/* line 1703, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-toolbox:after {
  content: "\10f552";
}

/* line 1704, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tools:after {
  content: "\10f7d9";
}

/* line 1705, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tooth:after {
  content: "\10f5c9";
}

/* line 1706, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-toothbrush:after {
  content: "\10f635";
}

/* line 1707, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-torah:after {
  content: "\10f6a0";
}

/* line 1708, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-torii-gate:after {
  content: "\10f6a1";
}

/* line 1709, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tornado:after {
  content: "\10f76f";
}

/* line 1710, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tractor:after {
  content: "\10f722";
}

/* line 1711, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trademark:after {
  content: "\10f25c";
}

/* line 1712, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-traffic-cone:after {
  content: "\10f636";
}

/* line 1713, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-traffic-light:after {
  content: "\10f637";
}

/* line 1714, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-traffic-light-go:after {
  content: "\10f638";
}

/* line 1715, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-traffic-light-slow:after {
  content: "\10f639";
}

/* line 1716, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-traffic-light-stop:after {
  content: "\10f63a";
}

/* line 1717, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trailer:after {
  content: "\10e041";
}

/* line 1718, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-train:after {
  content: "\10f238";
}

/* line 1719, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tram:after {
  content: "\10f7da";
}

/* line 1720, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-transgender:after {
  content: "\10f224";
}

/* line 1721, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-transgender-alt:after {
  content: "\10f225";
}

/* line 1722, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-transporter:after {
  content: "\10e042";
}

/* line 1723, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-transporter-1:after {
  content: "\10e043";
}

/* line 1724, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-transporter-2:after {
  content: "\10e044";
}

/* line 1725, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-transporter-3:after {
  content: "\10e045";
}

/* line 1726, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-transporter-empty:after {
  content: "\10e046";
}

/* line 1727, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trash:after {
  content: "\10f1f8";
}

/* line 1728, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trash-alt:after {
  content: "\10f2ed";
}

/* line 1729, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trash-restore:after {
  content: "\10f829";
}

/* line 1730, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trash-restore-alt:after {
  content: "\10f82a";
}

/* line 1731, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trash-undo:after {
  content: "\10f895";
}

/* line 1732, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trash-undo-alt:after {
  content: "\10f896";
}

/* line 1733, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-treasure-chest:after {
  content: "\10f723";
}

/* line 1734, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tree:after {
  content: "\10f1bb";
}

/* line 1735, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tree-alt:after {
  content: "\10f400";
}

/* line 1736, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tree-christmas:after {
  content: "\10f7db";
}

/* line 1737, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tree-decorated:after {
  content: "\10f7dc";
}

/* line 1738, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tree-large:after {
  content: "\10f7dd";
}

/* line 1739, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tree-palm:after {
  content: "\10f82b";
}

/* line 1740, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trees:after {
  content: "\10f724";
}

/* line 1741, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-triangle:after {
  content: "\10f2ec";
}

/* line 1742, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-triangle-music:after {
  content: "\10f8e2";
}

/* line 1743, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trophy:after {
  content: "\10f091";
}

/* line 1744, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trophy-alt:after {
  content: "\10f2eb";
}

/* line 1745, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck:after {
  content: "\10f0d1";
}

/* line 1746, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck-container:after {
  content: "\10f4dc";
}

/* line 1747, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck-couch:after {
  content: "\10f4dd";
}

/* line 1748, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck-loading:after {
  content: "\10f4de";
}

/* line 1749, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck-monster:after {
  content: "\10f63b";
}

/* line 1750, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck-moving:after {
  content: "\10f4df";
}

/* line 1751, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck-pickup:after {
  content: "\10f63c";
}

/* line 1752, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck-plow:after {
  content: "\10f7de";
}

/* line 1753, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-truck-ramp:after {
  content: "\10f4e0";
}

/* line 1754, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-trumpet:after {
  content: "\10f8e3";
}

/* line 1755, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tshirt:after {
  content: "\10f553";
}

/* line 1756, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tty:after {
  content: "\10f1e4";
}

/* line 1757, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-turkey:after {
  content: "\10f725";
}

/* line 1758, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-turntable:after {
  content: "\10f8e4";
}

/* line 1759, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-turtle:after {
  content: "\10f726";
}

/* line 1760, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tv:after {
  content: "\10f26c";
}

/* line 1761, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tv-alt:after {
  content: "\10f8e5";
}

/* line 1762, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tv-music:after {
  content: "\10f8e6";
}

/* line 1763, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-tv-retro:after {
  content: "\10f401";
}

/* line 1764, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-typewriter:after {
  content: "\10f8e7";
}

/* line 1765, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ufo:after {
  content: "\10e047";
}

/* line 1766, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-ufo-beam:after {
  content: "\10e048";
}

/* line 1767, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-umbrella:after {
  content: "\10f0e9";
}

/* line 1768, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-umbrella-beach:after {
  content: "\10f5ca";
}

/* line 1769, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-underline:after {
  content: "\10f0cd";
}

/* line 1770, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-undo:after {
  content: "\10f0e2";
}

/* line 1771, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-undo-alt:after {
  content: "\10f2ea";
}

/* line 1772, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-unicorn:after {
  content: "\10f727";
}

/* line 1773, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-union:after {
  content: "\10f6a2";
}

/* line 1774, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-universal-access:after {
  content: "\10f29a";
}

/* line 1775, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-university:after {
  content: "\10f19c";
}

/* line 1776, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-unlink:after {
  content: "\10f127";
}

/* line 1777, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-unlock:after {
  content: "\10f09c";
}

/* line 1778, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-unlock-alt:after {
  content: "\10f13e";
}

/* line 1779, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-upload:after {
  content: "\10f093";
}

/* line 1780, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-usb-drive:after {
  content: "\10f8e9";
}

/* line 1781, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-usd-circle:after {
  content: "\10f2e8";
}

/* line 1782, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-usd-square:after {
  content: "\10f2e9";
}

/* line 1783, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user:after {
  content: "\10f007";
}

/* line 1784, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-alien:after {
  content: "\10e04a";
}

/* line 1785, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-alt:after {
  content: "\10f406";
}

/* line 1786, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-alt-slash:after {
  content: "\10f4fa";
}

/* line 1787, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-astronaut:after {
  content: "\10f4fb";
}

/* line 1788, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-chart:after {
  content: "\10f6a3";
}

/* line 1789, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-check:after {
  content: "\10f4fc";
}

/* line 1790, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-circle:after {
  content: "\10f2bd";
}

/* line 1791, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-clock:after {
  content: "\10f4fd";
}

/* line 1792, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-cog:after {
  content: "\10f4fe";
}

/* line 1793, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-cowboy:after {
  content: "\10f8ea";
}

/* line 1794, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-crown:after {
  content: "\10f6a4";
}

/* line 1795, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-edit:after {
  content: "\10f4ff";
}

/* line 1796, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-friends:after {
  content: "\10f500";
}

/* line 1797, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-graduate:after {
  content: "\10f501";
}

/* line 1798, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-hard-hat:after {
  content: "\10f82c";
}

/* line 1799, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-headset:after {
  content: "\10f82d";
}

/* line 1800, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-injured:after {
  content: "\10f728";
}

/* line 1801, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-lock:after {
  content: "\10f502";
}

/* line 1802, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-md:after {
  content: "\10f0f0";
}

/* line 1803, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-md-chat:after {
  content: "\10f82e";
}

/* line 1804, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-minus:after {
  content: "\10f503";
}

/* line 1805, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-music:after {
  content: "\10f8eb";
}

/* line 1806, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-ninja:after {
  content: "\10f504";
}

/* line 1807, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-nurse:after {
  content: "\10f82f";
}

/* line 1808, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-plus:after {
  content: "\10f234";
}

/* line 1809, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-robot:after {
  content: "\10e04b";
}

/* line 1810, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-secret:after {
  content: "\10f21b";
}

/* line 1811, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-shield:after {
  content: "\10f505";
}

/* line 1812, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-slash:after {
  content: "\10f506";
}

/* line 1813, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-tag:after {
  content: "\10f507";
}

/* line 1814, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-tie:after {
  content: "\10f508";
}

/* line 1815, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-times:after {
  content: "\10f235";
}

/* line 1816, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-unlock:after {
  content: "\10e058";
}

/* line 1817, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-user-visor:after {
  content: "\10e04c";
}

/* line 1818, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-users:after {
  content: "\10f0c0";
}

/* line 1819, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-users-class:after {
  content: "\10f63d";
}

/* line 1820, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-users-cog:after {
  content: "\10f509";
}

/* line 1821, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-users-crown:after {
  content: "\10f6a5";
}

/* line 1822, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-users-medical:after {
  content: "\10f830";
}

/* line 1823, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-users-slash:after {
  content: "\10e073";
}

/* line 1824, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-utensil-fork:after {
  content: "\10f2e3";
}

/* line 1825, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-utensil-knife:after {
  content: "\10f2e4";
}

/* line 1826, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-utensil-spoon:after {
  content: "\10f2e5";
}

/* line 1827, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-utensils:after {
  content: "\10f2e7";
}

/* line 1828, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-utensils-alt:after {
  content: "\10f2e6";
}

/* line 1829, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vacuum:after {
  content: "\10e04d";
}

/* line 1830, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vacuum-robot:after {
  content: "\10e04e";
}

/* line 1831, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-value-absolute:after {
  content: "\10f6a6";
}

/* line 1832, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vector-square:after {
  content: "\10f5cb";
}

/* line 1833, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-venus:after {
  content: "\10f221";
}

/* line 1834, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-venus-double:after {
  content: "\10f226";
}

/* line 1835, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-venus-mars:after {
  content: "\10f228";
}

/* line 1836, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vest:after {
  content: "\10e085";
}

/* line 1837, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vest-patches:after {
  content: "\10e086";
}

/* line 1838, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vhs:after {
  content: "\10f8ec";
}

/* line 1839, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vial:after {
  content: "\10f492";
}

/* line 1840, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vials:after {
  content: "\10f493";
}

/* line 1841, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-video:after {
  content: "\10f03d";
}

/* line 1842, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-video-plus:after {
  content: "\10f4e1";
}

/* line 1843, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-video-slash:after {
  content: "\10f4e2";
}

/* line 1844, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vihara:after {
  content: "\10f6a7";
}

/* line 1845, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-violin:after {
  content: "\10f8ed";
}

/* line 1846, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-virus:after {
  content: "\10e074";
}

/* line 1847, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-virus-slash:after {
  content: "\10e075";
}

/* line 1848, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-viruses:after {
  content: "\10e076";
}

/* line 1849, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-voicemail:after {
  content: "\10f897";
}

/* line 1850, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-volcano:after {
  content: "\10f770";
}

/* line 1851, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-volleyball-ball:after {
  content: "\10f45f";
}

/* line 1852, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-volume:after {
  content: "\10f6a8";
}

/* line 1853, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-volume-down:after {
  content: "\10f027";
}

/* line 1854, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-volume-mute:after {
  content: "\10f6a9";
}

/* line 1855, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-volume-off:after {
  content: "\10f026";
}

/* line 1856, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-volume-slash:after {
  content: "\10f2e2";
}

/* line 1857, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-volume-up:after {
  content: "\10f028";
}

/* line 1858, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vote-nay:after {
  content: "\10f771";
}

/* line 1859, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vote-yea:after {
  content: "\10f772";
}

/* line 1860, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-vr-cardboard:after {
  content: "\10f729";
}

/* line 1861, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wagon-covered:after {
  content: "\10f8ee";
}

/* line 1862, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-walker:after {
  content: "\10f831";
}

/* line 1863, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-walkie-talkie:after {
  content: "\10f8ef";
}

/* line 1864, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-walking:after {
  content: "\10f554";
}

/* line 1865, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wallet:after {
  content: "\10f555";
}

/* line 1866, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wand:after {
  content: "\10f72a";
}

/* line 1867, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wand-magic:after {
  content: "\10f72b";
}

/* line 1868, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-warehouse:after {
  content: "\10f494";
}

/* line 1869, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-warehouse-alt:after {
  content: "\10f495";
}

/* line 1870, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-washer:after {
  content: "\10f898";
}

/* line 1871, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-watch:after {
  content: "\10f2e1";
}

/* line 1872, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-watch-calculator:after {
  content: "\10f8f0";
}

/* line 1873, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-watch-fitness:after {
  content: "\10f63e";
}

/* line 1874, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-water:after {
  content: "\10f773";
}

/* line 1875, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-water-lower:after {
  content: "\10f774";
}

/* line 1876, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-water-rise:after {
  content: "\10f775";
}

/* line 1877, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wave-sine:after {
  content: "\10f899";
}

/* line 1878, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wave-square:after {
  content: "\10f83e";
}

/* line 1879, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wave-triangle:after {
  content: "\10f89a";
}

/* line 1880, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-waveform:after {
  content: "\10f8f1";
}

/* line 1881, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-waveform-path:after {
  content: "\10f8f2";
}

/* line 1882, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-webcam:after {
  content: "\10f832";
}

/* line 1883, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-webcam-slash:after {
  content: "\10f833";
}

/* line 1884, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-weight:after {
  content: "\10f496";
}

/* line 1885, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-weight-hanging:after {
  content: "\10f5cd";
}

/* line 1886, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-whale:after {
  content: "\10f72c";
}

/* line 1887, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wheat:after {
  content: "\10f72d";
}

/* line 1888, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wheelchair:after {
  content: "\10f193";
}

/* line 1889, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-whistle:after {
  content: "\10f460";
}

/* line 1890, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wifi:after {
  content: "\10f1eb";
}

/* line 1891, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wifi-1:after {
  content: "\10f6aa";
}

/* line 1892, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wifi-2:after {
  content: "\10f6ab";
}

/* line 1893, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wifi-slash:after {
  content: "\10f6ac";
}

/* line 1894, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wind:after {
  content: "\10f72e";
}

/* line 1895, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wind-turbine:after {
  content: "\10f89b";
}

/* line 1896, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wind-warning:after {
  content: "\10f776";
}

/* line 1897, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-window:after {
  content: "\10f40e";
}

/* line 1898, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-window-alt:after {
  content: "\10f40f";
}

/* line 1899, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-window-close:after {
  content: "\10f410";
}

/* line 1900, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-window-frame:after {
  content: "\10e04f";
}

/* line 1901, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-window-frame-open:after {
  content: "\10e050";
}

/* line 1902, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-window-maximize:after {
  content: "\10f2d0";
}

/* line 1903, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-window-minimize:after {
  content: "\10f2d1";
}

/* line 1904, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-window-restore:after {
  content: "\10f2d2";
}

/* line 1905, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-windsock:after {
  content: "\10f777";
}

/* line 1906, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wine-bottle:after {
  content: "\10f72f";
}

/* line 1907, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wine-glass:after {
  content: "\10f4e3";
}

/* line 1908, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wine-glass-alt:after {
  content: "\10f5ce";
}

/* line 1909, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-won-sign:after {
  content: "\10f159";
}

/* line 1910, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wreath:after {
  content: "\10f7e2";
}

/* line 1911, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-wrench:after {
  content: "\10f0ad";
}

/* line 1912, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-x-ray:after {
  content: "\10f497";
}

/* line 1913, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-yen-sign:after {
  content: "\10f157";
}

/* line 1914, vendor/assets/stylesheets/fontawesome/duotone.scss */
.fad.fa-yin-yang:after {
  content: "\10f6ad";
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/assets/fa-light-300-0c9a7b47e37f79bd5d0c144be5290e881da6f53961d90fce09bee08b8b899775.eot);
  src: url(/assets/fa-light-300-0c9a7b47e37f79bd5d0c144be5290e881da6f53961d90fce09bee08b8b899775.eot?#iefix) format("embedded-opentype"), url(/assets/fa-light-300-4368a0c859598e4d40f6357f23ef103d59ebac01723ce9b8121ce8bc0c367fea.woff2) format("woff2"), url(/assets/fa-light-300-114c1d779624d5404c704cb5a1b3f878a4ff2fc207e8a8ee84e4e4f3c86ce64a.woff) format("woff"), url(/assets/fa-light-300-e6fa287b4a4e287050d46b01f40f8231243eb1600581acd49409753a3f6ab13a.ttf) format("truetype"), url(/assets/fa-light-300-be91db82532e28d0ff808e70efcbfddca62676b68ddf92e17ffbb0b04ec5440d.svg#fontawesome) format("svg");
}

/* line 20, vendor/assets/stylesheets/fontawesome/light.scss */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-97f31f444eec816b7883e8efbb6bd6889464971d09336b2200d7aac4a6856181.eot);
  src: url(/assets/fa-regular-400-97f31f444eec816b7883e8efbb6bd6889464971d09336b2200d7aac4a6856181.eot?#iefix) format("embedded-opentype"), url(/assets/fa-regular-400-297e0bf369517bc14a253be1c47d1426d3a15bc60dc577a00a5e7d30b5b527e0.woff2) format("woff2"), url(/assets/fa-regular-400-139c40c5248f958a93485fbb54af2c6d0f25722b3c3a15190ecca492374bcdfe.woff) format("woff"), url(/assets/fa-regular-400-0d2a18af55d0ed1178f6573f36100aa6f2c5546490b831d0ddda30d42297b2b1.ttf) format("truetype"), url(/assets/fa-regular-400-d0de4f1e57355c7fb6d9b5fb91ff85cee29f28493a1d5ad003a7e68f9ab11ed1.svg#fontawesome) format("svg");
}

/* line 20, vendor/assets/stylesheets/fontawesome/regular.scss */
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-87d3b6fb536927f37460c04f5017b233e6cf6a23331c2abb043732073c201448.eot);
  src: url(/assets/fa-solid-900-87d3b6fb536927f37460c04f5017b233e6cf6a23331c2abb043732073c201448.eot?#iefix) format("embedded-opentype"), url(/assets/fa-solid-900-d23ab0f3515ec45e7f4b3f9d015091e797a652cfc0359a883bd16b4bcfad4905.woff2) format("woff2"), url(/assets/fa-solid-900-f07bc008538a20d6c0ff6681f4a8c9e0d0a42a2ca67cc88bdf26ceabcbb0491e.woff) format("woff"), url(/assets/fa-solid-900-4d03bc940fa339fb8fa84b21881088b02b823c07327baefe612d85a5e5f56f5a.ttf) format("truetype"), url(/assets/fa-solid-900-1336b3bae7f5a98154849a066183017a5c5cd38af4627783210f121350594361.svg#fontawesome) format("svg");
}

/* line 20, vendor/assets/stylesheets/fontawesome/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, ../../bundle/ruby/3.2.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload.scss */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 18, ../../bundle/ruby/3.2.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload.scss */
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  /* line 32, ../../bundle/ruby/3.2.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload.scss */
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/* line 1, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors {
  position: relative;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-sprite {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2YAAACWCAYAAAC1r5t6AAEL2klEQVR4AeSaBY8czxHFqw6SW3vvz4yiMDMnojB9pESsfI8wMzNzRGFmMhz6aGcq1btvck/PM31eec0tlYp6eqp2fOP+ba//7cm3x7K35jYbEWHd8BItieNQmmHubhGWmuLpN7ZkD/96w22B40c/+tES+y960Ys0b3PmW1vsCA385Cc/MR0veMEL7FrMe97znsd1tiQhdlPJIQ+7vk4bEYM5iA3EG/YrttZVrTEi6uvUbe3tkmqp3LthH+tBBq8zjWtN0P+/fxmIdfnAaMhvy4DBIyaTSds0TXt0dBQHBwft3t5eu7Oz0545cyZ+85vftO941zuP7LTZVE6Rhmhs7tya2d6S2W6aFyx1TAU2xDsfOmWn8z1t+Nspmyn/xjxz/evl2Chj96e+I2O3pb2OgljGFzcSKT7uYlgHdrM6K6gUtudFqGg0sZeCZhFPKXFuDLKVspFyDvXLWEq5CzKeSqS4Pq6USPH0A92kPYvBD30ktmwHKIKKTvG0A3FHEzGLI3+BNaR7OhuQ1qJp+fks/k3tV2mxevqaNHj9l4EL2ZzrKljQPHx9qefPVvyRxCVfja2ZHeifMOma3f0l6PvqP7Dr47aU+1Nuh72eMtb3FRXbozU2WaYGehvSmDaHZuBv4111Hv9ryXhCyn3oYJ0qHkuF9Igg9CjUx7pmh72Fw7/EJ7aj7ys0k+NjC/yDWyniZqsGKX5Ae7FFG2yDILfs1njYxCwl7am21AHtyEXalFfNc6DJX4H/8tRjzH196sdlTRJdn+9hf8jrvgx/O+3v4Z6Tidyb+qA1+tZ0xOqfRdiKeUrRZstm8FNDVi0y7tDpF5sfkkXRmVvU8HjyWpi1c7xhEfPOpZ1NuPlvD5ZsgeOHP/zh9Q5m7fUMZs95znOKmtSA5OQcNCTHfOvMb9dBReoR6Ik5ALECbXPDXeRQMJNa6j3BV1vhi/2geJFgG5rnRsJWaJ5BrOiUSCBrDw8Pi0QHZZubm+2//vWvKZi952PvPaiA2eAmJ4pWUZYZzzY6+4ArbP8JwGD7xf/d7gTykG2ssZHx/4B15FXGNop5QDY6WVyMM4+GAVwKZshTowxmKGgPRaB4Eo0zffazzNl+MFtOuTvlzpQxySnZpo0KeAHYBMgojhwe6RJtP6EhAmQCb5iPOAtvdMLapsGXfujNex/TAriA149UvmjUqdB/fWHOXwMuq3zg8y4APXexC3jWyHT5pTuWzcays6+9rxTYNKb+E3vArIICigA78LchWwCzDTtp3AUwYygbK5CJPZoXzNiWhirN8fvqPOBsIuXjzvcqVlYrhK7YAmaQPbFr5Mnzdo59p/eVN2YfuWXA7FTqO9J/Ter7Mvd2QNBL8x6jRkCpDmcKUFpf7Kb+IeZ8LOecyfW+lnor9YVbBMweuhjM3Dvogi2jLxc4Y/vNPxZVHW4TS5cJYlWQWsBormcwe/azn33JYMbwQLFQ6HH3yzsxq19jlJsXhtjmazCvfx29d70XzTGs9p+Yqa81IW4KYFofdLQ5kDOGL6wXsKfzoNrAaHIgV+xpCjZDWSSQNeWkbH9/P3Z3d9vt7e12Y2Oj/fe//x2///3v289/64v7Nu7fwETaPhJuga8SA5AWALMpl8TAPgG5oncCcZIdxLtvoP9bYnbC8FLUSd9An2LUkaYJ3JAjMBMgcyZMFmkGjaKhaRPn0z43L5hBA7QIytCJT+2RbnbkxCywjfSegkssKrs2PTErmo//YjKxwG7aHe1FcYqOqYKT4ZntEbN5lDMvcdqeT8NpZRAXpm7LvNny3ZTuelO2cPyfp2mHHZiK2oqFmJGNOrBAmJfgwH3dsRbsCNyBerfgK2HBdnwAYbO+l6j1DFLl0hdiuD0+n+NYaP+OgCHJa3QLc40e1F+aMfTJ0edEewwG6aBna4jjGdO/n7Dlu1fMTleBCzHRyjGa1xMzSI1fdjiu37mQPgMZHg6kuUfBDKINQxRnOA4wmxvI9qQZbWwTzRz2n/ndDY1K0h6sDnb9cPPkE7M9iWsjknM04kU28a3YxOzDNy2YraV+yuwUzJ+W9htTl9jtqQmK2FZYYl+hLOSeCmjwj+2N1AeZ/2zmf5H6S7n2LzN+eJOC2dPCvC1mjY4w2+uwZm7+61+u3GJgNrmeweyZz3xmHcwIHub7KWP9J35zQFbkqJ5SAQR1XiDGwNjgmlqvtfqrYAZ/8LOjWqRW8mEXcXeGLs71glkZWi9iHYCVHINYSwNgNh3BMFZ8/ukipMVPGKOclm1tbZUTsymY/fnPf26/+bPvXrAxwRU2OU4bmD4wc8znTY76xQaYMYBBa0y+5wzmGWxyYrb1/y84iPaKbMMfzU7MAmAm3z73fpfLjTg08lN/skKFQvYYzBTYYOvvNUGbIM3qidldALP14e/NCdA6cVQd0G5rFkWnBE7M9vknil0j5mkHGoNNIEYnacg5/YArshnvfuc0OTJjCAh5QDLcHFn5P0rnIH/SwN1q98IIvUjtoTy5MBCRjLSjw8kKC54PQBquR/MyieDJBkG12PhktchKubRm9dPvf/bk61PhEhBjWF25b3V4J6/wxT5rvUZOzA4ZuhQFqmAGITDbwlcV/61uWJZT7iOs4b/2cQXIRhIfDZ+Y7VUakTn9R4FCmnsXP/E7IeuQ09WqEav/UKNyYnYCoGlzDigDmM3sLbx8D8w+eFOB2Sj1q1K/JfXrMveUtsxNKRpzqxrrVICMbQW0GNJUb9rH8qvMfyHl05n/TsrezQNmT3lJ0NdnA+9Ll0CwEjD7weotBmZH1zOYPf3p/2PvLIDjSrKsnVllkNSy283cw8zMzDwTsPTvz7TMzMzMzBg4zMzMM83M3bZkC8uW6+Vmlu6JPX3m6qq0lrvLoVVsRuJ79VIa976vzr0nH65gpkAUggzNe9Ch148LbT7A+ffWe0XPVSLAC+7DCtRWwYzn9Dl4T1jP/cJgRWvBXARvBGbWZhDD9RjHM5gq1gHGWtNCFxnMRiDG4YuAs5WVlQZmTTEbgdmdd95Zbrrppu6TV3x+CaFB8g20WzBX3HGCNwK7VUrBGoBNmFtUbGrz2d4HrL1EoUF32Log/sk+/DwDs32tUAijgVaxvptnJvllub3o7MEDQwbEAztAVhDuyBvE2xw2FOeY2XfoBxzFzH1yLRTWOB2GMnoF0LUKAHNlQBRQJnLM8rFjwau4jE7cz6Q+13/+7L5gjx+OOO3DmQ9kvlKWZt1QRi1xNpOTZzZn4YzHwzf58w3MZgVtZjbMh1UY034DM4pEVgCTuUAWRH/RyiEbl38xZyM+QbFy/BRm3ZWCmUKYFAlxBJAxlGUizbxYy9z6tf9yyoPZnjr/lNr/+tp+RS33XYebXmLgQunsnp3AWKSaxaGMY8CZC2YY63CPa9dSecuwonItn6jza6c2mD30BUJZQmg8ljHsfO2M1uXv2bNDwAwwdGxSIMxbV8PQFMx8CBkTzEJ1zQcW1FtWzAQEixiEhKGMDoy5apqsC8EsaBf9DCcnTMGsjAFtfD2DWVEwYxMPVKyWURmaQla8nDJTyspgMACkJQazZv5x6623dp+7/qsLxeLbMpgFPOJAl9cvOjYtoYw9CErwy6i1Bp6UWvfAOcYvpJgtWgTgQssxs3H/SyjKMSvn1vaBWss30G4oEAMZ2k6OGR56NQPAQJ7BewLGCNRAm0imj8DMnhK7wK94VkIX10uv1aEoAMUsMXgFgObFOmXrF3vJyQlxTvPrKtnRow7qRH+wwqKPhTBaCF8PMgpWivKV7VrnthjnsEA8B4cPjsZLpmttptA9bIwW4U5esCNuPOr3LIQR86O5XqYQQ1xAQlcWZSoU8jhUE5/TQXqTkEX9DhefOXooCzEUNTBzRCLmOHBRRbuMEE/8cCilL8CpsoinoHz4PRfulTd3amuZdhU0f52TY7bqoUAwhrZnAHI7R/+5thkX2r/0fYAzDbdWAAuQRhQzvwSwhjEBM0iA87YpZhGo+4FaNiucjL48fQBmwV9F+yg9QBnDGVFmPrxe//MpC2b3q/Dy3bX90qaMVRAz6OoZdGlJBmaja60GqPlQNtQ5P3RRc80UxDBvBe1OxjsCtXJ5LTXkMf9uHbvxFAWzV5eUxaasYDZLP/h2EP9P8bI37N0h5h8ApKMTDGbtpVrALA5dRD+AK10bgVVy7hODmT5nBH0oWBurep0HRFCkMFf7BED+NXr/AMwKg5Xdu6Dd5hscoY05CXlErSGKAEkGs6JtVcysRviighkbfjS1rLUbpBWYf8zNzZXbbrut++LNVx1Rn4vc6mkAl4YtemFCPI+awYyEpeRF+jkIkCmckZwZjxSEMgZhVuzKqGCWZ6GC+cknCmmF5od7Nnq5kTjNxBSKeQlpVMWM5D8JZTwgLmeihiG/TAKZAGv+e2hOA+SRpey/pdn8qA8QE4jTV9EjoMyUB4PtF650IB7Rnv7E8wIwRcIUoxuhGf9wvlkMX/FzRyGYQksnLAQKRumU/K4yjZfN96Vg616x99KpUMmPVTJuS605ZhG3SIn8/xas3G73cH7sYc8TbVzwxgcz1D5lKphx1LIPanGa1qJ6/DBaQjHDDvTpFbjGjz4FmPlxl0HptQIoQyHFrLdkmzmS0j+WUw3MWs7Yf63jr+pS3t+ADAoZYCsAM+n7NdpjqmU+kEmtyhn6a1Y7gNbmWl7am+r839ax95xaYPawb0RQt2NXVfSrKLbLcvPQ8mX/PLXDwGwwyWBWc4MAZgIaMZjJOoaezVWxGKxiYItNSPQZ9blKFGoo9ylOntcIzPwcrxjMMB4pZnQfjHMo4kaKmQIYX8OqGO6ZmiTGilntAswajLXpguKBGRSzBmdVcW1zpUFaM/+opdRwxu5Lt187777kSGhinuF+oKRJKGPZ26L+JLqvcHpWYIAMQxAITMXsp+2aDQMEcjKwgnnzfpMCJRAQNOkrZxq3CTATIGMZkDeZTQZkcFOWAZhBHvHNP/RlJ/7eHKUE0V0AMw5T5A0hxyyMg8K1oEz6Or2k3urqOG571rQqb83gUPsyhl58nc7CkkKG4yeRz8K0rpOfcJkzLkPRvuLPnDBjf/mlhfecut+0QpcPWaqYhetRoJiJMoY6NgRx0rLIsCi0zD8dRvMCZYGf4ThWlACzVZ9pUAdFwq+twEm2o7+L2Zfs0y+RAjBTSENfix/KuCJtKhlKmYIZwhtbsb9Otv9m/X13qoDZi2v9A8OUX1QLQEwVMi0OrKUIzgA7IZBt7syokKbtqDCgFQBaa7+93uM3hym9+9QAs4f/3xKvUDUNY9RmMPvqn0/vMDBbnWQwqy/SADNRfuKcL4EeaceAJ2Cl53BFylqs3Pn9oUKahCT6UCXAZ0AGWOsAPb1erwFMq1tfjUjYhEOfRWELbXfOYAvQluQaMBbGkgdmGr7IqhmB2NDqVjCXAGUCZq00KBuNtXBGgNlXD950iIw+LJTR2mz2MaqlTIlihjVUt+sH4BKoZj0wi3yJS6YgMC9s461ebn16yVne1Ml8Rk7VmeX8svglpyioWd2Z+cdqAngBzLAJmcOmyZER9ZKNjb59rv3uaxWZHlwZU7YXndJqMfdoJatCBgv9zRUzqGGbxjcNaIzMP0xVQyhjsRyz/sqKE6AhaovxKPv4rff4C0UstNGcyDfRljgRIYU6CL/DBSXndjWC/Wje7jx6KPIVLPRMZPuPFboz3jM+D3/PQp/XAeWy3V0YJYv7olkgEjwKHGUCS7hc2qLRnju6OeGP3+TfBT10ybSIDFtKSRn7ENAKyBKmI7KGfrMCbDMPnIG16KZqGYq/TtV9ATMpopjFJu1gGeGY+dAq/1zFGh/M4gQ79FUxU37RfgxwyyiSZ3aMND94SnpPH+EjrZnaHMyCB7fxvGxK2SoBGgrCGFtNmmbLM/vb45MOZg3IfnSY8nNH6piCmCplUNDQFgjTEEbU22yXr7Ufyii5Zgpma9pfX9PA7Ffqte+ZbDB75PeUVIoXta1RAWNZT+Wv/O7MDgOzlUkGs/n5eYCZhDDG9u9ejpleH4QyYjwKX4wPTyboCaAPKlerNN8Mc0NTnwBgrd1pW3PMFL6o7yliuM9QVTMBMe4njNG9PJUM6/1wRRlCg0IWMeaCWVPKWruNOWAGV8Y23gCtVDBreWbdZXO3HIy+US7hi42nonFNoYxFo/5YcBK3Rg0PInf5BQWzvJGU0B7+XAQCUhjjZpYZ036OGdnlgyJlQxiPQxxVMYNtWyebsGyfs1LmA1u9s8qs5n4egZmqZAxtvXRMwhT9tzc8MMCMxii8EaB2JGWA2fJyLJDoaS3xDxbK9dSJQB0AKGudi8c6C020Han0gkBdc9d7K/w6eOLxz2FTuRJ3j+8bPLu/f2rK3mI5EA38DU97yGn635jwv0uqmukahTMGM81mcpglPj1L/okfrKXEVvnBscxuUlwQDCg5ZgN5+BjUYuKEmeGAND+xLnGePPRm8aNK/VBGXzUzGOsRnOXWX241wRltJBOY/fWxSQWzl1Rg+r5hBbMu9UQZ6xlkCXwRmNVrAqUsVM4EwBTUyibW+cW3zNe+FgfMHEhrcIa5t9XyW+1Q6wkFsx/VUMatxzYQuOUv//Jp22z+0d9m849h2t6f5Ul2Zbzvfe8LMCsRRAkY6RygJ4XhirEyVgAkTkhieL0AmPaH1C4+xPlQJblcbogl1nqwxSoYg6uqZAJe0SHQifps8IE+rgF8KZShz2DGillqQw3EGMzgwNjWMJi1AjBDvlnNMys1z6z76uHb7swzGmMioGXtzGGNuoZ4Rr/NXlVuKRhTh3lb4xw+zTlmB3Ob05c4radxYCvlmJH1fdkg5ZyBLHOfwYyhTCHMDRUi6oQMWGrJ9pIThzLul1DGaQMz3/eg4M/BKhqvgyuj5pepfslzWEtW+kKZraYcs/7SYsqmekHfYrWmkEV7LqpCAaTo7CyO6MiJ3vDZUoTIAg0ochypnwUMW50lv6vYVbglRZZk7AkPyvvgzyyFjzqjfYwWQo/Tc8TaOG1Tj7qxawikFGQAWiXr7wIqWkaXfgeGSxk6oVq14FrsDb8z2h9UNIZtKJH2vBn3wFl0DGwl2xYJCgt+p+v90x42y2/tPoxhzoe0GOQIzPx/GXFqFmoVmObtC6Wh+6/8PFPN9GDpMBc2UstarYqZ1rIpATbvHGd2NDlk69QqX5/eD2EMn17GFcxiKGulb+OAtLxqhRUzOs+sVDD7q9VJA7P7pX7+yS7n/wnoarWGLjKQoR+HMqJOAZyxioa5LeWXAbxCV8Y1zIeAhnUdwEyVs1a3z/jzkvq/WEHshskCs0f9vJwayTEX0deSMm9iSv7ST83uMDBbmmQwu/TSS8cFs3gutqJ3gChUw0qguAlIyfWBE6IXyuhAVhLg8uYU2Bia3FBGVuy88EVVzND2aoQ1RgYfViUCMVbMCtpsiQ9Y2wjMoJ41MLMzzHDANMCs1JzFUlXY7rKFO27nlxgwCMALY26YItpTNKbfUjfFLBOzkFJGsOa86IBjKM+MzD9WPMc4PsZx9CDn1P7pDcw0vwyEKQoaEWgHMKuFwWxV4UtyzDDOc14SHRLnjtQy3569OK9suYJZMTADjOFJgZoMYV2rnRefIqycUw85Zu5X6KsulOmbHNp0+qyVLu1aWAitOHyfja2aVMh9cR//o2Telkgn+HF3kwKvDf1gXazXyIPpClmota6O3Tbi540v9s8YQygjQSdAzLun/PZ0BV5fdPm+R+x38sgitSxq63pRzCId2cEDz2UeBiCHDcyOuY6M5ynWiIdhkIXlyoGUY6YPPwg25VKoKmZW5gzQmrCjxh/yxN5pLFFaoCLobgMzezDaBOWO9QXOMkIZsY7BjExAAGZ/sTQpYLanjn176qefTf3evtQjlSwCNBTpxwWujACvkxjKKO2oKJg5QCbjHfZyJKX+T1Yw++NaH58MMHv0b5SUe34emR/KwBAnFNWl/MUf2L/DzjFbmGQwu/jii0dgZmF7fmihk5NFdQkcD4uqWOx0qO6HtsZVxXSOnAzxbJz/5YUUJhwwzc+s+8P8vQVm0sY9uY/QS1cxQ23nkSWs4drMPxL6ADO2x8dZZoAxC2McGqQlBrMGZRXO0G6qWXfZ4p23phkRi1Qlm9r85aboOO5Xr13t1UKujJ7YxAoayrI6NGYDMxuP350NzNrrQt4HAAPOBAWbOQ1Uav0IzGQTuoYS7LAhwBlEJsoxEwtqgFliMJN8stEc/TlKnFpDoYwjOBMQi2KdUGcPzPAK2sDsyBH9o1BX7O8dj3h+Mc+4DpcFUEIXRraBPjMJ0aDOdD1fqp8JBRCfrztXCIqND6WrUEjdopexoqhYhNo5eIAUL6wkknWuk99peJp2Vqt83h/GcUv5JPr97nvs6e6bvar0KLouvhYHTHMA79bStHzrfDMtcp0Z7SB8DlgG2oRgFmONgplToy3jwQaXiDgPW+nWX2nPgbIvT+yWgIsdOHPAjB6+bzDWVyjzwKy1RTUrrZ5P6c+OTAKYvaT2f6MC2SMbkLVQxtpOXRYgQ9sBMVHMCN6SzZ1IKKOOlRMMZew2BbM17TOU0fVtn8X22+ilpP73pbTrPfc+mD3mjwv/1zr0q6JlCmzo589/6+k7DMyOTDKYXXTRRVDM/JwvHZfQRt9kA2vGD0VU6FG4Y4t6sqxPal+PtZxX1tpiuqEQhzmFqiivLG12/piAGtbovOaaMfABrDqGL4CZshimN8opE4v8Qm6MdzP/MCADnEExQ35Z67fxBmEjGDN3xjbX2qM8s8uWD97iv72bWIRauaWVKYdnuBjTDJRbOE2rkJ9GG/fgjBWzWg5pKKO2E+eY7ffCg6JvncXxRMFM8ssGTmwmwGzgHjgt+Rp1fD77OWZwZcTLDnLLXDhD3eaL/z5K+WctlBF/CVLE3FinLF+za2EPOryt7T48rwlT8qOJXyfPP1BzwnTmRD8v3EHR5Kpt2Exy7yn5WLZsa0/rvQ3g/LXwlULH0ND40ejaUtSP7GsXnf74AzFsTemcFB3T60UxiyP/QiMQ8SvF+YueVf75qjcpmI3v/a+hjA6Iaa306bT9cwAOrb9NTCFDjgPGQyjzzT58lpZQRmwkr5BKtoo2AxnareAabEYOmq6b+ZND9zaY/X5tf2vq9fsNxlBGcNbrKYixiibjcUjjhIQyomAc4Yi+2Udb02pbp6DWnrPY/lGG9VZ17A8qmH3vvQtmj/vrppiN/22cH75gdlFdBbP/eWCbzT/622z+sd2hjIcnGcwuuOCC/xiYSV4W1Kj2IwDlOi86Y7gGQOKdI5YAUwRWydqFwQ4/eC48k7Q9dU3nFBh1XOdwr2iucE6ewBfWMpd16sbI0MULxfyjjQ8ZvDBv/SHGyfyj/RQrGCtNLatlVDcAq+Op1sMKYjjTrJXS5kaK2crczZxeld2XFkAacYoVbmcdM7XtqB0wPWDTQn0/KL6HBiIEOb3hYBuP/AwQytheF7J9E11O09BF8QMDXQqQYV7BjFlFk+dWPSUtUXFEpqG8rdI5Zvvr+CycGQmyoJLVQrlkopwZqKkwkN2ALW0jr4zPPBskPdS11I3kNkZgtmd+LkHz4HwmwFiB0OIJPJk6tgoqTOYldi+EQaoeI7lkdCtwITs/4s6aqsUfT2ePyX4yLS4UjojwvowHw3OTIpXVGDllG9NDt1WB031RTh4rj8U9H4z2ICqXrSZnRFEq5R70vJ5CqVDp3Yc/H01snoXMM550xsZQ5Sr7KDLvr4NipgDmcg3WDBww8/LMDnovGekM0Ztmx8/OimuAWQxlOjcIk+gIzGxDx9ef7CwOxLQSqmSB0Cl9gJlAWYOxZvIxgFJmYDYQKINbI4r3FzqS0h/fdW+B2UPr+j+uEPbcWhqE1bFW58SAVjJgq5XMtYJYZJ+vMDZ2KOPWrfJjN0YeC8w/vLBFaSdWylB47D0p9b8lpV1X3ztg9vh/LRt/K8X/0Y0Mnqxu2/nsN5yxQ8AMMDQ/ya6MN998sw9mDqwAlAATpGh1DGUGV0MDCfRbYUt58ATu655dRuDFgFMc+3rkjg0dN0YAnueKiDmG0HFCFB0wE/WL1gLG5LPxg7UAJ1dNA4yJmjZs06yYydllSVUyTKHf1DCELgLaTBUbqWSYY1fGVrc1CGUEnNW5dmj58CurczcmZZEpYxgP0qbQlzw0yS9DKcgxS4FyFuRroL1stvmLHMoYhoXN4IVH3BhdMEMcJxGl85oAMNP8sYEztqo5Z61NdvnY1EImu/y7w0i/1mfCqw1wZsBF+WIEaSV85+Q/YU/ALLc6fhVF2COZgHBhyixpz6FDeMFnsCDSwZitYhOOgus4ulEPZm51YThrP4AtN1ULU20m240pS4rt3x044BslMS8pmBCYIszJtKJoPKLuj9Q2A8EsQINHw1BRsCmcdyfPRRCJ+xYFNTL5kN8RyBX/xxGPDIIM4BqGSn8DrANIitkI4NXMTM588tn2T7KkNF0EyIISruMcM8dmQgBM1bNIR2Ytec5Kl/CTTWs6Kw4E9M8CiJGGzT8GyfnvVNQO1LMlok1zZtxvuwBSoh5X31MFbToAM1PHKIRxwApZmweQtSJhjKKejcIYbTN/eNu9AWbfWiGshS7OpB6rZAC0nGjcAbGeC2KioMma5ENaGMqYt5RfpqGMCmNYD+gaxvb4vgEIroVaRnVnNYHaUh37ngphf3nPg9kT3mChjD0nqVaGXHiTHLPPvOasHWaXf2iSweymm27aEpjJeGj+0ca4L/eTvm8Mos/EfVGuvM9VGOu0ljn0vZoVKw1P5D7aOh7CmLotijqG51UrfAY0Hi88hD6DWa3VAKS0AoADmMH8w2CNwWx0DcCs1jAAaWDWfWUwfz1DVp5R+MIcxv05VctQoJghxWrghTMmGstYC56BOyMpZo1rNAJAf7KBWeHvcVHCU2fRplhOB8wGmWEMIBa+6IgUaBsSMMOPncpyBilmwEhVyNSNMUy7sfF+OgqHxQDKAGPo83pfG8A5ZnsPHvRt6ONQuNge/wSDDmMb+G2JpvTD9nT/8X7jR4n9++PoR70uXjn+D/hqm/5C2ufe2U+/0N7iAWZdrTv9H7it2QzW5BqEMvpRfqH4FDg0cpCvODP27fyyM9VoXr88ipQxfyxQzPyxQE1ziBOk2VuCI6MGi8eGH9r259j8Y60BGUIWKadsQGoZClwZ0SZQK4Azyjdrm/n9W+5JMJup9Q/V8tMKZD6gtXZOJfcCpUzHufSckMYUwRkOzA2hLMgvUzgLQhk76Qc5ZVIPoZaFJZGK1vvJkvq/UWFscM+B2ZPeZV+PZee/sa7Lk5uoi7X50y86e4cpZgcnGcxuvPFGH8zifLESHDa9JfgSwPMMPvg69znQZsVMlLHgnDFRypzaUc+idSF80RyriEXzyPQevE4OlfYArZB6NpR8soKxBlboU9hiZ3Wq9dBgrGAOYFZL19bUPs4zA5jllm/25cHha8OcjGkISugreEEx8xW2srcxDJhFvrRF+KIKTChsl2/9JjDNNaaJUoWgmGXLfCgIEZrG4dJ6QFvgu421ADPAF0qOXmwcAh0Vo00oZpIxaxvq4bt0IKXliPmvZ8X3NXDBrKR+M/9gpWzzNzheC8VMbPMXElwZ99x1F+dDUTtjyHDFD33LkFjEBIRs1clso5gqhXUFStPd1bFccANWmwjXsEYem1Ux/HXsGr5HYhdCPBeeI2MpFCw8P+7Exo00RnIUAjnz3X30WYmCoohxUu8ybOg1ZJA/jdRClu9sBo9CAyJL8ufZ5TbHz5+ygDJ+2BxaY0hNX3rW/VI6rasAVaCaGZhxnbZWpu6umK35oYwKaahdQFM4W7R/GXeMEEMdGQ/4ebCxVYYUZ92wpxuIwxfHUc+WqVQw27WwjpUHcn3iQmpZtqcosa435QEamLrUeza+qXXqrdUPMzDrE4wZkAmYUZs2lFHLXykvpvS7N91TYDZV599QoevFBF4GZP1asrWl9PJoXUcARmeUKaCh0HotuI7hy4M0lLzV/DL0pd5aCGPgyAjYEhBzFTPuvyWlXa8rqb92z4DZkz/EOWaaRavgpfHlGLdrupQ/9exzdohdPgDprkkGs+uuuw57Zlhwockx4SgABtzD1rRawMo3AsH9OJcMoY4CX655yDjKlzpHes6LHvQJgKl7o877OWaSV1boh0HMgzaEJWpfwhqLOuULoI0Wcz5Zex4+TNrADWPHzfgjQSWDUlb7qU5DMWv1aAyKGQxAajt96diRq/K0nD825YBWCGx8rR/KuOqHMooRiLVl3XKyYqoZFLPY2XtGUtLHzHooUwpmmmPmwJlsypn3RSZimSE2wnb5JZ2R2Pwj6wHSMYRJHzlnU+bKCNhC7liBGha9uUn+GZwd22YKgdneO9orqL70J3FcxKzGGsp3hxhXM2EOPRSgIULAfVFb5UMFoIpoAnAi0KLXZw6tpBwwwR7aKyCOc81SkAYuvzc+641giJQ5AzHPsj4nBj0GVO9ctyyiGs/xX5bglEY1l44BWPPbsoRryi8tnfu8B6Y0nQTE0B5aETgLlDMpCGWM+QV1wC/+ucxwZlRHxn3iyOgGAQYQJge3KZhB+luVdvRP3dugyIDNnHz3Iv4rOwZS4s8CcCsujMkODcx2HSMoI8UsDwBipJJRSZhDf9nakuz7OzfcE2D2xDr+KxW8XrAOXH0DLqtbv41HuWY9wJaYfkjtGoI4BapYHNIYqmUEYm4t7a2DGfdRK3gVag9HfdSJ+glr3lFS78dS2v3Zkw9mT/10QRjjCf0AzD7xpPN2GJjdMclgdu2117ZqGIQxen1XxWI4wu8RfVXDtI/7B/cVYNw8lFEPdvbCHGVtaOSBz5K8L1XEwj4aXk6ZhCsyoBUvzFHzytAHVGH50DqknHW4RizyU1vLxh+YM4UMh0yP+jaWWk05Zm0ufeHYkSvZvKOgZkgDr2wAZrnVzrfPUMyO9ohZGNKK9YuAGQrN4cDpBT7bVFmmiA01XhkyKWZF4cxBGgI0IlQCMwllHNDDYnzguZ+R8wns8hfzOssc11dymH+UtC9lU8vw0kMGH2LyMRVAGq4BmAHI/Ace+G0JZSwS35QBZrffzpqP4x4IECB2wohBU/E1FlpnOVikktH9cR+BLFLgsF6cE0sumNcwPdsTlmcNtgOQ0J79IEZdz1hklawjaCl4puybW+oa/UR8kvR4rxpZib4Co/4GFGjpAWl14C5Z0BDys8Z5L3y4QZiFM86UVq+PzQxru6tl2Nr+F0Y6pqHbe3ww038NGI/cGzGvfhmLCT8Nxs5DGKNAGYGWA11B31fMBgGgYY1XaD6bmSHqciSlKQtl5Kf3PSSJpzPG0HcgDYBmfJN6xwzGuBCUaUkOtGWhzExg9lvXnWwwe3Yde3OFr31QxKCQKZCJUtZqqGpmn+/mmrkKGkoMaJFalhnAFNI8tUzyyrQdFwUxtHkcgOWCmTOHkMchraljR0rqv6yC2cdOLpg97csGZqKAue1aEvoS6pgtx+xjjzx/hx0wffskuzIeOHBgLDAT447C8IIx/IRniWHOATMeU2XNvZ8DXLxWAUg+h5/fhShap9Coqhjur4Cl9wjaAmoEfgxm6AvAeXllMP6AYNbaBZ3Wr4X7DcIAa7DIxzlnrT0CMeSfNYUMYFb7DcoQyrgOZmsLV2ieWCLQyqJ+CZj5+Wey5mg2V0YwCbUJzkh4EiNDzjGr7XlrC8dI20IZyz6Yf9hmal1CewxJnqO547sYzKKQRi1CnplYpo4dzuTKmO4OZpR5MutZ3ztgxoqavHuiLXb5OMds4KpjGMsbxjpBOUMmTUl7b701dgcu8Rlf/tlXtCC6tf8ZwT089S12NfY/VYe0rfM6p32iJJmkCMf4wG5Wprb+o+eobeWCpA+ag/s4w+6aC17ymAZfeKun0hGgtfbx2jZQw//ofVXfBzOwizBNKCwFqhkUszk7tpAcGQM/w+mxgwBlkwAzhTAt8fcxEhmI6MEGZQCzvasWiFlsByPIcnaQ8SdTrc/WZ8CYFdwHOWb9NQpfPEqGHwMBMoO24uScJWqrO+NvXH0ywey5dexNFaxmGcJaG7AlJQpndOzz0VYFzcs1S7YmCagJjEFNo7FIKUNba9+VsVPzDwpXdHLKZByAVdyQxRDQMAe1sB1I/YqUdn/k5IHZM64xMJNwkOTBV95cMfvoAy7cYWB26ySD2f79+10w4z5UqiivLLi+qNok99T1stY9dDrpfTzFLVLPnBBFtF3IipQ07Rs06TUhmHEfUIVnCGAMih3UsDYRGX/wuWbFSgf44jHAGMYQzmhqGhQzrCuWZ4Ywx/T5tYXLRvxBYYmqgHnfMheEO+o892H+IeISA9ggNAnzHc7mrI5/2MRZjT9mvCBAPbiNCdUx/1A4EyMQzA08X22bgwTYwKwTMBvBUyFXRntqAzC4MRKEBaXYnyMzmJnaNSCDDyho+samfTUHwV/pSO0vjAJNpm+5ZXyc4qBHvSI+zzi+ebAmzrPGtD7X+B8T/2z/jfQiPDWz3Yk8i8+k4QHiY7OrP+CT9YUvfzy9wRctTS1r86aYDQnQHBALwUzZJRaa0FbHRrXNnzfFv0s9U/TV+GNGDpSO4cwFMzifDOUcM3I1kc1RHyxDwhSJUj3xzNhdaxyN7T45oCs5Kpn2i7crKGZr5Lw4sFrCFxMraAOEMQqUYZ2g869febLA7Dmpn99UgcqUMgGz0PRjY0ArAmcAMt/sA3OxWnYSQxlt7VbCGFtJG6plJQYxjEVghvkjBXB2csDs5pJ69YYlR9/cSVxC8e/WHvfDF120w84xu2WSwWx2djYGs83DGsFpIaQJRAlwhSGRCkce7GFNUviSfjdmjpnObQnMyFGR+nGOGX0G9zWsEf2CMVXLeI4t8QXOMD4kOCsGXTAJaUrY0OAs1YLDpaGSjfpNIQOoMZh9dm3xK5pXliM1jMGMlTVaU2h85HLWOIThrLQ6KpKLZorbspkYzlnb/2+bE8oIKMt0VpmXp1G82E3+BnoXfX2ea/GgDBvM8jYneWgsAR7ZWDE7g0IZ6w4ExBjSirxjClfbOlcxszoHiSjYOPez9Yu9eua2IYQy3nQzGUbAxCNToEZJhfObE+Ug0ct9QbN44AYEGVVk9mGzpZBig5VsGIKba5BkEbBRA5I65xzRReYbrYXPUBMP+3xlDzMKkX2VUvisMLKWF+MMiYZhQQ4707MHYEwiwpbDUGwcgrshT4xEOTVuwe9KQktHI4U0SlW8ixMamdf3f9GrnoT/zkgoI8CsIzCDclbL1FDf/NFmagCY+eJSHPXnn9WsB02bM+Pa6O39XDX+sCIwBtCKLX38UEb/nzJqmafzmo11ED2ojvOtlAZmq5QDG2TwTnGOGUrmcT/adJrBLK8wlEEtEzjDww4ExmRefTR/9fLtB7M9Dcpa+GJTygBbUMkYzFAk10xgTMZIGWNA881A4pDGCNAiy3zA1viKGQrG1lrbzSlDW3PL8hi5ZcmFs6HbBpz1RnC2/WD2rEPr5h8pCFcM3WlFMfvQWZfsMDC7aZLBbGZm5kTArKA4YDbMOSc5a8xXyeL8M1W0XMUsMgEJVC+FPoUqzG2orPkw5ithfB2DldZQwRjM1PCDgC48t6z9tLYcLg34gjqmB0yntraNq11+KzZeAGZt7mvAbLj0JQaqTLbRnG+mahgrZqi9d4QCMONovwJOoXcFzjMjQYmPAYO72Vxk/sGhjDhdJ9NrQ5GcDacwbUI9azXAjDbDfWuXIMyxsFoGOIsPmNZXNiqAstZmWJuCQqbF1re5bLoAACt4WxNVjZW1FYRBisXBME3dcKMmPmniEnAktLAvThqSvwAAAv5w1vp30OejW4768qy63H0e33sQY4HdPD8hMRnGDVYzwW1ra45YuE/O5SNwDn/BzhAq3R/mgzjjrR4VAGivay597TMAY+wWAaVMQhs7A7LjpJ51rmKGGq6MnjLm8w3W+tb5Gs4IMBukvS1jLpV0emBO5Kj6sZsJ5gFm8rBcBMjMU2OXiUl98M8GTvTZ/rnvqu19DGZZAEwRUlQyN/UP1yuY9ehh8TB5ICCGgg0qkKHIYdO//NXtBrPn1PKmClD7GMJEMfNdGd0Qx5xUWSs9CmWUcEZxZIxDGRXMMGf1pvll/qHSYSgj6vEt8juFMs0tc00/HBCzvipn6UgH5WxbwezZyyMwa0VtndDx48DFixhg9oGZS3cYmN04yWA2PT2dCKrcs8bGMOYIlS6nHeaOBW6LPMZzCmNs7pECs4/x4SuYs99fxhwfAE1r1RIf4An4Atwm9L0DpgFcuM5RzBjAWpWCUMbUmtaGfT6bgcAiH/NwaBzNAcwsH43BLH1muPxFgi7wiICW1ApnOm51ZjDLBGSblAELSyg2hnCgpTD0ikMZZ624eRtSOHzRSUwZ7hZ+yZqEYlBWOKQxcgcgMMuqU4zOMTuQCl584qdXEUCs9KcM2GasbmCm0JXTgCz0sbHVANgklNEUszwCsxv4ZZ2hByTSunR4Mqlk5Cic6YW9gDzUwAK/Ok2pyraq0ETXuu2zu1RKbzRcendfk7s29u8HX/8be2cBHEfSZeub1T1q2/N+eszMtMzMzMzMzMzMzBC8vDs/0w7Pz8zLzEwej1pWdz5nO4/8vbO3lLLGEat4ehVRkdjVVa2xpj+de88NKEMVEppnX7GSctFsKWAPKmC4vgoo8yF0BcBe7/C1KHJN1369jxWR1sV4q1Tm+Pnx9q14tytoEVYWoANfAKgK3tsNT6rlupfA6wGcrfNv3utNmZwkGGvjBmJUzgzO2gn1jP9YHMwcxgb+GWpHBfNpALLe/U76R6pSuNPDK6oTqj35v/js99XCIMz6gLBFV8cEZAtnIJ1gGYHZIz23rPVD4w5gtc+LpzF/cTb1D2BWrlIpU78/jPpYixTOrA/K/JpX3EowuwZl0zUoK4+4AV+9zUMZbQ/OyfeWG+20kBGImX8YpHmB6TaHdlxsOlPOamadnxeV1jzCEzcdzKSYqe+ARhMQgphawhdhrAouHc4EZklbo/zldqecLZ91y8Bs82aHdaJidvJYdQO1umPTxb3Lf3vO6pj95ll2ZXzFK14xBLMMiEaQls7ba1ozUszmcspsLX9/KzBt+8Yq2Ty0peGLmUtjO/x1BC5uJNBxvpuuCKwEc1o+NpSxK2WEMe2V8+LR2owzo1Syttagy8GMxaabbX6DtHjB9spL+H/BQqMPT5iHqlZpqc+wRu4zxWwf0JXqMokz4z69MgBmDx7/O66/+T80MJvLL3PFLA2qMcUs9GBQzKqrZyYL0mpS/v+12+X/7SyehYOZf0Xz/DLn5w5kUsq0dhyY4Wb7XL/x3q9dYasexMVqTe39duU9yBK3ppwxL8eBS0z568aT1LoGr3YXyZt4gME1bczJMvgQB7dsKhfZ8ZQ/g3lpU+0pjvkX/tv3ewt9o4dCFhp3EAtBmfLO+ri1VxHemPzBaW8ezLzvezC2v8Gg0l///XUQj9kp+g3KgmDWoWy7ay9iLgcxPID1XTGztkOYHOiXXTHLIgU9ZavgoaiYXTIbfNf45uHLWLtgb3OZLwCz3bmW8UcOY5rXmoMZxwKzr3rZrQKzN4hFeXosFn+PQAVAA3D1/qyCZmeiotXJQhlhkY/5QShjoH+rQxnZz86t96mSaV5q2NjkA+ONjz3HDC0A7a9rTG/dkOOWgNmD18BsUab+FyZzpirzv/D9qB3Mbr9v+e/OmV3+b5xlMHvZy15GMBvCV742r3g1oEA4owDFXRrV97pmBCBeyyEqdWT0PQNzD19jH+udobDG/W7+gTHfy8MVCXisVSZI27R+ppKxkLQYru3vsBUEtNbSoVHujACzXQvDj937dqWMJiACtgZnstRvBiCba+No88/fXnkxFS4ZgQRBy1udVMhWuVlI3csVs31yDFgGYAaTEHz1F5iV0bfZ5sr4D1hc2oCM7Yw8WP2LDsDMc8zUXxcnTlCpF2kDy2z+drKcwOyRPTcMNczsi47m5pUzh7Up1imM+Tc47/tYilnpf0KvPcfs4q/9WviRlyrzYzyfr1ui1Cmu6xPs38pj3p3w1r/LyZd8mYOZF/wdGJ38+w96W4UxWigjLPTb3KoKzlw562B20NpUMTvI/gVgzLmxy/xk1vllJ5AftCDldnYoCypmALPtrn+hjQFrM3jDeVPMaP5RukJ2W28X++ZATzgj91id5h2Y7Xs8gvqmkhW/Q85D9PQ9ATALEqOUsta6SoY9xGQ9SMVD6PyCF5eHr5SVi7Eo98Vieh1TyFIIy0MZx+YfXuNsW2D+YTDmDo122nzcslBGs8rH2E9BmPe3VNQsbPFEgJaCGefmAS2eVWP5FjUWB/Ewj/Jnb7rZKWbFf+dVdQYXKIpZuw5m/+D+5X84Z2D2a2cZzF760pcKzBJ1KwWxWcMPwpMBmvddEXOVai7ska/1NYclh69AKGM4mHnf5ghSKbT5Ps0bgG0Ci7qfDmPq6xox48goePMaZqljo9YFX4I4KWB9vs0JtrSv9v5uvfVZx0z9rpC117X5Nm798rz60AvSP1+uMBaoUVXTmHsAaBVjsso+xSViAM3D1AfDKN/scnS7/HoCV8by95tNvilmt6cm8nnsJmM1CWZ4kHVrHdaqhztmf0o3MAs/YhGqEeQomQczGXxhjcpZIMdMChhVsTzmyTROGydg9iu/khZHLl4gWhOlzx1toimEChQjrNHQZmrvSuojpPX5tqfSkOLobQtyvNzQQn2EYQIoZOrRX6Xno0W83lPX99QrmX7oJSDQjnC16HkR5uk29Gwt/NNgUMWto6Bum0IwNbfbh89Ha2YY5gDHbLNabtxn0YeJe9XN92sg7LHP4Bql7/0PH/KOhDLFwlFBM/WsA1o7V9veP+xQdrX1+7wUM4KZt/w9Rh1Zbel6MvqNX9A2MPvrHZg9Ksq1s1vlA8pMKQOQbXb9C0f92vsJnOWhjOumkDWYakoXVLL1DTArfS6SfumusmKf2kIZ1zT+8D93AcwwxxyzFX+Hcb72+aJQxgNIeGuEL2JceKN0XxS4Yd69Mz/vYYPZI2NZfjYWi7d2hYwtwWwcyjhXgLo4vA3cGfNC0x7KmPcDZ5m3yh/ml1lOWZ5bxjkrJj2hTQpIDxSyIZhhTw/3fEqN6X2RNXGqo/zum9xQzCpXOChcyAtJbtsHUbfxLx9Y/sdbDGbLWwxmh7cYzH71LIPZi1/84gzMTgVp6B/ryMg5h61kPguF9Puay0M7Tgnj2lzfwW0wZ2CWW+KHjb122Vytsg2AzEMZOXbr/JqBGRS0I+Dq6tim1zOTEiZXxqaUte0EM8GYDEHUL8+pDz0P/2fEaXMOY2KWHOI09lDGE3/t9/NBcMxftvHwL+8XPcdshDYgSoKbTnNlXLeb9QdjW3zOKtN22mx9FJjmsZRnWxbGaGjpYLbqDo4XLMfsouWY4eYFZh3W/KZtT+trDGfGEJj98i/fcjHF59nL5sdK0Kmc38fZAINaXacV4rLnG5cfGCtn3ueEz5OVT14fzT/M0x//6cPf1WAs0N8anNGp0dUzGYK00MaD3ZyHMu67GH5ke1MAYhPGUxDSCG0P7s5uxBrtPZrX6iOjdjA7yiuz0MWt9Tf9X7H6DdQEafhdBjDrXNJhrLkoLtY9jBEqWTupjol/iotQ8M2oV66D2aVqNvnFLfHxI8tArSQC6FyOmVSwCf1UJbM8s8K5pPr/Z7ywPKxfVFP59lhMn+YK2XwoI8FsbAbCecEZoa4SzqKc0j4/ZtvDoWo2r5htjgtfHOSXEbRy1ex0YDbfBl/7TTWmz42HcZRfuwZmJSZ6QbFMS2aCpNZKnF1XzP7DA8v/fM4Us18+i2DGfbNgduv7kYUbel+hgCmomVrm12Lr81lf1xwbfOTKmu5zUJ8sBFZc4zVgiZ+FMqZKmc2ntcuSWmaEt924n60fArV2fSpo7RSYyeyj9R3MuqV+eU7sP6fOhCjmypmPmXfG1wHMpiYiQVySZ0Ylwyj3zAxAEPXXxpdLD2XMCvbqqAIzuDLW+UR6wBceyBLlSi8wrZt1qlSspsaiUYJcZgByudcAOKzhD7E8+pt6NawsUsIGoYs5a9OVscSaOoApaP6glm9mpXZL/9pZ21fFX/zFKEHBKi1VrEWSDR0soPTIJCNyJa5SEUIdrzoomQxYSNOitOxQYqpfgcQnBY1jvBCW+/UYWKS9f1/yjTTjgJ6n6cwgpTV0ddRHxKcuXaWqQVvIyg88ez0UR9r521HQzd4DQqf6hMD/8lHvgb+ZMHTRwxgz9cxDGqWeXY1YrRu0UTGDGN7gawdhvT9JEevjtsf67YSWrP7lHs54NS51MDtyZIRqdgHq2S6MEX3B2qrD2RGkdVDDv/rDRcT+dQi7TSrZGlb4a4EZgIx9sg9SugJ5Zos165dl3pHs5206VwVxFspY9nkaMQLU0ALGMG9Bp5/0/NOD2RQfH8vFd8c0LSyEcdBmIOaghrGdBmnd/CMPaeRcZp/vLo2HEa1vQFZcIZurZTYbynjVAc3gzNSzm6pZtrH1TB0DeI3ArJ2H25g+PqL8yKnB7BVvfB3MEMzo8fh0/sVhU10x+5/PXP7Xc+bK+Itn1ZWxQ8AQzLR1BGClFClGae5XKSUIWHP291CefD0BqhzyEvOPQH++wLQ2IOzR+m72MZs7xr3WrwA1KmDc29YLgcsUtC0hTaC2uU5epc/v+lDIdAq23Axk21UzwZr6AjMPbWzzKZg9K/afBZBKwctPV89cISsUnhqYMYcsLPpPMOYCk0CNtcyinTL/GB2XlMNxPZyx8GsD+rrJCsQRjGGPzD/0AMgps0SUAgrVGPsdzlTcKA9l7OYfhbkbDmIcSxVDv7XF+tEVsX2YfKzNDGTdWs3plFrWH8KCTgFml171qvYuBgoJ6OBbeC0AEsVvVFjDw/GwEkyOanIBuCZ8+WeoZKec3Ryg0WquwYYeoXxtQXeCe90G1rSvH4I2gZJFrcj+HsBaAKAFf0DVNRTup0+E71Osohr2MZaUJv6AKBKgyXsaI8SSpIh7Kub8Qebm57RrGOrYf059B/gc16rxXz/+ffsffmCXv6KChnkBmbcOaCvlnF079zZx9QisFv2/+MUOutZ9Hn0AWqiPCn8lOr/EPsCsnYe7f8mPhB6OUEYEHauv+W2b6+cW43a91t/s+m1+FWWzOFLJbqNKJiCT+NROKWRXekveMUBrrVSzaS0oY12yUa4rlDP0VxXqWdV+gdkhbfBv3GzgZqmMed8fxH01P/a55ZRq2avFNL2EIYs7NWwMaEMQs3Wu2bxUNQeyOUA77gz2cyCzvhuA5IDm58giPy8m7acpZJz38fGKGUA0mf8fEeVVcYqjPP+NDmvDMv02K0Zms4et13IdzF7nmcv/dovBbHmLwewwbu3xC2cZzLpBxMYgizDG/nzumL3WwW0Qyuivd4WsCoJ023ZfgWLSQVgcKWG4BqGIUFdoid9hiPNU4Ahm3idMtjHBTKoX34NKmPaCyoaKWZp/Rot85JsF4Eyt+so105znnEUDtjaGGUh5Ruw/0yGMSlkyDwADoK2sFhrm1w5lLjjZ+IqPcV4+eSgjq4BlWIO+QMzzytgnmAHC/KHWRUTZ98xbTyL6z8Cs9FDGGo/2GmbARePpPu5gZoWl23ybQyhjBzAB15o5Z8Rnwps/DEkTgVqbuPjKV57K6eEUnh6Dd8kLU2N4cpMLynqcGqq3/gz+ovFH4wWhT28jMnhcu2Yq6fnrckVzbH2S/Vxtn8BU4P3fP/H9pZABxtDu8sU4JxVNYIZwxtW2g9nmhnK2dzUOjtSxRaxj8pDF1qIfCGVUP9CHaoZC05u4pPyyo/DFIJhBJQOkAcoutHXA2fV228HsMFYxNTBralmHsIUgrPUFYlDKJosGxFriOt8VswP8bupPcBqlzM8VrnWbMleQU4Ybsxs0IPP5LJC+PciHP6ecMoTxJbGYXi2WS4BZErI4ALIxmCHfDC2gDUYgiYW+5ZqdvtB03h85MRLOvKi0A5nWHcKScEX2B8YeiU0+ny9X0qQcPr9Ged3TWMyW+99wZ5ffwwM06+UdxzUda1fM3vRZy/9xzsDslWcZzJq1OcBsBFd1UJ8s0Odr2XLNoU3zx9rXzxSETvZZCKMpbOw7kLUuX+9wZ+tqZ/seyuhhkAxldIXMnRj7fGYA4nXMWpeqmCtmu60wAqEzI8FMsCZIk1OjwEz9IzC7P/YfEH+QTUJ9zGm+7vb3fm9LpqDt5sAxLjRVCErqV6/Z3DgH9YBaKGO91uY2fehfkvkHwMz/jksbSpcCNa8x6pgBuuy0B7Q5p80HO8T9df8/gP22XkbEo3qwExWzPPxnEIGK/l7UmOKAKtjRzVVCGtZGro2s1FTa18WXv5yRGlFBATkgZFlauXBTY5Q2RRjTHO9l7PHo7281vkx56+qa1RKzsd13wb3UjBEN5Mw5hXszKdL5be4zqRjohsZ+mNjr7s8FNd9494VROSjXBoGOA722P6CUx//xKR+C/8CrgRlkl53ZB8EsC2kEoMlCf+/wCMz2d4pZGJjFrr+mQkYQ85LtgDNGL7cQRBrNMyhZkFalezugAcR6HwqaQhxXUQ4XseiGH5MUs840E9hGypnGGZwFW4DZdNBDGYsBWTXFrCRpgXN/D7QaZ8ueY2Y3ZsDVT41rX/M5jb0i3Qc9q5wihPF7YrH4xBy8cvMP7mN/XNcsyzcriaJGMINNPvoGaCeCskOOHcZ8TBDzUMaBRX4HM0DX1FvULhu6MHKMdhTCmDwjctO+I6J8+k2D2dPfcNMVswy+PI9sDGZv9+zl/zpnoYwvP8tg1uzNHcyO63dLe4exNn8EHjPqmlviE+Lc/COOCzP0PDUHMYfIY1wZPfQw67thiM/p88ihbD6U0YtIp2CmOmN9uiQ5Zh7yKMhzs49ok+wLvNpEb6NDGUMaK8xBGM4Yvd9gTfOtbeNy/7S+L1bkEYOxlcYdvmytjQ3SDMzgcgabfIpLBmsKkEPqFjSZEvFX9Vo7r0y0fs8rewzVMrmV9PGKoYxmR0nFDDLg4VLA1WkTdLkOhDAWyITVoM3qAMznmHUwC4AZrPIRopiCGJ7Q2XovogdjAcBgn9/OyptWeCPnEl2gKlCr6QEvfVnUqGkc426KmVGVz14JciAPWPdZmB4uGKWa4UUhkGi68DrGPPU4KkTkZe2vyf/0WQhtUQ2eEJKYuxx61pjnzolmPYTT+Ir0g7BRAk9UFOI2RPVct9abgdFSDPtwT3RY3PVq7/NHFwVMaIYu+G/of3/GRwjE8MejDl+aU7HpVcV6G0dvUeNs1XPNlG9221EoY/9XMUEZmwRbBLMe1EtIczhr/arwxv4v5MJR9miJ271WGSGstw3UVn0NMNbmBGl9XHtYY2ymBmPt7DDW+zgnKmcOaLDXT0WnKwKzmT97VYQpArYuCOIofCKE0aMAlqUrZmUOxGA7iZvFHrQzRd3e54Fyk2rZO8eiFZF2RczHeevwNq5rZmuzlvolaiGU3UyuWczkmJWh8YeBGc5Z8w/PKcNanKhmWQ5iro45mOVrGh9ijL3qv31EeVrcxFEe9/o7xQzx31570hOa82RnFZh+t2cvX+1cmH/Akf4sg9n+/v5NgVkS2ugAxnmfY18Qkip0VMUIdoQjvm6mrlgOeDmYKUSS/d0CFTTmqnW+ZI0x7XNFTBC1xSKvvyXkaV9XtrRGlay6WgaVjCGO0SFKy66ehcxAtM9Vs76+g7B2ES82rTyz1qdidl9Z30uly0+ClocpEtr8Ndq7bXWBJhl9uHqGCEBP0xLT0MgQkX+X55SByhyzx8x5Gg4cTVZS0iAJXhSYSd7DzdcOY5mCRkCDDOjRf7kro4OZGWT7XXPMr3U8S6yomPEklHGMr6YW4gho6z8dhTK+5CVx5o5xxOD/P8ZWln+nn+2rffZHJ+GLyZjAtmKOGfqr6mGNHcwiB7M+BzDDvMZVe5JMprIbC8xKt8mPfirYuFrGaJ9Hu9I8IA1gpjmCGcIYC8Zklgn9OfYpZqM7rfvdC7rUF5TNBV5Um09PKmY7MLMbXHMub/13litois989/tvBswuxFR+NRaLf3FyMMv3nTCUkesDQCu7dlNyExB3ZczPuJWhjEPFzAHtJHlltwDMkHNWfc+cgvbbNUozRVzHCY/yE6/fc8wKKvqDyuxwR0aEX1wHs/d/zvLVz5ld/kvOsivjAw88cFIwqwMYi9Za39fdSl9jLeZ2+bkr4+z1Mzt8vh8Ba+Z1rooRjgRQuT0+9pkdvoBfY64RJrXWgIewpn47gtfX+lwoI9cEaXRhBIARzNineiYwI6Q1INu9XmB2d1nfncOYjU0Nq71fWp/7rC+7fIev1vdi07N1ztoJMGOOWf7NUIpZkqE19DBEEp3Dm+zy17hpD2tcc1ypqkEKtAfKzT/kythLz+Z37yLninXLen8VBaAGV0b8VAqostoYmqbhdH8gmIJXgdmLXjT4Adk43zsyxEdnkAuWX+GWEtz8247DJl14U02vYH2z/D2GyWO44LiMwDg3zz9Dfzy99pQId3xI5Wt8/sc5kDmMCdJ6H+eK+WYENJiB7G3jKpwYCWRrAhvmqZJJf1b/IQtv1NnADL+b3F+VMKZW8+h3d0bsaX21ZTPB2KNBVIcxU8mQsqVxLjo511zZhUYKxvAEZuSRwVcHtxWNPgB3K5iCdMUMahiUscCDVNBlHAdqei0e5J3uPTmYlfLFsZi+6v+Gq2Vru/p1WjDzcMWTm4E4oNVpLtfMAS2snlkOZ7ldPqHMrfK9flkMgUz763xOmYGXja3dzoGZKWNbzmM8o5p9Xo3yjXHCo/zI61mOGcPS1Zp9vo9VYLqh2Uc9d/ma5wzMXnSWwey+++4DmOUw1t0WCWPpXr/GXC4Z3BuDjo1trq0RgAY5Zu6wyDaOKRodPmfKWQZmOPK6ZVzzPvdxrre8Jg0/Shuaaqaj3BDVNnJh1CW1cOTKiHnmmLW+55jtYFVzAjKBWG8rIK31BWmtbfPlrrK+E4qZwhUNzLC2l+eRlZVUtAzMxCVgGbYJ5zyE/hU6NEbPMZutwaQ5KWYN0BxrHMb8BG0WPODhbf1BKuIuCx/AQx0pFVJkQtKcQhktHA6hjJZcnytloxN7qZgpCCt05kBm647M0gcu7+qZlTiMCy94wZBbOF/PorxFpvl/RNrzy57+gzj9dcmON3u11/qiT04UswCMca0C2Hooo6tlK40FZpWKmf6FUCkjmFE3Vqs5rrnq32EKYdZUygzEOCcY4xoNQaimhcBsB1umlq3JOD5nzNP7mev8dJDaKeGuBynLBmqtXRXtlWKmr3tGlWEUWdfzYBb2cFadLt727pOC2X+NaXplLBbTMWDWW44dtvI5B7XcTt8hrmCcG4G4UsZ5t83foH/UOpTNOjPO55ZtWK/MoEx9FpL24tEaz9Ypm2/nc8w4b2OecGw8vNZvxoi/Gic4yve+3qZGTA/7l7RElk987vK1zxmYveAsg9m99947ALP5MEWCVJIDVgVhbv4h8Oprcw6Qbgwilsugrx0jMON6IciJkbg2AjN732PBDNfmER2+CG6aFygKqnSvRdCmzwLhiwS6gEKWFZ+O1sKdkQWmt2qlrHX4akYx7doab1trYKZ8s7hrcfVO+3afhiRWAJfGrpa5olZMMUtVMz/nLCYQ+fdXJ3JlvF2BgL2Prw31YidJAzOjU2hQCmU0xcwfwoCM8yRPB7M8lNHAbPClB0oZAexiEsaYKWahPDOAWkVoIxQ07U8NQGQGfhG/v2mTzkgNgrUfzEsjrnKAzZaHpm22GWO+rNhudezusZBfHRPYadfXAjbV3in+geTONighELimBmqO+YBl31+4S/eQHumz1oI5flJVPZRywwvsx4s+7pfbcbz2l34qvtEjIWkP9cwAZwA06weUsopQxtpyzJBLVlQ4AqDGdQYAl2PBjHDWQg6lhXv1r5rDmc3pXHHuCMyomBWCGcZsC0HMmYdQxlM5ZgX5ZK6KKcesuMKfiJ3FAM1yzPJwxQTSgvMOad7vIY1vfmc5kd1HKT8Zy8V7uwpGACOoEbL8nDf78NcUgloHwGUCZNxb2hiQNTmIYXyKQtOD/DL2DcTc7AP2+MXUskC/tR2ODMwq4craahB2OAdkbpdveyy88cdrlA/uw2OP8s2vSzBjgq8nBI/+x1ij1m189vOWr3sOzD8ISM87y2B29913D8Gst97nXl1j1vzD87gcxjx0cRyuaBCHEEfr81nCHRcdsjyXzJSxyNQymn+gr3FmEiK3RAc9Wt/TWt8VM3dkrJlihr2EsupjU9Bo/iG4o3LG8Q7EBGbqNzD7+enq0+3/lAAyzSN0cYU+9vL17Ne9LMdMrTGMuzVqXgYgrZZZNzG8PA9lyDF7dETpOWY1U8pIkZjnHBW07dIgzFUygzaXA0Wo/i2NYIYHajbRj5Q1APPLnJ+1jo8e9vgYFyhm13UBqmYVXzNzbHa0djhratnl6wWmn/uc9hw3anBFIZQQd4xSer84nDi03YAUd0EsxQnFYYAQ4QBg+w20HMqwT0u4piDKn4H3TcCqqAcW8JdM6owVYFwf92aWxwhhRdfKaHIGEFlxrYAI9TJWReOPcR6muwEKt+gq+FmRPl/3Kz7zeozcqhLOAFwANaylcCYo24NbIxSzNf916GRxCfQ1n2VmsiS7SrFvY+9G9qiVi6/AF0KaUIUwFqaWEdrCwKydkwFYsX6wHUUCPgQwy/LDBFc09lCfObHG2QIzvXZZ4coYa7UOZxhzjvP+uwshkW/49JOA2fvGYvrJFLCWHDuYjUEtV8pG9vnjwtPbMsGFcdcmgMbz9KGMg9yyJMdsy/FN55XNuzDOW+L7nsOTg5kraO8eEY8bgtlXvu5hLapjdtoD9h9f+rzF658zMHvOWQazO++88+SK2Xx44qyyZmvavvG9nmNma6lCpm1Y23LMQ+tQrwhptMmvDm7YW2T24esy/yCE9rGULQttxGP3+wDoMa8sGijpebRG8MtAzV0aeSLHTIB4ZIcPt8bgPCGtz8mFUWAmda3142nT1acmQIW/RGNMaOPY1nMwywQmznmatrjHOEaK2ZyoYGA2b5W/8j4fDHaToNRNBmYCMihiazo1qu/RM318uQtNV8OPHZg9ooPZJUPK3Grawazwx+mhjAZj61whQ0u0zsEMZuDPfnaipeAw+ch3jNUg3xjjwy/q0+zllObLHPoom83VuFM8h2lyNg1EwvQIPuP0H6HvAJQnGzUFeuOia3eE4Tf42s+D4lVhNcrcMhh/7DmYsW0wFsw564qZ/4tAXpmHMqpva6mmjHpmm66YOZjR9MO18Aow0xzWBG8GZhaueCAVzGDM+qGxM4/9TWZxoDscmnkYmOFHWNSHaoZ9CGUETQKsqgPa2oDM9yZh2q/71BLHH7dFKc+PxeLVcjBzxczWx0DG1mqXLaGIEdIIYlDPdvcBIxALZTxMQxqDIY29n4UyFoOwyPPLPMcsDWGcN/wQWHHODT54jxXjDNDYz8cGbmM4e0GN8vojE8Ly+a9jYFawOgrsL9xTd2D29c9fvsE5q2P27LPsyvjnf/7nKZi1w10Ys3XPHxsBnZuEzNUxc7dGKmY+JvD4PbqidZxdPvc43PE+OYmxm4KMzEBCz0vY4phFpAmv/Si9L6gL5JLR5EPXoTtjQDnTHqlh7XR1jHPtKC2sEflm0cYEs6dOV5+SfKunt3pwnflkCGuEsob5DmZXi4MY+MUhbRAwd7l7ZTwYo+N2BgICztxikn2XCy3hbrtgCCOBy1ubc+v8PjbFLAUzPEGGlVDGBF2AsYK/o7tdPkIZpZhpjK+YnCu9Ty2gap4Vs1uO2bOe2fOd3TTC+gjh2zrkxLR7/eSvC6+nBXWJFu5Mi2p9qmawq6/uJKIe3waT/kxbRKccZy5S0KlHpQNkf88d1Qzzc18M5n6Rc9x8gzMF9wXVEXMOTse++cCURaO8whxfVUr1emZpitsbfMMX6neRwMuBzAxA1HJ+Czgz9ey2bVylBynBLLXKUV/ztdvqexVAnghltMwsjU33NhgzSCOcCcx6KKMrYhMYJWMcrlX1uc4TitmFSjt8AhcjT9EvVt0gkFtGQKMro4iyneE3neXC8qatHwZor/6UMlbLFj8J9asDExUxtvMKmlorSo21QTunplloo85aBF8OaAxpjN6eOpRRY0CbmX6kFvlbQZIVklYbs7XK5kGMLQHu5IBmQKbXm3HIWDUrn3oNzCKmo7oqpZxeL4u6je98wfKNzhmYPfMsg9mf/umfHgtm7rLoEJbszcBMLd9LALZxtczDFd35MVPlOJcoc3OhjKM6ZYQxX49snwNWUlA6hboEzNTXmGBG5Yv7aCji6hnhS2PLRet7O3C1QzXLeivlTLCmc9v2E8yePF19EpUxyCqJStb7mLfXYB8UM0b65fySOzY6mFExyw3vXDFzq3xCl06oY+oLe4xANwuDMUKahzJWz0Xr8l8fE8wuz4PZIx0reVIZgyMjc8nUX7EvMJuBsjL/U5rPBtSpHLPmIpsQWSle+4vUMl+6bL4m9GwFajCbf8EvrLGGtyb2saI0maTwxmC2VXGv/n69k2Oqcw/ughfkKwiX7DiKhUC1j4KohxpoBNvWrcn9EK78WTxSU6BFPtM9IXcQKiQhlC9yx8o3/uYv9RyzPq5q2dc+U9S2gDKAmsAMRaRTexwoZvm6m4JUgRvAbM9t8kWbFqaIP8FgTq3vZe7ZTjFzGFtTGfM5tg5jNAWB+cdVKPn6iAFoHkTBH5XWfJ9eu1ctxywSgsxuOjhvex3Mam//+5NLzB+LmOIFsVi8eh7CODhzYBNcWTtW0gbGIAmgEchOXmj6VKGMNP4Y1C/T2IHMTT+2nlfmQMbW88dG5h7cM1bKfL35UhyrmpWPeu0dmN1I6K3H2fl6zpkFEmy38SMvXL7JeTD/wPHAWQazP/7jPzYwG9Yiy8CM87N5aoCsDcYEPlezaB6iNK80/NEhzZ9jBF4KV+S432dp8wIxwCTnd2OrY1Y1BpSlBaYJe67ieVijhzIakHGdYLZB3+uYDcFMAMeQRappsNI/yjF70uLwCYSstN2z8EUAWrrfFLSDTECqCaRx3r/2d4VNZb8up18ITTErj4yoVMwca1wlM0LVQxa3yy8OY5ivgLHq+WU4CWZjxczCGAdw5k9RezsEM4OzMZgRqamYXbz//qjVVRhxRuvwyzgKT3eIqLu9WMfBwsa24AWcb6hP1UACElqCiQ5rmUJkmAKIYnK3i0d+FcCiXi8oJOTxfgpmq1FrgRqHAyBmBasrQkntZX2MItl6Lqp5vDd/JolfjpUG2XYRd/gHK8abfvtX4vdMZZ9jghfBzJWyvibzj0rzD/5r8FBGBQJjHlCGvitnV6CYFdjkW9VBjNWurFVfMKe+XBn3omwWEQKzgw5SAi7nmrUraBn7kHm6Xf6hG3q4SmZh1sXADOOV5aKtTDHjzaIvtQxrbXxAhcxDGXsfgPYfnzAPZiXeJxaLn7p5KJt8n6/Njx3Y8lBGhDseV+OseNHpzPxjEMpYTp5f5uGMcGV0xczDFXnmtcnYR+vqF+dPHsLoOWa4VqVxCM/3iIjHxsxRPuAamNWY7C9j/juQE3kkoxSzn3jh8s3OGZjdd5bB7I/+6I/Ccr5yMBsYg+iQ02L2uhmYIrPlxiCJAoeD83wWTW26A2Rpa60PVU5rhKOC+6AyVglLeR7afOiiAM7BDONNH5e21vcSyNq5AYy1aQ95lIJGJaxtZJiiA52bf7AVhFE9c7WMtvnR9jQwe+Li8PGueIVEI7IJ+9jnJODAhlBGYxlX0XyPu8y7YjY6LrmnoWdB4CHoZMI+H9DMP9a8+YL+vDRIOCPLDMGMUAZFTOGL/Dv6ytb2oJxpTzuLzD+EzdACKm6ekFYtxLFoz1HFpitHYLa6957jPf6gPrkhyK4VqBAyAAZcDrXqkI8MH3IWoKeG2uOoI3/ffI1dPGfqlNhnC54xdUDkPfKmw65sz95DJ/scPlZ3pezj4rlxqWGHWnuPwM/RPwN/cZ7vlpHfm33X1yBs0Yph7RHCOOcq2havp/lH7MDsUL97zABErZl9GLBxjYG+NdaJYsb8MurcbvZBpSwwJqwRzKCYCbTQd5WM84Cvno/G/Z5mKrt8gdWl1kLxytKX59byv/MRzGQPeZApYgZgAjOdeo0/XGuvRPzbx5fIj2WU8oKeW9YhCSGMuzHmND8EuLFBSNIKziz8sSQKmp/uzKjxfCgj+zmUxah+WVvvAIZaZejXbo2fGH3kBh8DpWzrtcocsE5u7oFn5LzmCnLN4vXmHBrLu7zWdcXMf7NxVGfceDWkK+MTXrh8i3MGZvecZTD7gz/4gxTMBFCcP5VK5q/HdQVOx5l/CJy6enY0b6YbXqS66lDfzT2wh+pXFWA5ZPEz6eOhXf5c6KIdLp8V5orpeVSPTNdg3phfA8pXWMFpwhghTaYfBDBZ5hPqdntRYLqth8BMr2tg9vjF4WOz2mNlLwtRxNiAjPNFfQOzOXZhabD9yjnnmJsFs0czjNHrk+Fh0ZJEnTS3t+EPspD3PFZz7WGOlAExL8VszvwDZv9JGWxrK/oIWxSQ4WtfDmZrgNlDNravp32uEJ11Cszuvsu0HaML/0IOoIFahgUd7nQojjA/CYWFEIMcktzF0W8k1OeL2erqgg+pSQQ2wBLBTMu8Rwe7yN6HVvd4D5EqUxkYHuiW/7X2H4e9f0p/fhDkeKP8CLULn0vJ3CF1s3SrhBuloexbfO/XmzIvVQxjqGOmngHGEMKo/oWumFku2QEUsyy8cY0x141hZP6xA7Zthy4vdCEwcxCr1uYhjXsaI8cM8NVZxeEsHMy0p+/HQ5m5IUIZ3WWxmKAZMNP0NeabaQ+ul4OZw5iT5YFJfBi74tbs8v/FY+fA7P1isfiJWHoeGYFrZAbiMDZ0arR5W59yMHNXRoe0OrlSxnFgPoEzjRO1bM4m33PMrlpLAPNz1nkxzyGzVufpwczXDUw9Z+09I+KOFMze8hqY1aIcMw9F0NhhKZurUeo27nnR8q3OWR2zu86yK+PjH//4mwYzG8dQTUvCGDW0fQ5YBl/z10df8yN1jXORF4rO93F+BGIAPY59jWAWiVW+j+nE6Bb70UGKr3GFzEMZtx3IArXLUkOQdmiNNc8U5tjG19p47PLw52LvmD9b7sG0cM/hjPvU7/vQPygOZANQY9+Us2aZ/zc9pHFs/vEI5pjxawMeCvIgSdOlw7Zvu8TN8qF4gigN0tJcs3EoozsyzqcCzs9bv3Ywoyp2EJXqmOZP/FPiw2xi9fM/HwUuhgZQc6BlmhIBYL7umMEfwvKQFVUYFilQICSVQCNIwXvCph4PorkSZB5cwNU/Xac1ukkQGFMROMbb21g32MYIT+z3VolepX9mTP4qN8CuFFjVF8IrgRWfj/LMUgUNP29+HlWvwbX8eWvPjdMajFLe6ge+WUlJPQSxOqihJaBVW99yrlvlt2u2L40lU8nQ11o1ILOwxkRVu9L729jrKtklAlYUV8janJt+AMQq1DWCnBSz4uoY4ezA58ksjBrkvOeY0YhIkAVD32KM3OYLHBoJYcVCsKsrZgQvu8HhWm+z/fXa+Y/vyMGsxP2xWLwJgYuAxnnODez0R+GPqFWGcQptWfFpAJupZ7XIlXHqihJyzQaFpk+UX4a+qWOwyHfDj4J6ZJyLIZhxjuN5+ErVtBQ+ff1w/pp3RsTbRHKU12lgRlfGU1f/vw5mz3/R8m3OgfkHAennzzKYPfaxjyWYGXDluWbqZ685gV3+1pWzE9rl++vnVLEUnDI1zccDMJsLa/R9vMgGfcFl6X2uEcx4P4Ss3WsBVSq6revpCEEiQE1QlYIZxwIzg7DMuZFg1tqWW6Zx3LE4/Bn/5k7li2uVoMaTPANIK41lumLGKJiD3lqQSf7V38GMOWZDMJu3zoBC5pW0e0ta7fs2S8AWbp6QBgHKZUGN6c5IMHNFYrkDsxq3RwFS0tSDOFl1l6aO5aw9AczU4uYt/8yVs/yraG11zK6dtYHZ0552w0wCIXKW6KxepD3t2ZojYmHIYzCEzyBuN3IwYM0vOARObQ1gxnsUsW1vgFmZOggihNDyB3T10u67uG5n1Ff7XgFQX7dDT82raC8lQKuLViNg7DFF4Bp4z9qfT+/VH7mNXcVivgSVN9IpcwPVnfpnrLDNfjMAM32+9mn1ubf50e8AUPWTNcu45nC2Z4pZkmfW5g8dugRkqWrW9k0K7uW69ijYF8WmpZjlmaNtrThs9fHudQQ3nFWv1y9ggtmB5Yv1sStmEpaYh1ZNiOrXgWJmcBbuvmjzrooFlLRiP0qZf9RD0CJu3CGMN6p1EqfWWD27gdljfi774vzfY9qFMV68AVjLY4DLoU3Kll43BDKceO0AzGAGwnGSa0b7/GlYaJoQdJhCitqKNjtdMauxzXPLMhBTH+M0h2w8tjMHtvl1f3acV2qU14iIXw47yn99zcMaTTHLa4akc5xmvHkDs1940fLtzhmYPe0sg9kdd9xxU2A2yENzIPP9GqfOiQ5pBnvVrfIzJc9DIHlkYY9YczXL7faHillyuJomcFI/BUHBj57dapRtLYctCFWCJ+uHwiP7SeATeFEx0801yOLrKh0aextwatyttfZnF4c/LbCieHRk+JGoaVVzhDIPaVQLMCMCuLi0b8DGuYdMk/nrE4cyPhKKGa3xJf8JxARmePCMVjeLJv8BwPoDaG6dnolhiB6mK2cOZhbKeAkFphuQudmHQhbV1x7OEdr2eoHp/8PeW0C5ciTruhFV0h57+zIzMzMzDjMzMzN7mD3owTse8DCeAR+PD148zMzMjONt75Yq35OVsfqbf4WyqjRafnq3j9aqXZmRmaVK9e7u+vqP/LNwVYw+zEjaosljaWE7Ek3drt+mMl533X4bjclLrzH/clP39BKoKge4z71fchMAS5GlZt53Edv6eCEy/+7G56xdZvZj8L++90rmw+VKWfxMYlqjwtg5SXEEmNVUxgTErEKYKYgJxJ2uMbsIGGP649rOmeNPLcXOm9s5TWGU+rlTY49NnH+OqfU4M5XRCGfKNApmEjcAm+zpDDBLdllpqPgpkGlfBTM74Y0AwEiTGtOJ8CyAd9lH3fS/uPv7rOvvo/B1Wm9DWjOu7R0UsrzOvozNNANxK9jbjMqZ7mk2N5VR15epYqaGH2nqYronGSGsaYef15twxrbSTl2U/tL+7mL2YJOX/8l/gFRGTWPctXAYZYKZlcF+9lsXtzpjYPa5YwazT3ziEwpmY4YfCmHa1rTdl3jUVe0yvUZz3zIBJY2hrOPUmVH659DEur7GQS13ZVR45ObSYaoS+4jpJtWimLE+msoY10tMPiz6SZnpiyUOWOhvzvaxfvURuyRXwgrKHnWkM5aIK7xFnYpZi1k0JjxzoUiyXD3aT4xIZZQdwPQxApNBOaHM9QIKWalnVc8M8XI6iYtwa5SdtPM1ZsWW5va7mYQJCMMDEGDMcOQxgFkKY7rejG2FscyTjmvMrr1Wp2NT6UiNI/SVjxdwaQ1i7VB4VUQlQ/pie6nW1N2cLQFTVnX+LOrv/nT9HF9x7zkXZiYmRRXQPaeaxKks3uoDbxOlrJYBXWiDSkaIGxgHxG2PE4DWReNKSweA8UCqo8KZCuc0/9CfScnaMkKX/omF/QpQKFPMDGAW5SaUcRnXRXFjjD4CZu30aXw50nZkxEt5YQJmSpVaVtUsVDHXiaD/uQ/rf70/aN79iC3637sbshYj8EWlDGdVxhI1rV1XEJN6vuaMhxh/0D4/NwFp2+XnNvkKZ1Ef6vvscmEsAl85mE1eU4b+uhcZ66OKmvZRMPvVwfwv1CXwFi//3f9wXdalw/rqxGVKXmyPV1cVs9/+1sVtzhiYfekxg9nHPvaxcTBrt9lIimNub896vql0U41T4EogLHvv/cEML1XSGG8Zg7CNY6PONWYxJ7HKD8WvcP8ypiiirG3RHGXLwEzhiwqetkWcR4DZR/vVh4y2+PwNSSBTCNMj+km7mn9c1ExAKmNo1+QTBbN5a8zE+MPg/a9AtrnhjmvMCGY9YUwm49t6LkCFswnKUM0CzEQKOWdlo5iFWqapQpGyKLEdhzBzZxfroya/AnikrO3q1siy2iCUmmzqdmLnrrnGAgK2bsGl1lPuEBMOpBHmr+RahQvEaihJpXRvmHLo+jWm67F3BOE4yNRJvb9IKZTbxTUTJ0mbCFm61TWxiRt46/uM8G2RPnFFXC+HNLk/rttLIBZ5k+kcFepv85F3QuGyOMSR0Wt7kb44R7soaGGXD+hCmYAm9fguQllBjW6NA7Vs9VvV/PAEwuixqmcqZlTLaAJSbqR1PmFMxajKNMI/pf5hqT+B1X1ii5+nUmuyRQPQCGZO0NoFZiBOweWIV0gDnG3qH1LXvHtZ13/A+t5lfdluSGNdjvltbXMQxhqpjGhzmoFU1cwV0NJDnQg1hbFlk78Si/xsM2nEUG6DWQ5iWtf+E9va68p2QWoZzO5q5p80vHxZFTOHXTCcquQlClqyxuzkWxe3O2OujJ89ZlfGH/mRH5kOZji3wEz6BHxl7cbrE9IINuHKGHG9rzEo0zaBKo1FeWhde2TjaF5DX2MbTFuAGeORfsh505FRlLGomoKZwJoxrmC2ORPatE0t9mEK4h/uVh/YBWa+S0nTGOps0zVmmT6jR+uh5gLAbEoqo4BZPWeL4ujIGEQqC+aomOmyrIvYv2znBNGnGoDUDdqqyKQLlMyWFS/P79y3rNSP3+Xv6vmB2QC8KpxFGdRZdL0Z4s5kLoCZ2+e3iVqf+cz+uYLsJaX2UNkDa86V87cA2iCi4h9K8g77pUfqTWlTvjGaDh9v0KC8ie4Xp135V1/HGjnsWb3XyxvDb/fx91AxO/VmX27OgLAoq5JGECO4BdQtzVaEryacsawo4M0N9ddbxQwgBj08cVnEpFAXOIv+8VNg6Mgj1gm7KGyRZ9QYhBxEcOtOYHwJONMURe5scI6M7NpfOJsbTGfglSyMk5XMoE7SpvRffUDAzD9pfX+nNH2R9Q7AtmivMZvn3NgAMakLiMlm1V6vh02na5/BA8gAaOmRQZnt3L/spLG+rBDIankczBS6PN+TrG2TP5qimANoE9bk8I8Us3t+IZj9EzX/0HT0VjYJCvXZffWNizucMTD79DGD2Q/90A/NSmXUPpmqNaKuDRmY6fqvCaYe+ftKu5p/aB+pD2QjxPX+Wy9Ne2RZ17EpWGVgFuMjzhjHxkHoNKY/ah+FstqHUGYBXGhj+qKmMkbdP9it3rdL/XKAWpSd7EIYoyvjEtcSV8aL43CmahqPPcHsvKQL6URVOSOV0i5/ETcYk0Kd5BltJYCstjP1kamMxWzl+RqzNJURlvia/hN9avs5whse+xyKGSYhroyiqAGtZX0aJlTB7FOfShWZXGXZa7mRujXOX8KU39z8lxq7S/mQr/wW9QPY9xWc1Xrv9oemEtf8WbXTWO/wqfdD9cJTPp7kBcBifzKMi7KmPw51HzMFMdYzwdxxlrVncnCNmWGHQVW+rAVm0JyiHP2Y8uiD173GEn4h37CuKhnj0R9c01+EGlaFSjH4QBl1g7hpumyQx5YlzNbJmrGL9WZjkrF/2Q7CZL1IquOF9/F/2x81777f+v73zVbJCGBtVQzwJjA3tll1F+fmnmdwZuzTjadLc28zTWUkuDRSGQFjksYYaYqSuqj1OE9RzPKYGpbMVctWo3HfEd+kM9pfNbNftvry/l9tzT80byB9FZRdswqKuQ+2+t+LO50xMPuSYwazH/iBH1Awy+FL4Gisv/YVOGqlPWrKo2X9GtfQchPMdBPpZHzbVr+hkrEfwrwvY13AjGDHa3CDaa4lY1tU8rKsMaPbIt+XClmUFcbirGD2/m71Xtu1luyc2VBjVNT8HDwyAtrgxGhRF/OPcSBTb8DcOn9GKmNVxc7TEp8wFtKg5HBGe6VMT1wZTxJzjxMjkAnLqI0+XBkBZvgzGsw/1GUx+5t6FxC28wA/bx8hKyZTJdP1ZBHTVMah2iBUIxDRNFd27pOf1HTFfG+vQzhGZKmC6s8v4KHrsooxru+tE8niu9BE8UyH5A0CXO191bScv9ThcDYN6h0kqZ/jhJfvlYaw/A+RS93pmg9DCYsD9XNUzvTM9ogR2IaqmAGskKJ4EeUEzkRIr5AW+6DFd4+AmQt4QTVDfEc5IEzjYQoyeK6MAdQiHoxDgaklSgX/dCeqeKlqpgqZpDLK2HMFilmN9aWCmU6m4EYrfcohypk60WLiv/Fe/q/cpDF+0JYb+FEoYz0AKSCNSlqjT9+hPOeYZhAiYIa6rjdzK97ZCvuZtV0ZFUjoxhiAFumLBkAbbK1ry1Qha20aDTCcZ32fQtSstWXaPh7zu5rZJ07B7D+vSymdfdGvyrTrr1zc5YyB2SeOGcy+7/u+L8BsXBUTyIk40g11XBOi6i1oumIhjMFdUV0aFaLSe9zRJwWzsZTF7JoKTy1wkzVm8b6xuTVhjGYfcf3YeBpAV/vjHOYdYaVf16INAC8Lq36AmRHcAGPxMgKYwtjmTGfHTSrj+/v1u2Pz6LIUMKNyxtg5PhdEGUIT+geYtX9taixPZ7wAMLvexlLVzofeBDCLlCHddE12zPZMNgSYqex3MZ9gEpP1Zg7zD8lvqOYfv8uKXUL/tgAzfYSDOqYwlsFZx0noDSMeAKf9mKhFl8YS5h8f/3g7k+3wdojtVMXDv9vBZyW5iiN9GvOUWh6bfvnDz5f95r3NXT73MYWyqoa5pihKuWgd/bG32SKS5lz/x0u5jChp3kzRHuCsSCVfVTJNUzSoYqbpi1GOMQQzTWG8GGe6NubZghrjEeYfhC1Nm25kvqdteq3eAGYmdGkaQ9w1lYExGfvL7+EGwJ+wRX9n6zV9cYZStphrEKKpjApd2fgur8eYfI8zBTRVzFqpjLla1jL9qPXdG0hbWzGbuH5smG3s0QYwjU8GNUlndL+tpjKq22Je5ouujOWaxd3OhPkH/DWOGcy+93u/l2BmY6pYvhl02ypfN5QWqEv7EcQAbfF2+2wqbYAwaUNdAqimAJcbfoy/YhznKrCXmoLEfUQ9PhdVx6JfhbEhbPBxHW5CHdAW0DWImsZ0RjUD4ZgAM796sX6XicrltW44R5ujn+WAxjEJmKGs9cY2YNRkZqYyAsiyzdooBarVZCXNgLfVQqDMpZ6VHWVOTo0MRU6oH+P5aqSNv6XLShOXB5sy+vCzjH3M8hsWGMOjKMoBY1k6Y9mYf3z0o20R7Phfe0hRh3/HvOFgV9Q2jR/F58ued/+KL6lQ5QlsWdTlG2AgqKHfIDINFDMm+saZB/VkqGLoj291mBvVa69p4EF/1RxlEGffc8leZsuAM4CZKGJRJnQp16i6hr6cXH+id6t33o4tx+CtmPVcYxY3ScWsi9xKtJmuK0OKQ4wlqP3su+I/4R+yrvtBW/S/XyFstC6Q1dyUmmPa4DYbzOQMWEscGrswApGNpgXOCD3r3PijQhqBLFIYrQFmBLL9wUyP+XuRtWDM58DZLw/mf9nMft3MzO1uq2ImqYztn7mNlPDB7GP9Pc6YK+NHjtmV8eqrrw4wu0lBcXeFnDJm/kGlqEIUzzGG1w/ICnVHr20ZVNXDVFlimXBDACQ8NVQ03assTUeUsVS/hkRFY13Lus9ZvD0/wxhj7M94XCtiUVdVjEpdgFWEmNoYEKcbVHNTaoBcHHGdm8Dsvf36KmTx1TNYBZDl+G1a+IxAhll+4XUGATP+XmdMuYbtutH0b1Exa6Yy/q66Z9ml2W7YnCCOOtGhthHeVsut7X3c2InzxsVKX+oXdd3ZRjUbzK6v6YzpPmZul9lQUxlNUxnF4cxtGbFQ0GK23PmIYKZUiUfQEgCGckMClGTTE1t++MNtW0ENja9p2n+/s/Fr6Ko3TbWbnz5Ie3m9TDstkUVtbt6x9k3HaFDrGtB0UO2j3Q7GrfmIe3z1Z09z35ZcS+b1zLRGAlxJ4EzALMw/kj9JUDE7gQ0+wawtmNOCv9jalvU7Um3xl5m5PL+DY3JRFnUNCcuDA6oAZNU2v5yIUkaAQzzKJVmy1a92gZmw8X4xKmZIR8wVMoUynVS6yjn6/+RVHv4y1nWfIXARtnITkHa71tuW+vs4No6DWXuPM0lllDKATGAkU8x0z7Iia8ss6gJc2bkEWEU97gOKmFcL/nF7+3Z7OzanfTC7pZndtC+y2/3rGjNJBm+uzWUf40rqwezqxb3OGJh96JjB7N3vfrfuLZanKzZgDeNMrzNlLVmFqnxTaYGqfO2YqGJ4EdxwPbbFfXMD6EHH8hVtunH0XMVMoE9NPqLO9EhdfxZwy/e1gN0KVwGbMTT6pxtPC4yZGoYw9bFuPu2bC2GT6c34/l3d6h1FfiM6QAyQJuAGSOM4toViBjZJICyN6UFN5vP1GE1lLJdtznBcvCTKmBTpEzCm8iA3mI4bPYnNprGmDGWZJPY0M6QyFihmHhPAGjP8XT2ATM7nCGrNv0hHe7FOHj+FLnnOVTO1zw8z8Apmiw9+cP+EPvbNPRF3+SDKSE30O9AtaUzfe+JLR+lM1YERXWclBkqoHcP2Bdpt7gTr74qD5o/e639ei//ImsJoCmbsCyhjOVHMRBG7mNcJbIli1l47O9hSdxtMtG6Na59zSRvqg1uHN/YTQNZGaMKEnF4agDKpI4Y1Zi5QVSKWiJkO48xgZozH2CgDzOSvYFlOpp550zwXmciPvDN+pLzG+v4phLG8rPUmpKHciGldnB1zSJu795nnClrnda3ZWCqjB4jpObXI37QVri2r41tglht7HF4pm5iamI9pg9vLzezZ2x93j1gVQypjBmN5TEGtOqq/bXGfMwZmHzhmMHvXu961F5iNgZrC14hjo44zvQ7G83rRL1XFWBbwau1jpnCn19ZXqhzOecW1mdqo6YuqjKFdrxGHxoeIA77i+jomP9QMRMpIeez+W7d6ewAYVbGyZFpj1AXgAGxxKB0MS1XM2kA2RZP5bYtNWhsvrDFLbPL177QEM55F/lvIRGJiO2FMYqKa0WqSG0wzlZGOjDx4Z4Q0xHnWsqQy6s3CTl/VMhqEsH4BYLayxfvff8jstt95HUEqYVveu3le9/marwBQaeqiwpjBRp8QhjJTIZelujIGXKlipvUsAZj1KBPaCGZUy3TtmMbPaV0TmKG2iWJ2URUzMfEA27DdRuAs1pidc/iteCJWigsjlgRyJuiHegkwW+nNQf5L/8DEG05oU9acff/b3cw6c/+f1vf/KgeurKwwpm3sPxXMoKC10xszBU1SJtt7nDE+eEe1jGmNoU41rfIVzNZW8vRFlnkWI4/9jT3aaYqje5JpfX7bVxez/2xmg9sToZjl6tjEjcwqmL1+cb8zYP5BQHrfMYPZVVddtReYMdWO5xZ4EaqYyujutmMfMzUWYYwgFXxhm7goYqPKWdx3o877HDStUa+5D5hxnzZ9D0KaGIgYrsFxFoCYwRevJaYhCmcaD2XMapzGIGH+sWnq3tGt3mYEM6pdUMVcYqKaQS2Lc41VMGvrMdKOQzegDsVsWirjZTWV8ZL2Fqe6EVtXz1hYF4pZAmY1xnTFaItYAZiFqtZhL7NdYOZ23opAGf3avH78Q1jj19k4HvMQx+xdUhn10/cKbkUVM6hlHfZCK3XrXAswu/rqQ1GWuMHr3xNLNUpU/8MmUkigqEqnnbVyeEv69r22XRDbTpB6Be2tfXAFbW+bVRbXJtnoWseOXKT+njDe6/2+4atVXgkAQ8wCtGAQQkUNRCCQFmAm6hjLbItyA9hyX9PBFro3GVIVz6Vg5iiXbEWptNnQpUBmCmPKMwJkMlbAjHdLuJI4ztpfWZplNf8QtUxkvrDLzWgSZ9rsR/t3vc3N7M+Zdz9ofb+cDWaNtv0t9tN1aRGLM2IKbh3G5ZtRi3IWUEYwi3ojlTEFM8IYjoCi1j5l6KPQJf3GLPGnm3octO3CYLZZZ/Yzbs9cFeuSVMbsVcZSHAazl/cPOGNg9t5jBrN3vOMdCmYlM90IGOJaKFWlZqprBBkFMAsYUtWtllMImlgmlE1Zd5aaf2i7xgSgsvVlqSIXIKTX5/ovmn1QJUN8YFlSIC3WlUU53jNrq/DlNbau92HrLYFZXVN2UxlGIN3b+/WbTVUvras6JupZWWoqYxxil1/kgcajrA70FKJUMVMwQ8HVlfGyur4sfP0BY6qG6aZs2YcySCojoUvXm+XMwyNSGSuYSSoaFLNLG8lOWm7cPTkaekB2s1IGjGm72LNUbeDEFu95j/ySOYIX7uUonRnZaTxtUfsc/q60WRsOO2xS1wd88//Up3msD0OdcsxyiL4KY3quYNaCL8YIbApyuulEQRypjLs08AAxtqXryyRWj9jHzABWLHvGN+inEEf/DLZ3q9H1YnWmO+CrKMyFAhfjoJjZRdxERopxKHFmbXKNb3urm9nfss6/S0GLkNUGrvnpjnl/vW4T2ujcyHN73VkXdUe8s+KR0si1ZprKqBb5FjCGdWZmxVwVMoGwBphJ+3Rb+8OvGUvfp10eitnfMLMfcHsRFbN9X1hj9vzFg86YXf67j9mV8Zu/+Zt3ghnLoqZpm44pOk7haORsgBVtz8bsVcacIqiqVeHeZa1+hLa49/mvNtQp2Ilixjjr0T6oiQiNPbg+DSDIMSXqFcain8UYgtnb+vWV5ZwoYnoAyFiPcREvqqDVFMhVmsooZezBfKKP/QFoALM8lTHYBmAWiYCx8RoBzHUyOZglqYw1P1NMPvD7PyfQEnVObGcq49KsKmaOLWTdluHRBjVsE+ej2i4oE/MPInF24zQDib7iWXfRSoAZFbN3vWvffY+h9xxIfVIjjlSJGh8/Hjy8iaJW29FWq85eBcP2p6Jflf1TGkXx03HaQ14P+vavUTATuNI6LfXZhjLNPxZbMJP/7fhOSMEMyn6MMYwTs6MUzM5lZ/2OlrqWl18IdkN3yh8nUMiUZU6Y1YcDfaUMMAvhMs5t9Usz4gFmaONYXWOmFEl5L7vh5Kbjw2DbN1zpZvYc6/uXEJYUjEbjUh5vm2MUspjn3CgqWg5oLnb6but0rZkCCuFMrfJp+GENMJuxpqxek+rZfDXMD6aQTYg/zcxe4/bqdQWzL/IVz+dPWzzkjIHZVccIZvw8RsBMwSY3/MjBLAJDZoOv40LpCR6S6xOgmsAmZX1/vSb7KVjl15aXjkmukcKWvrS/lFOoCqWsjk9TGYPL1Jkx+vH6tL1nSmXAm5YDzMRGv3tLv35T9lszuKVQMUO7HhzL8lDBDM8HLKtPlpYz23wFs3YqY1jll2ynbH0Q4sQTnWlYaApjAJfma0q718lKumNsOH1h0y5pZhXALgurfB4KXnBhXFrRL6XWI5URUJavN6MeUKSe+GwinfHEune+03wHDIDYkI64aY9wluKGJD4nZakbSKnX8KZjYJL4R8iLWIKMce1aLx5jZKPrgo2rlQrx3jD+sGjWQtH0F+mU0CdnYTG/2ggQk7G1v5t5zEXpOqp1DL9+o3Sr81XAlq8tP+34Ij7ke75RwSpATf76UKSfqmgEMqQ6bsBMvgOodokqhoMAB6UMB/XlDZiFDh4gBZ2okcKY4o5Y59drDJ7CVQhPaTbgibJL1HkNgpmgJEELdck8lVnIQZNNC7v8IXFZxCGg1ogD4mp9M/GvuQnMrrBF/+R2+mI9j8e13i6PgZm8Rz6m03MbzNQMpN+mNZZ8rVlmly8W+QFlsjcZyoAvlhOnxbZSRjhUmJtv1nEQEJM+fpMBiNuVDVdGm7HOzIvZMJg9bvGwM7aP2X87ZjD7hm/4BgWzqWmJzbVnWtf4rnPABGPhPOjuU2GMsXZ9vO9kMFO4mvsSNawVp4Mj2whyes6UMrY315qxTqt8thPMruzXbzD9k2bUBc6yo0Adc8RiaZaCGQ/VapRvdNnWDWWrqF0PMMv/sO7bFEa/rKpkl+4w9KgxY7whH9ZUxmQSiNGCMs0K1I2mdY0ZNpg2u4zb0OYGH6GcoT5+qF1+js2Szog1ZRZ1SWeMVMb+HW9PFQ9yAEGIcXKDNralM1PYkFGACbGxT7lGAUnpxNLdaaIkdQuIUwt9ZVVlTdbz20mUr1xJVHjkeweIyoWTeclJ3l+vC7jKBuoMR/S5h3/ft2QKmahj2r6JQdZRmON5EdoMVDKsyMz/fBF92ebSjxtSF6hb4qSYpCkA3lDG6lHC3HbybTA7yWFNyozJj4UczFKlTBFS2rWNZVHMAFSkyTyVkSmPkAxBn/Kz73+8YWnm32+L/i+GMpXCVROssriO5XgZN3kza/Rr73WWrzuLs4JaHJ0agZgoZ7p/mdEmX9aVBYTpmZC1v6viPPjyQypiY+XvL2Z/2+2deSqjAtp4vILZwxaPOGNg9vZjBrOv+7qvGwezA5/1+qKYxWtAnW2qulHpsnHw2r9N+u1tic86X1S+atXoyhjqF6CM5YI90GwkrbEJY+jDg3EFMT26N/br1xlAKgALXKKwFjGkMiZghvJJh9/zlVl2Wk8UilK5MyPBLH0V38KYXRZ+hqqY7d4PwPFooGDGVMZVPWMyBLL8cHFwDPMPN1vJ43dVwC5VQ21AGB9kIsUx6ipkLrEb0jLs8vUGc+KkHpA+nQWw0fyje9vbRE0J8QdP8PB7UNiA3JSbXlARKptuOzfnrNBQewPeABPKdwEqCjz1PXODfN+lyRXIZS6Alm1pJgpUdCzm+LwUMuWVglt9f95pqTNyjWXbl9V7EKhGGQInbgJB11v0repoAYYkT7PadjrTR/zQd8p/7hJlhTGWa1/El9Ie8YUkzQmYpQqZtJ2Y2ukXTQCG+Ue2fizHlpIgTRGsKVEOu3xhGG+KTXlbaQCbn+xwgdUZhBujqvesM6bmHz6IEwko01T6Q1l/ltGKkqmPX/4Gt85+1LrFn7flBlwWZsu2uYfCVhvA5q5JA2hl9Y59O9nEWq/XcG7kvmZQ0ErnNljH9WY5qIhapvuU0R5/BSAbWI8jT1Vkub35816KWLu82r/vD5rZX3V7/7qaf4zvNDli6bQFs/v2jzpjYPbWYwazr/mar1EwmwVoFpXxVEaFkLZipu3z15jRdl7vM8pqw1+YNnlgMMvXkUl3ghnSMDchBTMqi6KQ5TAWL6Q1ZqmMeP+41uyje0O/vsKCU7hWLIEyT9sa0AbFbBwBVLsRd0aCWT1G9zELs/lyCdMWiSpKl+JismQbUhkNm7MJnOlxEqmMhZtNwzIfoMYfzvVuw7pE9y3jY1nUN23LDNyiHLOmK2M9F3n8hBYA24OTWoceIFqARSrjm9+M1DU/BZtS4sG+noEVkUKHX1puASUB3LVPKic5NuFygZfTN2RLMUJFtFu08h4DIk7xzGu84PoWfQKCog+ADnuTxb2TXOMdYo4BOnjLuD+kgMa8Fe+db4WZxXxkQFQAa6XElSqwFle/Rcw/+jOFswB4eR8e709CDpjHl7OY1fKjfvx7zM55G8SWcS5Q0HgonMUZqYyyXqzCFr4jGDM9WmvUCGbx3YrvaqwRq2fRkRCLfkvY5aP/4BCXYkPpUMwaAlT0w0SjLcZn5h96jCpmUsfdRxvAbE3g4s0lsZikxipJUmUr9TfNta/9J9Z1/8P6/nwKWSzPWn+m48biqrzNNRLJlLIwCGlsSh1KGtacDR7rzZqpjPUYNnEBMyeI7b8X2WzDjv1BbC/VLI99fjD/926fgCvj3i8oZndZPObAYLY8MJidHNiV8c3H7Mr4hje8QcFs9NwCsznXIJzoNRPjD4pmA97PCFf7qGHaT2KZIjcQ5GbCWcsYxKILFTMFtSyVsQVkjEVcHBpp/rETzFDXdWZ6dK/r16/RBxpvqWWihlm2Bk0VM3ILFTHlF7YxjRHlTDFLltpUtey8GH5o+mLm90/5cKmKmdx0lOlYEvmYbE/lwcj+Qyojno4DzGoqo2Dl6PI+3jkhjooZIYsTStaeNQ8idKQy+pveFFATwAJ2EZ7S7ZVdNjn2AB4ZE2+AV/RX03cZHGMjUO+LIBmAAP5zQpa+3E47Yy4xDNxYwVMaZaUZwtIJap2pYgeIjVEBZuxHQMo+Q4fCRVDW9WrZVuCmkfoW2oqb4fu48er6dbPH/tQPQgELuEJ5ic2zlsPmnChm7Cepj2H+kSb3xgYR+q0d/fXPGLGO1qMt2iuYqfqV6UlsV/Us6wNtfPDdqthKUxSFYxTYkvYSYObCyI7yho3J0Z3ZuSHtm/OzpjLqV8YjdUFvXtOyAWNUz6yC2qevuIN13acjJdCWi6pQVYBiuWesxjmmZzkHLcbZt9k/lLwo9xgna81wDemjR7f73Dnt8xWm1B5fXRgVzPbfi6xd318Fa/bx2TCn52LlDm7X1lRG9/a2Jc0X1pjdevG4A5t/LA9s/nFoMHvTMYPZ6173uqmK2ahKNvGcXZ9pe1HPbPUnOy9m7or7QFqy+TTBpQl1hCABPRidzFtrpm0BpwFwqDdhLc4aQ1wt9gv3LtNrCLB1V3TrV3ETaY8zRaSlgpnAWe0f4wltZWF20vFBRtmFjvPo0zABub6YXXAFs5ZiJpb4qbsJJ0XaxOQSMMONB01Ku+s+ASi7gFlJ9jETGJOEJgWxaFtEGW1YkRJghv3KTtKkLFXPEu0A9RvqY+jK7I1vNA/1yEtAjzke0sOkA+ueUC4AuLgGoSaVzAByFpAVLZDp4nSaPlecEBapdfFWRDzcb4FS5UCUQgHPayDWfRUqc9izy82CF/U65oSpUAyrqlTwfoQfRz+AZcxdUaqwFimGCk5xu6cqnTAfQJdpoPX6sn4s0h23J3nvWqZKuOn5+J/9YSpi+iS/I+1aQY5jpa5gxv/5AVyN9WXpSk2Cm4BZCROQRB2Ls6pnhDKv7fVa4rzkxhv2EzH3UGaJcsQZI+/wmlDMIlVRgasFXkukOcY4cjPBTN+cE+CRq2UrMf+QyXz81f/Juu4rR9eSSXsDpqQ8di3GW+XWmCn7ouWbUuuZm04PCZipGyM3kxYgm27sobG2hT3KB1O+2uWZscHsP7l9tSpmecpivppY2spg9h/6J56xfcxef8xgdsUVV7TBTCCH9Zkqm4LRTgVN7PmzNWYt2EvrCpPaZ2J9F0uN7Y1G4w3bxwyEChrqBK9WSiPrloGYrjVL9lBTy33tz3L3mn79ioAvr+fCJ/sUzDQGsENapNrl579G07bcvB2G7G1XRq9OjJcFjAFlxKkER71x9GFuJ8BMoCxZOKf9NAUSuZk1nTEUM7zCp+0SXfJfy/FIRyfG5rJAQJsDxDCZ/MYrwCEhK0AOW+rCNn/T9rrXgywATayqGsT4/puNYQyLLGQdpcw0QraxwRAKsGFg/AXqEOWLSpX2T5RHE9Vx9oekVX3p1bX/9FGMqw44etkn/tJPEMzqWdwZ0S6AJmclhHITBaz1f74ZwEqhLYkTH1jGSs2i4EW4GlXGltJX6nEMrjBF0CLXkFXqGFlbtmvcCYEqUeshYMZHzxhnEDGel1xjxhtQsDIlSNYb4Fbq+UOvfJH1/fPzNEYtz4lNB71myqSqYH0znbJRj3J61M2maQYSqYzdjlTGWFvmu/YpGz1UoZoDXMOhQeugY/xFbl9T15g1bZ0aa8+KpDL+y8WTzxiYvfaYwew1r3lNG8zmg5iOi+vnIKaxJF0RphhTbfL3T2tkRfu3Y5PHtcekqpgClCnstVIaFcLETIRQlsId2xTu1MExwOxV3frlcwFM24suYFrEuW4wraKSiVNjQbojtvrKTNw3DHP9hmVyV0akqZ2vBiCXAsjqmcAVSlqal5m5MrZYJm48U84apBlr0Io1wYwJTu1MU01v1C9dqY+bJwQunRSPZkwms41fcYUd9KVf57xRoUG77PFmUNbGiUTt5GfNKQnsT6PtS2m7Pig0THUmgllu6qLvS31v0mfw5F/9GYJWPOmH62KNQb5ZhFOjQpuhPkQ7zD+S746Iq4YsUKaAFn0JcgNuhGYfXutQ0rByVL7La5tFG/qVCmZOuFpFWdUxAhjPAmoBd1iv5ivY45dMxY8UxmiXL5fwM9uj3iGVETcotKlSYBxKmPXmO8Q3E7v6FddZv7ilQtEsABsfs/c18+vvv29a7ta4qOcar8Ygpa41U9A64doyGH6wn5p7TFfEtH6s8NVsv87tW2sqY+dp6qIAW0NNq2D2DxZPPWNg9ppjBrNXvepVu8DM5ipkMWxCP15zYCqjvB9hTEUzpj2OAhg7jStrs6GsTF1zppDZAjAdquKbAhmyGXWPs13pihq3THGTmCpoloHZK7r1S4VFQu3K4WxBgw+kMS5IAQJmwSqALwhNeA4gvEm6I45xxayCmV1aFbNLcs8wlfnGqHRY5FDGlMUoc6Ka3xR17susa8wUzMTwIwWxBkcvkjVmMYFCXSDOOkFNCWI/Pn7GZF79al0+pYXpUpeqLpUPWuvMKCnpO47fCzmipfPIJZPLIQQDkRFlScdrr3CMLMk9aA0fVqQXxg2wTedtu7Q3wFbZvWSvMSuN6ofdfmR56m/8fONbtKAc9vcAt3MsB9hJHl4PMKuHqmOa0nhCkMv7sBzmH9j8InVRYhvOmzFcn7YUcFvmilnyLe3BMNLejon5xzp3Ulzqnatq5vKl03Fgae5jJsSoaplMNp1IDmxXvfzT1vd3IMy00w/bMYUjjbXb9ZrTr9W+b9bbVvtqDDI40xmNKYxUyHgmpOQgpsB2CNONAwDYAYHt027fi1RG37V5P8oaV/OPv7F4+hlzZXzVMbsyfsVXfMVOMJsCWO4elUOlMsarZKCm18jt8tP7wTWbtvq6Nk37KmC1+omByKhKlroyJipaTIj9FPBYT+ELsaycAVeinuVg9rJ+/WJjGmOUEzVMwCynA15jGa6M+uuRdZbHLfVvwLFupzJujzD/iH3MmjaSywTY4Iiy7jkBBbA202h+k5qAXJQn1ApRl3L7WX7c2FA6AzHhY41bF5PAGrN4/ORENFbQRt867mfmtrLyilfiCd7bfu4aUp2KNRV1WvtzNd4yymKoKO3JANSs3SW74FwVEFb0nKPulKb3i5du1jztzkZkMNG5NAOnNSNeZg8h8emf/5VQukT1qsdSAU1iADGMB5iVmsqYfCdIaqOcE/XsNNF3Jd/2p3C1NGcaYqQ21jaFM/ZRGCu2VDATqIpyPVpKmrKOfhChmAmYLU83kcYMRS2rMUKaAtwirlOq1lCG+oYn4kSygqSn1pJ60/gAisTe9tItmE2AqP3Xke3TvveYibb9GsuNQUoXKY1MZSxYR+apQtYCpptf+bo51bQAsx8VxWyq4YdLfajfBH+hf+YZA7NXHDOYfdmXfdlOMIuNoaVttN+mrioSQUzVsH0Us5YKl8Q1ZhrXlzpE5u8lANe2wWe/FIgIpFGl8sW6XksVs6hHYAeYGcfyftnGdEWCYwvMXtqtX5jAlSpkbCd4QWWr9aRvMEswTCY2sU44k3JsMt3YYDqki0hl3OFnWBRdsI9ZSemzpjLGZNK1ZpAH1RikYXSIDaY5oSX2MRNbgORxTs5xiFVAxLw+0GzOBTfoJEidpExCqBO7N61seNnLwsihTkkxoAA6wigCMBYmGbT7wNM8gEUDhBFxfSTIiOmfgy7CVCNDGdYEj+Id9eUNqOMG1U0i0bYigwpCEAQdFCRDEg4t2DdOYHjHvmulhNFHWNxHE9vtC68YgAnKDrXN8w2vY6Q988ZfJwVUWUUA65z+NaJgjNYJdrrGLFfNTiSdUcoCZ/qdQrv8c/JdDMjSGNvkBzWhzFEPMANcCXypiAS+kW9/30Gi3foUqG7h8rETtqKsShn7KT8TzGzgV0VvVq3wa/tKxrCPgNubXkwwO3QqYw56h1/PlrePx3Utm6Y5buHMuwAzMfwgiB1/OuKhga0NZj9TFTP3+et+NZVxPZj9qcWzzxiYveyYwey6667bCWb7rjljv0Y7WSP6DoAhTXNsOUSqXf5kaMuNQeanObZUMb2kxhW06K6ITaPlGnI7Aky8Btq1v+2Ix0FQ02s0FbMXd+sXyO95nPXPntpPVTZNadzWVx1/nXIJVqKeydZgWdLc9RXQBk/BbBsol1Y4415ldCbJ9ghQKmWdqYxxwMxjJTmZmOhO9YwGICealharTWj+4Xxka5/TxzaCWUxgJYoYAU1vvKV1cse5lZWXvjg3omJZAUE7thI/cqiYuaQKY/Rm9EVg0MVTjRVT0KoacNVQvNQNEcoZIukIl3kpNOn9ZB/hgVbACcJqnO8fBUvX+T179Vvpt6hAVjgsSll/dgnM1by5dcAWlLNVXW+GlEX0SZgl+sS1JLWx2EK+O1vf3aqQ5VBGcPMAM3IMy8xIVvBqQJzGfbVbrec6stavGB2rcNdbAmYZaRbClpwJcSXJ13zdiz5t/eIOs9eLKXAdCtpY1rH7gqOOn7xv2qkhCFMZ1eBjOogdHrSO83obMPuVVbG+gpnmerPMOs8KZn9w8dwzBmYvOWYwu/baawlm4/DVboumyamMaoWfqWKJK+NcxSyBnhTQ9DLaNg53+iJdtfvx+pPWmMXnlTo0CmAJQKapi1LfBWYyNgezF3Xr5xdVxpat35x6IOtvIf1r20oz/mSNWeOxH1pMlJHKuDMfq9vgTGzPDBfGMPmQfM3kHP1yMIsMGplMgJpMBmUBszruhuqGouYfVS27RZq4lJ/zv707v7yhmCl8NW5aYjQRl0nFOrThxS8yJyQYbeBhAi8bhYVS5lBjhCpEXSlc4yS28U5Vh5s/Q5kTgKjXxKbTeENRhQSSaP1uARi8L673inKVzJT1CCrQDrEFgdX5YB82cyiALTMSXgP9jJ+ThRJmxvet919qP4uYfC4qs2FnMzTjay2fn96L2fZ+n2sXMplF6hmYoW8obUvuY1brNZVRbPLrGVDWALMTjomt23Gtav6BZGRdISpQFuAG8Ip42OVT/adi5idi2MHUxWCUFMxEXOJ1oKL5Oj66/NeEljWFcaFQpuvRYP6R/EyCKqY3L3X2YXt8KK96wRbMpq4j2z9dkW37X2+xiPoBrpfEWIdyVroOdvCAEFXMzgB8TQOzz0Mx08W07XXO6A/zj8sWzz8L+5jh9aJjBrNrrrmGaXZfHJiNj8nt8aEOAc5ol28pbDVgaQ586bj97PKlQd5vzhgoiOkaM34mAl6tNWcpZDGua8gIX6NqmoDZ5f36uZGG2FLFMjXMl+QXWYdW+w5Ls3UHXwwjqDELcBOXmKQ/XnQBM5VQDGDmdX2Z3SJUM6Yq1vPIY4Q+NqwXopaBLLc3jzZOMoU17Jxd4Q6GFF5h7JK20Udy50XTFkMpo02AKGXi0FjrJdMGog1aQjzCEszWL7w8HswjTbACCvfWoqMEAY7Q5XVMXIvrwgpgLPl9h7Q5K3xv4EMU49qliIs93t+o5sR1YGIhsAIzDIGMuFmNM+WScBJzjqiYnoADI2DJnnG2KROW5d698H0DSmuqIt47IBA3FfOqX4t6/dqOj1sgD4CcfAYB2IxfvjzRn1OggnBWRDwDtSXLGB+pjPKd0f7zBdeQ5WCmKY+bGJWxfI0Y21przRDT/oMTqlQZQ5ztAmYp+0B4WundSl3iema7xgTM+MaJcpaDWFPyKyi/5PmqmLXVqjS2Z8piPnY/ZewASlvbzr9PVbLV/1ewdAAV7vD3TjC78cZQzGyvl9rln7vFC8+YK+Plx+zKePnllwcQkRVmQ1rSPjeVURWzsTVmk50XdW6tcdomzVMBbnJb+7L5Pma6wXTLLh9tO1MZFdJUWWuoZKlj4xbMhufs/A25UPUrYlhTJuM0H6UsAGYOODM1MZyYMId1Zm3zD4IZ0xiZZ6l/TtdJSH0gmPGgesazTEono3JgbpePv6W7Pr61715UM0Ka20oeLwlcK3jL8cb1aChmlz/frCCJzesasgCJUHcCPkJdkg2ak7Vhp9dyKm2i3gTSEYAK9DtwzXZsXKaO8VPVLspCSBU2VQuKeQQUYg7FCD7cMToUrE1bUCY+JyQzkk5dPOkLkC7uKT5aSQAtuoE2ZchCVq6KoxmoWNb/xfyoArriX/1sQ3XctRccoJUAGnN5wS2KAJnIMIs8p45yjMYJcVxjxkTfiwpfLEMRY3/tRzCLNWZjyFKYypi35RAnihluIuUVX0kdapp6bNDUkK6MiwzMaIIpx2iMdvk+cCK4KV1rJjccZaVR7f/C/xfMFos7CBjpee8Yzocbi9j+Y+dD4+CeQMhxqlhHAGa/nq8xY47HlHTGoWzNP879vhefMTB73jGD2fOe97x9wWyKe6Npf1XI0O+gihmt+zW45/ozBa25ylr+vm17fCpmakhiqoZRMSOc0fwjiWfAxvk1wYxxgtnzuuFZU8EsO8oC24JlfRZQyPKHG6plyjM5mNVjt11+l+8ARq2pLNSKMibAspBp35oI1plxIjzUbhrn1RQwawCYxlmWNWYLK9bZmiBWzw19ABPWRC+sxqmJW2tbP++5kR5HkKiwg9S/+BdtsOuo0KIsEufoWtujQRNBRCkyIgNhArJTpERGPYbJlQBASJOECoehQJmq9plhMlSikOJHv38Yo0C4I1BRZRNolM2c+Q6eMJK46TtAlPPBi1fMHz9opaLvpn1rJVoDzF50WR+piIQsVckQRx+2LxTMrIJZAZjxOyNVy1AvAWVo3wlzAmaSmoiY7YYx9JVDUxl5M4QwxlsK2mozhiwDMFtBqJS7ngxhHkyd9+0VzIIY4+a9xozxTCVbyfoyHJdf/mlb9HcYh5X9DTnmq18tWNrfMGS6Xf+yOjOexkvXYY8yARFH+cAK1wEhkOWbIZXxxp9HKiOT8ZNXtvcLx6zXZrf4Yy89Y2D2nGMGs+c85zmHAjOW56QyxiDeg6Fd15jteg+bn66Yx6VtvG8W2z9uY2vMxP3RZMyA2L5rzAhzEWtZ6asK1z+3G55edoKXyDFpGwEth7OV0axQsv2KPMhIv0hhpJvjhbons6wxEzCr68s8rKOplt0ip04hUtrohysjblbgiwYg2aGpjmKXfyLpXvUx7RIrYfwRe5FFeQqc1X5+2g/7mJVIV6yA1tUHnaHCGtWy0tALqlqGnZ5Wtn72s9puUxrVGiNuo+umNeYKIXldW/Vi7Uj7zfV3rb57VLjnmr60TS6eh1q//mUghpeRuQgNtz8HOYHw0n4C0o0N4l76+27BJ3lCFv7TO1IVCV+N+kLBLB7cBLYy4EI7vmsk3gKzpQIaJoYy2xs6eYm2usF0CRhTdpHJsI1l1gvALlPMcFdYe4Y42sjMenDGTGUMuEpTGJUe9aBaplD3/BdWMJtrU38I2/tG281vzS9W+4htoMxrGmOpAOJmw+H3FJvefpwQSDD7cSpm81/cdHIYzG7xZ19+Bsw/CEjPOmYwe/aznz0OZtKmatRYPNrcfW4qY0sxQzEHxqQfC4OscZsLbgGTNjGVkf2YnjgOZm1IMx1DcxAqaPqSGGFukHYT8LLotgvMnt0PT1NGiXp2FNa1H2IEtrWrWSFFpnpmG0HM4eIYy7K4xiz9832P/cuq6UfIekxfdNyk1bhLziYfFYYuU8KCPDGpmIguoGMsSWXEy3VL7DRTVB/fCGIFChkSnGrMVAHbwpeYfq9QzjUAlunKuHrWM0KAYhpebs7IdUVR8gJ1zCOlzkyZIZN38NI4u1vBe5mKY+zk5mKvrwO8ZOvVRiDGTVMo02aFk0jNpFW9Aiu5Z9jOkmvJoqZKIOeYQCbSNYsqnRzCcXrrgqdU5eLq+j8C417+B89jjZg8+afAhY2xhHeiDyEvUhnxP12AzLn6sqUxS5vH9ZjKaC4GHwnGoD1PZVCYi7oPzhuHeiYxOdLYSsSqFVwZXe8aH61HGf2knsSgoNUNpss63pi4KzmXI4fKfbzec19Eu/z5KYT7r0ubClK13O2OIS5gVfssecam0kuxyY8z1LKut7KBsq5CR9kexQFg3gazgQBzZuzyb/z+LZjFKwe0ZM8XWVFtVsHsr73yjIHZM44ZzJ75zGdOVszmm3801a2xVMYh4odQzNpxHTuuiLE4VU0T5SqFNR3bSG007ZupZSMpk9YAsNQwhEDZArNn9sNTGqAlcU1frOUFzUG0f8IwRpdGedzXWIWyGHODZP/lO+X2ZqdG87Lxmu5VVs8ebVTLhDRLr/IeASwml5NmKjLVfskaM4e2dw5HqoplgJb00TVmBTfqvLH0K6ZgJm1xBJg9/WnG17jo1ey9/0vXKcnuZqmA4ymdzNP6FKb0RfRI+x5CxctG59cwiaYX9zSVdFwhHL3ZvClwki2v/KO/F/+hSy69LAS6JFdOaAB9czDjCsyIR+yiokJup4OYgBlt83GDJdpSOFOFbWGeKW2DQ+FKxCZClsYiTjdGgFxcJ8BsoUv9BMSogC0Ia/rrwmu8hPAZqYxrM5MJxIRictaANMp8ViGP6tqzXzJ9g+n9TTwO294co/dG4GpsQN2hb9fF+ab42it8AcyGUMw8SW/0+RtL/1+itBHMvg2Kmf4Jy9WHF3FjDGD29199xuzyn3bMrowf+chHdoJZe43YPPOPKI8AWoRTGNO9zHJgbK4nYxOvpeP0ElrJ61Kd68rIeSqM6VBR7BT6WkqaCSxmIBZwnJqEEPhQ5/X7p/fDkxTAWkqYVzBTSAuOiTL7ZI/yetCBflXEIES2CLuhssx60hqzuodZaST8FU4ScBbxiA19vTHJxVzh3Jpo5uxMylQwg2qmCZh54iUOPLKpEBqKWe6+uKr1FVbO6M3rAfmv9l099Sncf2p8DyztoeHYlFjCzU2YNaTt4zfFOejA5lbT01/tm9QrqunH/ElpuzblS88ZLfW9ky2z809OI7w6Y/pK9l579Z/8A2aLVCkDfKE9g7CFi6qG8QFm+J+PA9oyUhelraGaxXcXIGyhe5ERYRTYAGDit8qJxNjBoYoJaNUyXBfTduMaMzUBWQHMJJM0TDABWwJp+mUSmEPfLvYxk4noTXNSmLgcpFSQ6DNfSrv8/dMID2pXPwpl7fvoWptJ65jk8Hruehs6t8GxjqyYnQwVxiqwDQFmtZwDWRLDmH3VqkNC3WGgLMDshq8lmOmfoVho/+AuFcwu+edXnDEwe8oxg9mHPvShXWBmU8w+ojJ1DMbRZZBVXleBbIi4gNwYjOm97VSepoLYqPGI1OeuNxP4CgjifesYy4CMZQWq3KKfgJW3yVjLwOxp/fAEBSxb5OvGfIGywJct9LmA5h8Qj8gwcdbsPy7fkpTGG73CWTFb5zlx218oJdwYLyFg5YvmOEnVnxgrADOR9uoZ7c4JxYfASY+DmdiWNJf6KXwxlVFcGcP8g4qZafqi1hXemJwV1wGYnTz5Se1HbzoiemdWSso8tFQv0Rhju/rkjnVayZ7RiTKDtggg7smNEi/jlAhjKNQ5OeIyjxiWum/QMBL1sXlp0zgw6ljSUC5Is8ts/qvhIZr1zpGWGi282BV/5o+cqmALKmENRSwogf2ZCqlgxv/9UYa5hzBOjRf210OxALAlh0AWJqB/bkmusaCyloOZKmcr7GsmN5+xjfbp1sgW5d0WATLOAm11LPoLXxPMLAczLH5TRZ9tsbYsJ9Gnv/xLbdHfJoel/c06xtv3h0Aps65xxLJj0QYz72zdSapiqGbDKZQVV5UsqY8Dm7ZNh6vjS4/8UrcbvqqCWZf9uTFLWpA2BbP/8Lozto/Zk44ZzD74wQ+Ogtl0BQ1j9k9lNEIAY6qYtVQ5aRuNTYex8X7SprHJABew1bLNFxDbhPXzU8iKeApieK9sjCWqWQpmT+mHx/M5gJAlgCXQJkzTs56DWRw51+SHwlmkNgbL5K8AswplLk6MhVBWb7KcQxnk6YC5dRdUycmgrmmNOmk5VA5sg5k+ommd8ahLe4k2c1tTGTNjamPEJYErYiVL5Ip6jZ088QkBSdN1pLZeJKDjUzmgKaohCuIgjul7NRSetmqnkXkCGN87SM2lOa5DHAOpSicZvBPD8nZs3D2uNcp8c01Oq2n8dX/+Tybrx1JFLGIoC4gtbATMNuV2ki/PetAIRJGhWI/VoKKIYf0Z2uCtulCFTcr1moObZ380EjOQlqpW4JFBVxSCWVuIzIALbE1Ik7Hxpe0KFDOBslqXNpZx6Jo05mY+9RXvsn7x4ICX/fcPOySU8Zotk47JdYyPNMVIYYx2lL27SXUbNlDWCWiV+okO1QjECWZVMYMKNqqgzU97PFY4Y/ldbjdcW8GsMN975DcVvXAVzG79hjMGZk84ZjB7//vfPxXM2NaEHLS3DEN0XRliiROjGIG0YGwPi3yT8XNTDnXcbEjTmKpmlBQjjlTDXSmNJYlZBl8Cb6Nqm6pmCmZP6ofH5vCFc6KoRZ3xEkAn/dbkmFxoGl/dpC7zbTATm/yW8yLBDFCWLawrfeOpzEmc2q5lnVQbzBrmmItYYcIYyqqgRZ0AFqDF5C0+Ssok2l+lALPHPS60oTCcoAU6nS22vaINfIR1RnWcn4pLGEOEMi+6ifE2rsAV9VDl4t0COGgBTzZwQTZsylw7QFVSYwwPUI25xlgxQcE9n9rwS1+v47mR9akVPy9BW5W4GXdsWID95OJePdJHCabYR60U3I0bNoIGynrcH3Y785h7vHe8X0wC8417rJ/Dpssb/sqfTeBKQcvDYZFQhjL7cmy4MkbyLv1IvdZNzwpiaRqkjhush12PpiG2v4NLourrT4EAM6pktsohDIoZYgJtmRniKhSzBLYAZfnHzxnqOACcgpn6/utXoaTxfFIFbU999a2s6z43X/3af61Y+1oab/TP1TONNQ6uJ6umH101/Oi6SGHcngkfJY5NHevN9MzDZ6pnjdTHw69dOyzIDWa3crvw8WKd2+bgS809ZDF0bpG1HswuveuVZ8Aun6/HHjOYXX311W0wa5t6NNW1Rp2coZb5qqilatlcQGMlm8+4ZX7evwVvY2WqUAjrdQhk6sqo68lY1vViqnDp+2lslyqm18gAr39iNzzaCFYUi2odzxCavtiEOassExtMr7JHfEesqJ+GpkBWKEP6Yy7+d2Yexh8VzFQZK5GbKZpTlqMZ5dLXiSh45ewia9EwYXJMObWnxEbCXbonGR/hXJb9u3wZCvoY2rdtHl+N5HGyJJMRWBOgU5uDld34mMfUh2uoQuY0SQzYAMAEEHCLZEBacdWrtmMBBIUbTXPzZA9gKjCvAAhhw+t4Y7xfxGBHEQTJ/dYS10PsWwYQQape0CH6FqpNm7O6PG7iwVlEJ9mOjbDpuFcr6EeQKuI6ybLr5nC4tmHOCmZ1enQN2QGKhUBtBrA/hdU3/bW/YKZP/QujggYgUxlm039QSsA1tmMHi//RDr2Yph/5ny1W6K99FNyK/hAdsbotCmFSLskP4RKKmQpEa7W/D85BHxmnnOPrsMtX9tW7YDvqm/IAcdOyM8DMB4UyrBETeqxaJ5xKhC6Tn29Pfs1treuumW1HPwpleo32OK3nINeEM9YzpayqYlIGjNXY1h6/izVkaSpjpDOGKlb7omyJOQjOhwC16WmPN1tqZKxMuK3bDe/bgpnJD9AseT43fxIwu99bztg+Zo8+ZlfGxz/+8SmYRYFxAtBMUGNdwUxBTEEtyhTQxt0YxyFM20cZy8Y7HboeQKaApkoabe5N4E/np+AVl1cQG11/JmvMGO8f3w2PMv4mVPjqEwOQRfRTtSx/1hhnl+AWrj0jkMlWYA67/JZiFg6Mdg5KGJ1KZOKMlQTURDGTCSHuY/Jgvkl1Meo0AWMw1U7XkBG4MkALMMNY08fJbR2wVcs1TgBbm0461ptxq92TRz+yPpC7mayT8sRoAkQAuDKRzwrXIAXaRVMAgsAE+4UyBIJRUwv2CWSTxVUxKgjIqSDB+p4AZSUHleKAnGjHe5YaoPJXnHxU8HFgBVv0KxGRDaph4FFCwSrZFgSGzBqqika45L7e0VU/YkIuwEsJDgplwedZvxpv/tt/lfluWVoiyokMQ2hjPPr1ZoIA0JOrxizmH/pjgP24Bo3gVhRBtKyQpTGkLHr0QdyomJFFViRGjasQlZ0Ba0hlTGcjUJb3SWYlfTzWmGV5lr5OVDGlSs3LTCb2hCv+i3Xddbbou12q1XRoa8Jc0qcdH4c06dMl19KjSxQzMfwo7rYimBldGaGawQik1L5FFTMFsxzIFNrGQa1dP3zq4/Trrati9g5VzMyK5ozrRiso6z5mlzz8bWfMLv+Rxwxmj33sY0fBjG3uzof9FOCyurtbqF4KX+io96LmIAou+wLaOKy1x2k5bWuMmwxohDAFNKYvEtJ0HZler1VWlY11hbYWmD22Hx5hi1z9kjhiBLMGlC0AZrOFJi3LfmYCZvjxBolPrTMWAmbZxEiaOZjJjdaJFYJZkg2YwRnODVfGRgKm3H0SQwqjgpkAGFQwoU7UszgpM8bf+IiHqw+9QlVd/wTVJrOyJ5MZ7ewRVIt1DkBfdsedydi4V8QAhO5IHaxzAMjIH0BlI+t8M2Wp4DriCdI0wI++RmWSn2c6yiC96WeL60GhFDgG12osABVpi0WnmnwuhFrD12Pb8ta//zcJYJobF3H20XZV2ZhLp2CmZ8CVI9UxVmqGGCXjCHa1XJiGoN+1ic5dWtCW4A3NPxTO5CZzOCPHIJ714zqyxS7mdamHQMm+aX8qZrtuNM/PTG4aE5NJPuG1l5p3P2B9/2faKYZaHlsvtj+YoW1yHePbR7fj7FtAK97H2jJRyxqqWTlVx4qnKY05kGlsoovjQY1EDq+0/Ugx+1tuF96wBTPftRO/AJu+on2on+6lj3/HGQOzhx8zmD360Y8OGLKm1b1A2oyURYUlhYsSsdi/rEKc6boyd6e5xU6A3AVV+6c2tsoH6JfX2U9dGS3a8bVjWxvGxORD4wJgKYxJWqMqa/2j++FhN/EHFbAoQz1zOjVCULJ+B8wxldGVY1BWaCu6ZzNdHMViYud2VwsoZefEdbGtiqUTifrQwRpfAYy5mSXOOx5oqKhBIhzg3hfWAKNbyxXccdgCyJcl4lih4titSSfhmtYo4KYTylbT3PCwhwr+pHuLNXBDAyxouTF6Fwy1R2ps9gsDj/8l30cosEN7OEssHuCzIr294x//nS/89uyRqkjY6qmW1RTGhQvMqVOjKmY5nKlKRtZhnF4ZigmD9fW7e/tdO9x0VsfFhYIZ/8xS4zAD0fjgZll6Im9W0htz9kkmBsVsgUzRPmzzI6PU84+a5aXrrw30FzCLI1lPhjInIbmXYu1iQaWPff3mbX/CFos/mQOQgljeZ3ysxlvAhnJW174dz5GeuJgIZpu+pymMQ+dbYOrMBmutMavlwexkU8beZoMHiOlZVTHE4uxRb8Da3LrfrErbj1uxv+R24RU7wKxll68xpDKef9Y7zxiYPfSYweyRj3ykglkOW+PgNRnW3D0ggoDWWnem/dL3SlU/vI+WcSm0NZWxPO1RDUGkPgZtMqa1V5l+FtGZbQpohCt932ZbVq7v44jH+7Otf1Q3PMQWIhItICihrO3eC6zV88AUR4KZgVkIZdZU07CsS7cxTl/bN3WoZeWc7IK9VKMPxKUck7BzFcziZow3KsCG2EWdYBHqHFXMxKct9MBcDev5iIY1ZtEvATNA10qMwiO2khj7BMQJmD3kwcYNlN1U5OLarOA0KiY1lshK9edSTl68hjZFi3BhU6Vy0/encqamHXgPtkg2JoQlVRBV28K1puxZLSb0RSE4WqCAxVq56KagpMoY76vFwlpgGqnBCIYGK1Dq4h3k4u/8Z/8gVK4df0MRKFtkVJDHItVxgPqFdWEwBRH1TOosE+J4LvxuFBjLvrMLIC3KxXpVzlQxI6sgDZHikYAX2iQmnBP90i/D9JgcqrIhlRE3zVTFWEuWQplAW518kCkn/+g3dub2XusX91O42rc83cxDy1lsXCnTsQJiUo8Dm0iL4ce6CyBrpTLGEXBGKCOQRVxcGmtcY1NTHMMR8lBr0g6W4uh2VTF7mNuF5wWY6QbSY5a+yRqzYnb+xe86Y2D24GMGs0c84hFjYNZ0aszGuPsYvKEJqhggZMSVcbJdflsF0xTL6evJDlxmKLPGT10ZtUmUL2upcFOgTQGO769jFMwe0Q0PDvYIRsmOFN7qmXEe6sq4Jphlf5VmXcDtonpmjLsyaiKgLpjTlMWog0j1Qac3vUnhm5gsZUAclTKjjxoeKpjV9WW57b2jzkNjAWpu7BOPiwFoBTfpMrFoJ5j5jpShaLvhQQ9MRJEjUJsa1858sBRs5t+m9mvAzOGmsv8HPh7Sct6yt1rXfr3rX/0TBTOuG+OBWNbfI05QCzAT2ML/fpQbQJY4O0YdroyiZ0edencLyHTSGIM1ZoAscE2a1rgWjtFlXCtm/8GVMV9PxiOHs1YdX6YuAbMgTBCk1FVJE4hTGfFRV7oVe5H1/fOy9WIEolzZWpr13fR9xZprxjTWNPQgdOkhRh9xztaUVXVNUxgVylQx25RjnVlR+3ykMtIQRNedoZwdqtTpMX0T68OZiUzo81w3e6nbhacEmI2/SuO3UKQzXnrFe86YK+MDj9mV8e1vf3sKZvFAXveTibKCldrga1ohx+p1TfcuW6/XUTZJW9R1ZjshS+P7pisK6Ol89wWxbP1W9t6ZYsbPc5e6tq7X9oZjo6qDahCioEoDEtdy7eubyzCV8WHd8CALLunzFEVfyJIrbZP+AXlRFj7JYQw8szaoatwaTLb9OkmTAaCYlXN5AiAJtLT/hsu2SGXEjaGeHrSZFNZBPPoNxeArKbsbaSJTyf8Cre2o40tUgayFx+sEvupeZzKWDo0Ru/CA+9ser/G9tKrtft6jfbl9rpPvwNV+qSPy+MhQ2g7xmr1r3PwuGtz3MvoJFE8vy/p7/92/EKAydVUk3zTArQDQGDMb9H+3fIckWnNS354JdryGVTArOVHGjYty1uofZQEzEZScsKXf9jUmzINDAC3ALEXKdnxyH37/YU0ZbhqTSm8Wk4dipgvoHn6lm9l/sL7/Sut7H19HNnPDZy1r+ziMjbkuIpWxZYffRd8EzHor3ExaUxkJN4SymsqYGIGISyNArQFm4wYh+1vva+xA1vwaX6/N/p2Z/R+36x9drJefZFDOVBnLX1TM3nr1GQOz+x8zmL3lLW9RMLNq8DEphbEBZ1SjFOgIHLqujHHdn4ttabqgzGEUoubBVq62tcojRiHWSG/U+dGdMjZhLerEuCOVkcA1qqLV91RFbbRMMHtoN9xfFS6CmjGbj2mM0qa/YVUxWxG6gmeQ1Uc1Lc7RN+ohQt2IeLoHrnEjaRyeKGSmyhhlQKFSBbOVgFlGlGvP8zeZ+hisMzjArNAWX9aJ4e/oKPdSFjCrcQWz/CGGG1BLcpb0Ez0gwOx+9x2XW1hhbPriIzX10CHT31+qEMnyVyMd8sBynoYlxdH2f8/8Mxm/Ff0Axj943PN8FbOgdPV//Nehbu0CtMahylkS68wGK4lunHEMoSvO2i8fWxIM2cTwXT1JXwp4UzBzgJkKTenfZAhinHSusmG9WnJXuotB48jasVZNwAwqV360J8ZJaP+Hv93N7M+b249uAagqYM11ZQSuqpotutP+HcFrEW0Y29XrRaxrwdl8Y4+svMPsw3wbG3qkL8qRAknRIyANJiABZQQzghdiqYIW9aLxPNWRY8bXqOl4xvdPgyxmf9rMftrt+gcU68ysm/CHx9Ja6VyvfP697z9jYHbfYwazN7/5zQpmzXVjEc7BrK08wcQjqqZrozZtNR5tsfZDr6/QMtnQQ8DJZrgv6ltMArjsGtKmwLtznnEW8xRVxcZSGXdCl4KZjJ0MZg/uhvshey89CGjWg2PALaqccdxKYGuVHJlz4xox8crY1vM/MsXNwi5fZT5Alz4eFJ1UH/01lRGT4QOL73iKCzL13fZtxRLFrOGyqAdgrNe0oACzCnZua0BXss6stmNiVjQOTUAfiC7c5972O68RJjqzd7P/+73/v/77eOoXiQWxNpRhbAkKEDCT5F3hlTWVMQU09GsBWuGfUTJNO86M8cAYr2naReFMwMz0UDGJfXXCJ9l1CGZypy5fptZM0K71JTeUj5u0E1G9atlx017PRQGNB/I1H3oTmJ0396+xvv974+vHFKDGoG1cbcsPhTyYe+QKGesKZWr2gaOzAWvL1j4/lZGK2YpGIN4EsxzQpK7gNW4QomPG0xrb9Vlt31TM/q2ZXXC7/i5bMHMBMs3jHvcCqa6Mn/jgGQOzex8zmF155ZUCZgJUAmsNeBtNc8yuQUAjgKlZhzoQCjTtev+mKyMhTfp/UWDGtE+BIE1H1OHpm0QdtvheY+vNFETp0vEKZqEk6v2wPH9tmoDZA324b/JHWAEvbW+kOyZK2grCUSo4UTmD0HRiaIOXBvZrzl6xGw7WjaVLz+leohOUvlTMKOVh5XHjkEnHBKv/Pz6cAeYMcQcpnHmeqoiypDfKY5ubK1GmgMb2tfQ9SU1BYvz197pnK31tfg4iYxqJc7iIaI8yKcVfr8bIzZBJyAozITXO7jdn2qOOkjqCGohSO21T4yVdgPbB2/znNnz1nq8pWzj6NKCtKzYIkI0fbiuuK9PvqhaYQS2T/EtFlBzK0LcEWcZ62gE/q8grOWlK2qNkCmJSjjG+FhCTu2+CmePLIW2M0fyDIIZJURHDDa+SMQJoMe7B7wh7ng9Y3997HMzG6+MbQSt8cd1Y17DCp/KWgRnaO4l5p+Yf2ExaUhgd8NNMZRS1DHCmUDbIPmfq1NgEM8RGQSyHtrzeivle0PYeM3vQ9rf5hVsW65K9yszUaoll9qlhr6mMX/bhM2D+wdc9jxnM3vjGN4oC1lbOFEiStWSjils9Qg1TxafoejIxIaSCpuCk98H2FJAUpvY38RhX3Rp9cvDJwZj3mq03K2Je2bbkz2MpsI0pb+jbP8CHewe3eC9CEdaJpQoZAS1hG7gySuZfBTAH21BcUgUt+tq2fCN+QZRE9Q/ff1hmiM2kTgaKmhBmbcOCORPC1JsWjmnBmlpSDpwG7QDUNNsBXwQzQyqjsQ/aCWY8FM7ElVH0gFLPhDKmP15/j7u3tRLWNcp+2qYxrauTYPul/Se/o8a1ptdsXpdAk89+bzHK49I13p6Htmvq5MS3P5QCh88wrvzh299yB1yZxIrGpG9GESUUs4AtOYtIXuPrWeBWNJWRN4VkZdGPKoQxrkdRDBp8yyOqglFAYlzlPuUelNm2dH6EhDSUPf3YIy790Vbq1rxlsJiM3rxQprRTTWM9QK72f+A741vlHtZ3H9Y1ZjmkNdqSWA5m0p7DWgPQAHEBXzwrvInZRyhng3vAWICZKmW64XMOZwOMQABnRVwai7fBTIAshzHE24dAVon6/sA20v/OZvYl259a1/+rqpiVRkI8AwpmEa6f5Pn/89Ez5sp492N2Zbzf/e43C8xQng5w+fo1Nf+gkkN4UxBUNUkBozUXNdNge5O3tLEFdlHX9jzts63qSVH3d4uy2umn4NQCLsZb4xlvpDgu7tsN94z1YkYgQ4xtITJRNStSVzAbXKErP9BOMBN/QKQ15oKK6kwBX4iLrOdxzhbUsW+Hm8XN6c3zptl2wjGYSApmYfZhyd/Vt/UeqY1Rjr569CwzlVETtDRtUVbP6Few0N2Ra8zudlcrv5OX2AbJm/9+2PT/y9dH73xbKGMKYIxHXcukBahpkdooYLY24/9wepgmyb4m8RgvkAcwU2Ush61FqkFpnKoZzT8UyjzhmDikDhaKMTE+zD/qncdHGICFek9czNeTNbLo4cpIylSC1Eno2jKdjMsHcP+r4rfJX7Ou+xbr+/NJ6uHEekM1a+9BlqtienQJmIn5B1Sxtj2+V3t8dWLsoFgF0DRTGXMTkNUAV0YoZamVPoGsueYMfQhvcmT33IQvl3jMzWdB228PZn/fzH64gtnfK9YNyBmIAqpFnmA05kDZ89/+8TMGZnc9ZjC7733vm6YbKgMRsRVCFFwknvVTUGC7RUHXmLHPlLRKjSl4oCkdG/XWeQwSp65BU7MSpHiu4bLIOfD9kvVmbcMRAaphB6TpvmhT1bPFfbrhHt4n68R4jqMX0SnGRd8e+551pyyz7mJ5Ff66FhutRgrjUM90nY8f+J0YIWJPZiuNVEY1afagyHp2EGe3jElJ/iapNcw/hBhTOCuENIE5upvgGgCzTky0GylCSapi2cZELVuin+tNx6MjJ5Wjs+KzmIVs45+/y50Pl1i3fz6h1rVpPOd//0nwqozvNbGC64QC5jq8PV+tamT2JDVzVCe97RCVrMP8T+Pjd7tDfCNsDpQTWSb9GZYAG+mgYwpUnqq43oED03lHwUxgTGKuMWmn7U+MZyqjN7ilrFU5A8NI3JPsAB8EE2VWvNP5dYJZ4Y3Ebw+uM2vkYEobUyED0O77boeI8X+sX/zLPAUR5XFQU1v7NqDxaEKZApj2UTBThQxt3EzaI1tfzD/y9VxpKuMa+5lRQUvWmrUdG9W1USHsi1TRVvu7Orbrbv+jmP37U+y68Oc3YLZnukDk4tv2GDqz8z/2yTMGZnc+ZjC7973vvTlN3TyaxbQfhrfamk6NOyAndWXMoKOxvq0JbtJnDpgN7u7YxyvOauChTpV6G3L/6abVm4rXa8WYzH6/CZooKrCiPK6k7YC9xb274W7Wg0mCW4JP5Deto2/+W7WOBcsMHZdk1bMp46gQtdu1kSxT0gfC2IL5nOZfioNJRqM6IaQ0DnQmcWUUYRcPkpR+Qp4noNXElVHXkeUPMQpn2mYCaSmYpX/3L0kf7tZEhS0eWzdjLtz5jlaKkvMeu15xI+KWBoQO46rQAe4rHcVb1gr7jidwjoR3j8XnZdyIu/2xTe6gSY3argEdpV1Gs0+l/yfveReCGXPnAF0CaCrLdCVkHko6CZgFjOXZfqzrPmebsZoAzHGDdc3VWHmMXqubcq99QjMHmCVckn+759CWThjXGhpgFTHyL+MsI31xybolqYyefaLJRGgAouvQTK5xn6v5N4EnW99f0d4QOgO08VTGfKzsN7aoZcBX0xZfz1hjhjVlKZiVgLJuB5gZzwIhBcsSqJwNiRGI5WDGeJbKOGoOklvtt/dAG3dz3N963+1xZnal1Zfb9b9/C2axzixLW8zdP9BGMPu1T50B8w8C0h2PGczuec97joEZztJvOrSNttE8QkEs2qJf+z2akGaApmGcu1BoX18Hsl/rGiw3AVLhVdtC/MpBjYHxNgVHWT82ZR+2xT264S4WIEVAEzYpAmUpvyTAFmvMlEtkx37JEBRfDbo1FvT19PE6yDDATFIZY6Lpg4+AXB9kCsWMhJltZAIpEDcKKkUMYyWVsVf7e1XN6MMmqY0BaT3bYMhdUxnhJ7cGiOGGGMPjpgKbc7VNVc6uv8Pt04fuubykbQoGWZ/5mYN7uvVrN421bms6fLUt81Gzm+q6LsuauKk9tJeypY7JX3qPh8un/NR977FL/UrOReqiknVJe18ilVGZplFWKItytJXoE/1kFWifKmauwLU57wA2jvWoD24FilkGX/kklV10vLgyuiClZI322CwakAaOTmKmYFZkXVguA+o5n1jS517v58PxX7LOv88Wi8Vh1ow1UxnTQ8AsPxTEtN53WFOmx7Zt3Vm+toww1tyYWVIZS81+KbKv2eaQtWZzwSzi6zaYaUwPVQDb/fKxeb/tVP+Kmf04wMzClVFf836ixmP2efvMGQOz2x8zmN397ndvglnDrXH2erMW+FFJUhv9xjXG3l/PzbYMFJN5j16fc9G2EUjTGEGJMTVR0c9O+uXK1hxgE0gba1vcvS93cn1wgVrGdWXWQXji8qtOxyNzsBNnI+GVdaFrI8EtZxe1ny6muVCuu+RIvuVSJD3cLOIoo18HBYzARbiKOCdGGu1Ox5wI4MGVsc/VLoCXrDELV0Z8SdAX1wrFbEieyAhda32sbCZxFdEGPn+724y47oFW2F7jxbW3jV1PfPy0gU6H49fSgVKXi2kLa4ff37ndoEaU+Sys5axYcqbTjbmze5BLINjepLvUqH6GWv7MA+/Dp/fYVFrhClTAtibM0ZUxAyt9UMuRQP7csQPURO0S2MJ3M7+D03TG6EeUCZBrglk9BllulfRFe9ImM1CbfPDvwoWVG4kXImLWPza0aFInITmZahyi4+/xATdjJrn/L+v7fykwJrA1E9A0nh9i6MG4AljEAVsaFzCjYja429AJkOkRANPYxwz7mSXW+YAz6D5MZWyBGdUyLadrzvZMbVRFsA1pzTTG/1hvB2DWz/9TXQPMrjljdvm3PWZXxle84hXTwazdNimtcco6sKSN8RaATVbnGml42qzjZoMfi4QqNSRJ54uXxC0AqYLgMKLI6Tyb8CWgNRvM7taXO3ovoNUTzlDeBWG9xAB0ZcGcbgUxnA1xU96pZVro4we0KAm42aXCFVwW02Q/TDqT/5w3iZXBKOtE07ShDN6KKGY09MjSFR2gle5k0IxTD5Cb07jGAsCQtCW7O23A7Da3av7eiYYAInOk9xU1qyoWIUN6JKsYjay+GhtqjDqOl3gjVXKYBpj+Oo1RcYsF7+9VrSpVLXKuB5NrDbVPrpBhDhjruLLfBEmhEmOOfMOYIbUrgaDCN69DOXMH6A0GsC11SNxrqZ+rxeUKLtyZ3kGnjyd4M6xZNt7eNQ+5fwOy2qpZykKRUdila8ySdMWCeACcwWJf/4yRw5wBtkbAK25Q4jImOw+akyVMwrahtlGUGhTIokzuSfh4wxRD/Wh9RNCs7XqNHkparDFry3icpJBn2EnStUQndfcPqinDk6zvXttWydrAJWvL5Fz7J205oHWM7TD/wIF6KGeimAHI6rmxsfSKaYEKZaZA1rDPt2y9WW4GwrrCU9u5EXFHO/pqm0JXrrKNAttjzO0thpcoZvukjOgG03btGQOzWx8zmL3sZS+bAmbaNDN1UcAK5aSPimZj12oqTny/FmCJoyLaxs8z2lI1Lk4j47WZXQSkckBu3aqkJ0Z5XzVtcdeu3D4DMkOM7c5Yt+vPnDwnWX+F9rWsy98+1T+jxjmmuOEVATgs2kJ3xM5vkmTqrKv5R9HcTKYtYiJCmzT+WLs4NNbYcPrQ3CH9MCBMUxglZZGPaogVjtVURrE4WFMt03q60sZtsEJXxgCzW91yPCeuvcZorjm9Qsb+6ZLTMiEJgwlUzU7wG1+yNf3vrfPTKnOlbNZLhrZnDSjN/4u4BaXzde0jHpw82SucEcg8+uZkoO2dWdn1ra1nWUs2JP12iVEDlC5vQpbGFqKoNfoUqmUUj3SdWI0HxyjftMBsAONyuR9hS/xZdHlgHo9fLxRbs6+CxjBRjdkKk5Ov7l0/Ev99kc7YfZf1/SUBSlj7NdFZkf2mOy426rkd/ojzIo8wARmSPctQ3zuVca1AhnqoZjmUtcGMMKZlrecK2riKloNbsw/jnx/c/qaZ/cQEMKv1slcq43VnbB+zWx4zmL3kJS8RMGsrWJJyyDrHsG/WR4EoS1+kgYaFt0b0F4CMPqX2UbiYlQIZgIHrtc7NMXwffF4RVjBrpX1qWqMqZyWbFq4bnyfX2EXdknVsMDOJvriOgKCC2Z27clsjhAWX0GWxC14RVtFyHMIzaeJJyVMcGadJSJpAl1s4MN9SvfuTuE6KcEYo66tiNmHzk4FyICdmmcKGcaePzF1ie98RsqiYRTl5bOvQL1XMkomoDsBELtUDqJzx/Pn/+l/s5nmpjpU0aZu2z3ibdvPxv1RRa0NoE55v/lcxu+6xD6dStutnUEgtgLMc3thGMBMAw8OYpCjGd0frOyJRzIp1suNgxz+l6MQUxvhTQcZgbHHN6ssBi+2DCkoCcoNmCNIMk3cNxUyMPBbZl88Bdkx3dMNLXBa9gQu42ZwoJXbnj7r+b9+6M/b/or3GjHVRxLok3hqrCprGtaxnglifA5l5ZwWbSQPQxCZfUhlb+5gZ0xj1EEiLlMaWSyPryZllApjWmyCmbV+8cvY/i9m/M3n5H7jeykln/Asy0wzaL69dSjUsGsx+9bx9+RkDs/9yzGD24he/OAezNrgoYI2mLuqZDJT1kWqqegn0te7bdt0rAVLGTDsLzIVrYpxlgKQy5mofXB45hi6PCnaqao4pcZPjKGu9CWZ37Mpt8gcblmO9WLYmI3iH4+nqKMyixoWEsVLjVMk0I9AFzPSp0lyMPWD8wZtSejROjjGMKV3chJBluuGJTKa0F6aoXX5ilN0LZKkypqqYzq6dyshD1pg1SJQxqm6//Z//k2yiHClqESuRsigM5eYe3zNVZXEFA0kVNLx0NxgGKAuVIn1QlvcSzad2rDUOVuUt3iqUH+vifTXZL0s5HN9uWyJ6K/r73Qmpuq4uIl47V3iL9EWvY1TJ0iRFfclaPFzP5J6j1DW3uP7yxz9KfzbBxIO5cA4449P/UMukAYBaV1dfAsKGZIWlWuUM8T+/glr2XcHMwIFgJitEo85JJsiDWLK+bNOnbNeYdSEgqaA0kFFaLAP3+SjXyXRMPdwcauqhdykfvSZvdqq48T+8nciNZrA1iDKmk67nbjAr+Bl2p094+sf6vvtc09SjrZTNN/fIHRe1jQDWTmUkrPn2vO4EyKKcpTKa/JobXWcGSONG02KjP5hZ6VQxy+3zCWFRVuUsBzP2zdIcJ25I3T7iWv/JzL7K5OV/83orAxWzPV9etv9nv/u8feUZA7P/dMxg9sIXvnAOmNk4AKX9FB7aY8evZ1qHulOo+mRAmdyXXivASFU/Pc9NqVSo5FnNPtQy3/Tamn6Z9N01v52frb4PxrA+CmZ36MqtmKpoXQJp2r6sZ2mPmIpR5Bj+tW0IyIoy+qDfzq3AVlnqmncgw6V6+IskyLzMaJc2708X1xHMBvH/Z8J63KDSqACaAB5SGc16AawlYoCtBNIwjjH58sZjJB9DmcJoaC9sq+WIRQKXpjz+9n/8j/FdHY//ksgWwCKZdH4KTUXXk3H9U8CP16sWAEPwXvTN0Evgy72iAYCNC9gKHCFj7VqAjmTe1euegkzxehfZYi7EYhxxzSvdxbe/C66ULJmS4HM6mXi7PJXS3bxwrl7LgcB8N5NIBT1JV633BTDH+j58vnLnsgYOIFuKfcWTH2fWZ2DGupEOtK/QA3/mlaqYOe3yqYQJbJmNM03ePvDPLNS1k798acoibjjGyPhaL7C8HxLQwgSEY3IwQ18PqBvkozUwsqYvRnvU5Ui/hDSloRKmN6eEWQakL2peZjLJO36J7xDCv8sW/d+cu99YHhfAyk0+cqdFbYuxjrgDxhasn5ZL51hXVn9tdTmQaTlNaFfzDxtfZ6YpjQXnClW1jn4CUmOAtm7tfVYU1rTeArD02+Pbzezvpzz1L6+3UrqwsNGFw7qWOkv5x7jB7GvO21efsX3M/sMxuzLe9ra3nQRmh2zXh/68X/NyDWhs7gGmcFiY3perUe3zGLDpmF3xJCSg1d5aoHWrstdaxAfOXcEL7SlgKphJv8XtvPxXC25B6qLDiFCz+yg4OetoZ9/B83RFXW8W8QGGhblFBRYSZ/IAUxcNhh+e5mBC8ut0UZ1OTGCrnlNJEO3NtWdmEVO7/C41+QjocolZxMWVURlaFbMBa8UixjVmunqGiVoCcQC23/73/14futVYIoMUoQoAnJHC5ZdaXDF+oQEGADrQ2XhxAQKBLDevQEhVSuAmvT/yRO3gAUdbVVB/9wpR6oVNCdXFZTJAlqMITUDL03vBZ4iB+BywF5p89ADNWnden5cUY5YKXfUzQCfCafqU/FVPfxKf8pkLF2ClIJa3LySdkWvMUp3YbWBqooDbqHObfFcFmDFBmd/FaX4m2qM/xxbV0AtugGwyQAETBS2Fs2wc1Db5EuAuyMUEteBjgbEU5Cgwn5h5BmWJKmYDbzT5AGT87QhmxtfzrF+8aNz8Q0w92sYeublHXh9PZXRJZZQj4qXrbVAgY/pixAFEq7mpjCYbTZsoZu1Np6UuChpBTM8CYk1zkAa86Xk9xSDE7Rlm9qoUzG5FV0Y6JjGl0bQtXqgM2+Nz5+1/nDG7/H93zGB261vfOgWzqS6MKOfjFKDSdWXSTdaNKZC03gOphFpnamGM9QQ4Bom3zjub2tdlPT9jXusQ8GJedGSkUwo/V107tgOInXb7cX+EVn7eegY0xvXjHvvbePkv+vt//hFW+gA2VcygiuW/71VQyllm9f+QdxZAriW5mpbSdd/OfcswzDzTOMyMy7yPmZmZmZmZmZmZmZmZsafpQVkbHTfl/uNbWZ2+rp6tiDoRjpOgPM60y67z+ZeU+PVqGyWYFRtH8zykDmXM9oHZ0P9UOBPMVqOGpa7p8vW3cs4I7RtGplSrwEMdsJq7sOWFEehueu6zjdxj1jZUoHQYmFmXaEQtFBJgoYXae+/g+G3BpWZfL7Wr513vDQCo1VHkPL7E7Tyal9GYZRKG3vwA7H07X2tO77vf7R0yUEkzKfJjrYDGVH9wfWSmiZifiq1Al6taJu3VRzvt+HOGas7b+RMKVC9Eh+7/9A5EnvIbYUwwc3DLFJJkUqEg1sFZJgmRtlTjToYKjnBVdPCvnAv8FPuMOUvFLECEW066+76SF0D8Mk0W9J+/1q0+/rWN8Ss2NvfiJtKrKlkBZuhrE3osgBldGQc2k9b0+AJkcGH8x6NdGRlnhtT5ALS8J+gArQezbMO5TQ5yfIp9JAb5ozB7jJm9zIrDX4np8l3T+PLLFq7uhu/UrdmXXbbvu2Bg9pzzDGb/4T/8h1UwO1o1o502AdJs1X3RldzW1LioAInui1JvAWr1XL0cWWadMWX7MjoigUrOOdtVwWu3MSjhq2nPPq1jqpf+w4gXUvkyUcx8mJmWYcd7B23PBInbIV9sobAlsWXNFyEyz8sXIzKeIysjNpLm3ZvSI/pEQYtCMdsaXRCbyS8BGhQz5+0aAEzaOHN5aJ/D+SkVMufk+t8Pi52dRDGTW9Obn/NsMwuGVO3OoVqOTx0rIYP/xMyFP2BvIWqMt3tzyQ+UVNH2/c8yd4UqbBBm4mYozem+zOvoml3XirYrKpgLUOX1dvalK0w4oseQ+8Rlvi6XcXGx0dcskCofG6UJnU3czCZ3ixAVzeeMdu8B5iETDfOc61y/i03Y977nu/B7R8FM2iLLIIOqbApmFogR2zLJh7ZnmdA2x2zNy7Fhg1BmJul6hDClvY4945jsj6D74WQTMI1wTvvwAuZ8WyNjh5VqS29TPlRraEGLbc53iESJL+7/+PVuew9/N9tsPpAp8JmNkZB1IKDpGe1IfT80OyMVMwLZ7JeEH3IGiOFhB7oyWgdmUM40EcjoFDPpk3lpG8GrA7RTptBfTw6y7/GO5vYRtufw18+sjIP/mfaUUXRRzDzMPuOy/cAFA7NnnWcwe+lLX1on11hP5gGYOzxtPpJnHBxjxmkQumSM1inRcd80Jgdpz3T54/wrm+684spJWylbM07n0fS37ovl66Vg9tIRz9+JRkMZpOCTYfVNUUcFmnpXwQxsE030AOPTtL7dm5VRXRUbP0z6X7I/ZMExrOIYAFdhI3FocGXUBSJdPpJpF15aCmyFoxPL+pY5J188xIFrntGPGLWQMS971jMSUJSQdr53yjj6ryn7IwS0IqatF/+4ZHxeu4ATt9DuCQoJI3SdzLJIQ0J34Y54L6xCn9NcGsCdZrLvl0N8EzBJOpr2EvM1oQigxZdptkHcQ4NycyBKDYOhv0UkTCm05XNHzkcgNsxDYu/Msj6Tvyhuu7639v3v8+5mo4Cr4VfOYBqAm4DYfgqI/uPMj7/YuZRj1kNsBMyKJxfI0nqDLM01JCtjhlsRrkiXqoi5tJu2YfwQV0YRMmU2UMrIzip+up4BZh6ykOad0T7fAsTwYuiGbf/hGwFmUM18/LJtNvcGcC1uDk0wa9p4TshTKKONN+nxHenx7zgXihmUM9lYGniLEIS1jaYJZFIOjTNbA7Nt78oo7QQ1ghltGmBjX6plbteY2d/uBbO3uk3S5ceh+7fI1/D2yuPjX9F+6IzBbHPGYHZ6xmD2jPMMZi9+8YsVzIwxUlpPm06VkjaCiya2MNrirODTPQfT5BNs6uesLtW4N8K+A56VMbUbZrM+1lVdTJWviY0LuizuUQL5nMU8+0QrCmYvGfFc/O+HaiZ80oAY6mIvmZWiu6nZ86VI10e0A8wKejwRujzBZDuiLBYWA9HDQfCqga1YNBaMxTS/PHPmPRuzXxUzRMpwwmu3pFrXBOF/+4ynJ4QAWUAmChbSZlapNnKlBDYTKBAQciUUiHAin82mBjTAIWAPwRgFUD4v52JSpkJYpJaEUij2gF+81gqoFCRl5Y5lCsgJGFNX5HshkBmeAxW69sCnWzifJyzESks/+P7vTSXMbBQEMIIEcGeZXwNaHmEhgFX+paMstogjM02fY1sBtQBImW5wQdBa+WRDHw8BMxMWqT/aspcZ+4o6lLZa8VLYYt4VfgOrvdHGBMzbL1bxucQ7F0V/gDZf+s1u/fFuNlI16+GshC5uCM1rEMT6vcqgkEE58wlosy987AEyiTUzaTeemXCYcWY4Z6zZNs+NS+OWQGYW83kDICYwVrswEswaxaxX0FqlTFW7dzCzj7Tm8He9bf5PGgubPkazoeT8YeJDXtF+5IyTf2zOOPnHqZ3t8bTznJXxnd/5nQXM+hSJWj8w5qyzZZv2tdegCyAhhHNRG3VhFDtP0KBt554oz0dYoa2Cb8bbOV0yuR9atcdZly5flk6gat9Xee7Otk2OkmD2ohHPsUGByMxVJas4RcqEN5f+GPqFOctB+NJ+dV+sf+lSb8Itv78ck0rFDMQp9FipY/ICYKGnNhewD8KQYjJql8VqsZrwYWOB2y6mB9Byj5cD502pmG1b6GKkTT5USdPHy572VMPRbDCNeLKw3qZJHw/Lon3twGRWjNlSZ0Bc2yMMilW/Ejatr7a3XAye60fBbGkGvILY/PAHvR//sEkDyiy0U7VNoM51nEXFIvwUSD1ha1tGbgbqdGXsQQsLgPvjsOjGhkCXqmXbhnG28Aic9XL87G9nzcehdgLxDQprXRbQESnaX/xtbv3xb66oZuNeOzXspAKwFsxmmny6I67HmHUbSGtdwWwHXwpkGS7N2DJ9EE64Dae2A8xOFcRmfaplAmhNIhBVyiY4UkE7PSNAOzxBSKOW4fD3u9VibMyiCK7VMw+2x/bK+Pe8bD96wdLlP/U8g9k7vuM7vlzATIpXBWYci3MFY45EIFSVGOu2rAYyeYZei9ch4GHOVO9cQ+cIZjqnTgGcjxawtEgXxS7z5SqYvcDjWU6VKx9DlLOxAGknOSZj0oRl+EtVsA5Iw5em8pCKU1v+eE8dKaA56WLVdbFsB7hth7U8I229S6NGD9eLUackuiTy12b9jV37u7fKdbJ6Rntr04Dby57yZKSBNwvd/6sCEmZt1JOWrTqQkZBZLzQfIxNNEMDc53PFtG12GXPsZ2a0rXnU5/xinXfaJCYuawhmNuwhT91MMXeX18CZ6hlp8o2vNdplxvK8+n6rOyYH5BV/9MM+eIIVIAv1LBffWTgjGwXiU4pPAeouurNCWWhZxriCGVL8DEnmAbdEOiNPmxxX6lBRL4AJCz24MCb6KOsKZgzd478DmTm8T6WvXIl8v9cyn1CkuDBKHBn6pKy32y/8dre7Pt7dxskHSFyZwFYNZmhX+FrLwuh0ZYRtCWTTzjcWwyXZR5Mefzm+jOVGNasf4soo6fPDLFwgrNjjrAOzqMFM5g5I4z0GQU1sipDMXi2Twz/qVgvPmyJu/0H4EnDT23eFs7e7bD9+wcDsyecZzN7+7d/e3F0z7GU91ZMWoNSOZ1yjTTihEIH2LCos6PycLn7q3ifXdR2qc1GIy7TyqXQ1GRSNbX1fCTKuNhGhIKZgSXdD0+chGHWxeZwvXs+yD+clMHv+iGfYaKQVqStw0Y4ef2lDxWxbqWRV3zxXXJO22UalgFkWdX8yLE76vfjdF+XtwI0OJMDalbHY/TL2LNryaARKzH7hd/bBW7xaMVukzNrxlP03PemJvV7UZTac8V/RKldsAxCgH+kEE1xohqTyakO4AfIsrEv3MgO0LRywbaQpNa4zY1KhYx2NS9KXbAGQptlWjHd1UzWCHCYjEPhjH/VhHWDNc/vhEZtpPxhjVn90+zZVznwPzAXBbOVTi1ysJergTDADszSgpbZ6VgGKDESPUc6snl3x/VVdQ2I9i8nhjAC5YJ8uHLLh87+jBTOJNfs+25xcV7guNmAGIKNNd6a74oDNPjDzEyb80HT4fYyZFTFm3mVkLFLlN/uZVanz/yE3nV7M0sjyoYoZbfjfDEDG8T8bbs8xs5usP8w/+TYLdzMfdtQR05XxTS/bT14wMHvieQezDrrY16lmfTp5Xr/vowLEMYsuj1p2TdQBQHQBykM2u17u04rMY+/eaMV4hTVtMwVKbD8g0CljpU9gzAQAeQ0CpPZVYHbyXI9n2MaM7oyqlIlbI3b+JCGkB6HYuX5hQiASD77TKr2t8s60JccAzETmgxoWADETcmwxR4lTfRp0MXOyIWX2956DjDFTpax1Whqdy2JjU8SUya1jM1Gc6bSV5Zc98Qn2cj5AKMePYPsRT02TIw4iYZ9N0vuZsMriGb8rsYcm15/3Jz7mI6GYVX/kkG4IXyyr0gYw03LDLbbtbdgPLbz9FEudfQA4jg/fAVfMs7ekCWGpswWY9ajYr6IHOWZlLBYSKvUVi40sN4t63ne7LR3+Ehubb53xYgsKWV9vgYzuigQzr2LLcsxUyzqlbG1jaShlx2w03ceanUatmIVDFSvizaRen6mQAcwWsjZq//PN1rYT88+9zWIMM2vcFfftZeJIl7/dmr32Zfvpi5D8Q47Hn2cwe9u3fdslMNvDZmyg3b5rtPZsJ8zUENTPRSuMBeM1GGfVqoHStk8RpD3npGf09WxcK1gtJGLetF+NTWOZdifPGfY02+yBr6GgRhqoz1TOzOEjboAxcV0EjKFPPP+ynu5xesRQMmTcWOGuiHKHMzFkklDKcnFLZ975wZVRnJxS6RoWBS5Kedqwf5+9txOTNvS7bZFnTsoKZo9/XJHogljR35i3DHE0v/D/IyeYmhmfj/nj+XzrT8xcIWcFcprcpMXO8JUXvDdlf+A1CKaBZFv/HrP9pz7hY/QjqlkmAGESQ8aPNYFM68MtLOiSKOdSZy5S6cBe6lDMxFURk5M2n+0h9tTCdWwQzBS6GGcmZTIMF2s5tgazBT1vDTkJZpD/ihSRIYk/5oPSYEelz/k+t7VjmPtX2Nj8j0PBDOcGyAhi6M96s29ZjJGxZKqMZVk2lpbzka6MUM2aJCCMNZO9zaiaUTk7BsxQPhDMsu9Lw+1VVwN4/csmmIVLlsVY/19FxeyVLtvPXrCsjDee56yMz3rWs45KwCGXWrHjmO55S1LDNZ3xYNnNxB2ElGoPNZ8EteCW2NsBhqiC7bMr5ufSx+ySy687YKwBVpSPALNnD3vK0n9HcVFU+4DS5morLCOiEsALKhjLlcdfqBsD/0pHnYkkGh1pnTQh87lmIRFgM0Jb/5M6FbMOwNaVMd7eyW5HgVvHkFvKU4tZd06Q9QbMbrrxhgUqYfXlq6YV0HAO1L1zOpLD/j+9Lj/zKZ9QfRAAWW7mUWW8kbaENk25f2eMWWiSD34qJNmH5DOdNj7HBPosxxDMdHLVwlJVk000JLJU++WTropZnJJpetkvx2Sb1p1jWsVs4ZsV9VUwq8t0WdRFw5bjn/X9buvH/c3Hb9jJ5h4TmJB1kWDGbIyIMcvzWHdlJJBxz7Lt8AQxPfcujNlvs6znTi2rszLWqfPVfVHL85wh2FHGmgHEWMe52+dM20oXxjoO7dZwe7iZ/YktHv71UMzWIor3Z2X8z5ft5y7YPmY3nGcwe+Yzn7kUP3ZoNkWMb5UaxKAR2nitZh5QkaTegxnm38Bf/9x9P6psk7LEmhHmCKP1/Bh3VwJkM+dmu4J6PMHsmcOe3P9nRGwZ2rnHmc9yiG35LxSCEyFtGwXDiK1ew/RwmWyIP2btr9ngjdeKmRLjVsFM6h148dyCGWZCZ8uqD3WmExhQzEJvL/sJzkcsKWwvu+F6KFJSYPp1TXOvmyBbWDiyLIabO1LUm2nKfa0wUYY8j8n85HldZzKTU7ibc86aKJ/KUboTYj82Sf0vcxDb7MdmYx4uyVHCdJNu3bzZpFxsM20hgeVqnzYRbmIio2a7vn9m3KNuFmP3esnF4MpokiYfIp/u1Tav4RJ79rOf/snzQxF7gAuq2cDGWuV3mOyDNl1AqXK1KLDwKeFZYWqX3l4ALFZRpijvwC08JwaFjLQI1SwBbWHRvuWshHfLt0HaQuyyXfsAZuqqKBOWB2U/LrR5t575g24HHf5ettm8r22adPh9Yo8m62Lnykggwxifalm6LyaQQTUrszEaynIGmC3EmRHQGrUMMWeLqlkdY1YDmYBZ3fePDaiJ7bua24fYAYd/xwQzH0U0sjd1HnHFlfGFl+0XLhiYXXeewezpT396q4Bpcw8gvQvkgosdy3uvv3gN2mZaetOyuisSPDD+YCiTsQRLqmgcyv69YMd2zK2bXgdlzaB6PMHsGcOeGBWQeVOnKuaMK1MbuRkRUSlCYWuWQ8tVPFmhvME/e9KjQJkjxkySfADiRPYTmBO7GDWERf2/v4eyDsxypg4HJ5xZbmzY5+UktvytX9qbstR9jn/Zddci25TzR0DUkbFK1Gbdp0u+JszTPjy7ZZNiQaeZTCIE2FyRcLYH5uqJJgSccJMp7dmGJrSqV8AYcmRIZQdM+bIILOa69DphnoamsCRzl9SH4umIALOY09CL87kUto3wOw0oSEox11Ve0yxc5+jzvQ/7hc/+DNzR8/cUpAd0TQyialkJdPlaFMk69vCMaMbRwBnHhnzCE6ZyIg6du1fWYCNQ5wZWifo7SMWlLLvyjTwKmKtnwjbC2p7+Efx3o8k/gvJfg8HFIrov6af/sNthxyXz8SO22TzhLmPKvIawemNpglgDa47kH/N5dtC1oQtjk5WxAbM61gyxZXvBTMoBCCOknc5zSFwZ9jfLtQXVNOsVNCY10b6Q9TWp9X803J55qKee/9DtFmOw1Xp/bv1nJ2bbrdkz7mG/dBH2MRNAuuY8g9lTn/rUg10TD3RP7Mv9tQhlTjc/hS4zM+4LNgHHq+dQd0RVlmSPMV6XYFfFpt0lhGmq/NI9kv0sYw1sos1Kmevobcs2LZ88ddjjlUts4EFWKZKBuKpqYpcZ5qP791n1+awHneUwdvbL9xv8LXVhMmH21TTKF0JoUChTXRm5sArgkkxrMSqPUumqI1DcvGrPFWXiELleKmaa6CPw7riFqGkAtgV17abHPlZvxHmjzn9GCiVtEJbU0CYQ49La7vfMgyqT63CUu/gwBTpSKCbAa8C8eTJodgQo2OsGzvocOobDeDSQtX4BBWIvptuND/vFz/tsfkeRXVQFm2f2oe4KZjvAEihDrJl+eupPBerTTuAtNF5slvtJ8qHp9KmN5/VUBWPsWANcKkiF5NcA3MV2vrzk44WVqGqWZZe3TK4xj6gnGPwPUtvUoCb1p/6o28GH/zvzza/YZvNvl2PKmMCjUtPYn2XneRjBbTuGuis2QCbtek6FjNkYl10ZGyBbdmmUf6nyCKpk+rAmSyP7dU20qTM4/lm4Pdrc/sYOPPynEswcqfIVuvyu3bhjewXMnnDZfuWCgdljzjOYPeUpT7lqyCKIFOV6HJNqYBxstEyQOBokWT4v45rYNTczBbk61o2wJ8DJMschE2M77z3K28lThj1uxygFn8gDbTIGD0BdeQ8QjZtiSLlCgECf6UG1yzzdGXVxtJNH0xYKWZT2EHcW2KMsOjUNYNY4VvazbNpx2+a4kQl5V9wi2wBwzV0cXRkf++iUdXR7FnWXS+AAjPhO/THZj4v/2LJ1T+p39SmcJzcb09UuB5hCSqR7YOZHNR+Snl73YJPxlolDthnf7aIiqVthsWmbSfZEVdkk5X2oj1+OETdG5h0Jy9dXlLZUErGjmSuU5Sy53hwbSFyfbpXm3OJMHE91WwAXcN6tE/A+55Q/lM2bdDPfPd8vfeHnIclH//1jblDYvB7rki6/+otHOXDewjl495CYs6wnmFn5k4qLaraDN7Fv9XDYqEQHWY/iEvuljwvX8tjq2zEfrt6m2o56+i/ELLt6ok5WifmcBLOxNQuRAgXARB7UukBZoWU+5SfdrurwV7ex+QIk/wCQTfjSPclOCFWVKyP6fF7LN3tdGRPGSiAbNZBRNbs6V8b6zMepbji9LQEt2yXGTM7rro2ozzU3ShmBLWxn/0rm9uV2FYf/8m0WY8MfHOdBTxJAGTek3p6aPfay/eoFS5f/6POclfGN3/iNezBrIALVo10SYVteM9sBbAsT0SrncPeVMZfWtoMd9mG8mq+7ey65OzYQ2YDZk4bd0N/U9IQQwjnZF65egeQYCEbR/O/3PV6CIXAGlziZMKS9PFP+y4m6SH6+TzGTb/UQklRS1EnrIr1YoNE2j8ajdBXCKAqwripYJIRxQg2AYTHov+nRj6IgAwFIXOti54KnmtW+mDABOt1ni/FhpnFRVNC0nobYpcxRo6qn63DTxQbjwyzMEfMGlUriquzOjZdd1x6GAVQCKQWqaZmBeQenspYdsHnlcsOnx/zDmflZwYyTtQgXY3mNmPpfNoL7lS/5Qko0PZRtBMxcXRrnazVADw6eaXRhPERJU3v2J6RlAg+NDcsJU0lzLogLXQIz14yKZJitCksNkG15TVG7iviwoXV9uZsx+RZ5VIoZJhl72rx7t4qFPOmn3K7ucLPxhbbZvGoCWKeGyblVyJq9yvhI5exKwg9C2GjS4+vDGkAzABqAbNWVcT3WTNLne7+3GbM09gpan7FxWwPa55nba9tVHv7bt1tshoSPeee2sX/T6ZiujA+9h/36BVDM9HjkeQazN3zDN1wHMy32cLZyzd4MsVZath6E9EJtrNZVAtox4lhmVzSqhFQUOf/apZHzX58LXqvF93gdzJ4w7DqyiGVZGcYbQNOyMo6bbYcITWSUyL7C+2975R9JRDLPDPHa5vh84FAq1Ak7Jh8AN5dF7Ma6jte8//ogy9Q3Mf2jVMx8P2iJS2JIv9vQejo6qTtjgp/8jO4WFpgIbjP7iRcvwsse+XC47zVVtDQH3BE5RsWqPSMDvCFF8Er3/GxYM2a9H9Q3H7/fWu+AqO3sbZxAtXTYShkEX7+Av/YVXyrfOT4BCy6M7lpP+yWYyyPdp40f4wPBTLM0hrg13hnr6kid75Jp0ZltsfiJpXvUYNW5L6SdCksKbxyb8OQdKjbcvMeNkXhZvBMBwuS7FPDjlEUqgabtE3rFrD+Gm2++1cbmxQCx5ryQdXGzAGSSHn87pgo2eiArlTPTrIxHuDI2G02fiirWuDSKapZzBKB1rozS34PZwqbUbt8UG/tPx2Sj9T+53WJ0G0zH+p4up6dm971sv3nB9jF7+HkGs9d//dc/GqI4ZgVm+ufrFaYVhW7CT45pAG+dZAgkACpt17Jn+FqWZYi6KJbP1yl8rWLWwHKvpi2qon0s2snjh10zBSPsTVrEkAHYmOTDPG2VbZAzwwTGZDsw5Rm2nbb3Fjh63ai9oYGaRkLFf4WQSYlKVroCoZ0L4WISqNqbmw7IvHVl9JyAps2ny2LTzkVWKtvLHv4wCxP3NmhQ0iIefvh3VSatkoIUpYXm0gdiQ/Y/zJLQVlwZbpWGBdN7sZq6PEl51XAhUeMsRJOqXx90oAkqXrMGmACftNK99rBDtX579QUM+/Wv/krwSdA3jnWJHysSgngBcHBP1E9AZFkiMHcffbHjgxGdZhsBLqs/6Qll0hbSnm3Z75ndUT7lTOZhgbT4yjdReALO/pA6U+tvfELV/P7ajDvKsiLnS4xvZIiZYGv549jRIBbG7yaVBkUOHLPdaB9mj/85t+OOa8w332Wbzb33xpq5KmodiAmoOROI7IktcxcXRmRizLM8Dk3+8Y9apwsj66HltVizfygUNFXN+OCm00EQq9LmA8QCdcSW/VEMe4HZcZ6D/jczxmx4HUesmZ8i9lwkwWxr9q/uYb91wcDsYecZzF7v9V6vgxBUbRlcmjKqBz/XMXMgwPnx1+7LfdeSe2d7gcbVkO1nvb6u7+TGYY813tC4AloTR+YCYVDXMluj6Q7+GpKldVXK0BbiLagYIHaIT3LJsui6n5kuEpP2Gn+42BA4i1CKFEArmGXbPWAjs/AF71LW+aiETbdQOEuXRo2AWZtw4+/0soc99Gp2r1LN5RzsoyXZsdyPuM7xM+GcjnkeWveXpBJ5d6++H/WbX/tV+CB08oy6MQrIufjRISAq9cGQPclU8VIFjElAUmfeJQuROtPnmChjvpsc4Uvrblp3OSecCcTNfuEWMoyyTcU00Xz08ZHfVC6LprAl3z0BsZNvFyBuKNmbZjAJuDGCKstJQ1HTRd94NJiZ+cn15iffZmNzn/9302jCVpsen+0CY2IzIS5kzzIAGdLjA8r4sOZMhYzl6OGsBzO6Myqc9bFmIWvadq6MssaAYlac/zA29uLY2C/bkYf/3R2ujBv5sQsHf33kly7T5b/CPex3LhiYPeQ8g9nrvM7rLNyk9wqaxnuxD3ZNTBNgRNqavcvWY8cOjG3jRbt6f43leRyxlnpu84SkH3cJilva0RAZLEswu37Yo41hDL4PwgS6hFUcZV5PgEvYRdo0lb7NMaahXGJHeHOTw0mSyOWvwOaIMcMCosCecBDmLNMnk+pYrDNOB2ZO/Y82HT9LBkeNMbMJaSHxZutQRlsBs4c8CJJRr7xQKUGlGdQ29U9q68+3bsMhLrKYvhy8ct/GCa8flBVXp52KnYxfvgBmjLn375OMK1S93/7Gr2MA011DmiPOjADHsmwoHbKhtLoiRv3xBqQZ4S3HtJ9WAS4BMxOFbfVT335UJeuiwBiYx6Nz3SaYybl6idnXeMSLjRykSkxsX7Bc0EdTvqBTMrz+V44Fszljf30bm89owWys7Fu2HlsmQCaZFwXIdN+yI+LLltLl052RZUn+IRBWKGaqpDWxZoSyDsxM+1pXxtcyt883t6MP/4ebEsyO+4EqJpid/HP73YsAZgJDDz7PWRmvvfbaVsliXw9tHWCs94nRIc/Jca3SU2SCRH0NzOiSyLqocrDFXGHLvoVYvGPfh0NcGmsQFzC7btgjjcqYK4vA088pNuVZ29JewKy6NyBwRYMBaisgJ29YgSp+mN7kTj9MKmYLfOJmodAGiU/6a/nPp6LlS8qYC3jV9m50dlIwc3XAQnmnC+xf7LQJOH2F3fTgB5nP3w5CEnQ4Er3bTBphNlO5EwFC7EyTfLjFrk/SdkjmRJfnNZcNk0NS4vu0Rt72mBJRPo8zgYhLYorZFTnPnLZmltT2Xc6SkdqMbDAdSibzhEyMu3bsUaZAlRFfcj03x9Y4IclX5vOL+6Qol/laJ2diU+rd6zM753u+TQrVhJuOhCz6D0A4VvO7yHx+91u+2cxDKIAfhkotCwKa1Dk+zDJNPmLGGHkZ0r7PJlPsG74KEr7KTy/6tqbfBo6NMCoazU+7KmTKL+rpB4/AYJlfyCpKpQLGmRXsu+dl9yo0EODmBZjh1azgLBfWvAByjWt/1e3MjpN3s3HygQJiALQsN66Mci4hzTeZ8ENiy4oYsuzLdtOzuO85sjBKFsMS0GJFNQOcbXlu9zYTOCsSgQwCGetXB2bbYe9oG/sIO6PD//HPjRtM987eDjuC2T3t9y9YuvwHnmcwu+aaa1Zc2fTo+tqxq31sQ/xWE7O2DmlN/dzYVmtx99hutzQ/7nnxXMe4MSaYXeP2CLolesEjxriygbgyqxW32ANmoXUVocg3NcwJmMnhphMuJL6SMqWMBdAnU8FsKypZ0JVRH6HtRb/IgrKYseKtBTCjY5OLo5SbabSKwhZgDBNdgbTiJunmBz7Agv9qVuKtpCRVun4UJryY1AvFxirPEoyrSu3B9WHk/hlVIV68GGYxIS3X7QlEYXxGuSZVrGgmqq8HrbGG4j3yYNzdqhqJdeP4vW//FrOBwCV8IBq1X/rRptfix5NxY3Oe/c8WwAj0dROVcmNHW/3ki8pWAVU14eiZR+1d2iJjzIyQBS529HGVFDW9VcywGGqX9cTbvmt++SzBzMxP3tX85IP2KGdUzBCHtlcdY9sVNayOLauzMprZP9ZAxjKVsj4BSBRnlgXQTueZqfMV0ghodayZghdjz5p4M4JZQtkl+wgTUjkezH4fYFa6y6O9+JbNdPknD7Q/uGBg9oDzDGaPecxjelBoYr/gmrjkujgNsg/1NVDo1CTWaVvtkyaggXkcC10AyqaO+R4Cr9oNUQD12ravN2vqwOwxbg/bey9AQEOSkDCpQ3WL3FIsf90SsQGuiMk40gd4QxgXeAbp5WTiXk2s6pM8/93NkboyRjTEiXprA9ADmNEji4DW3so1/b5/wuLSGAWYSQ7uZsEve8D9zMxFLUk1RfcpEwVNVRtJH68phDUtfLgkv4hCsWFqfd0/y+R5EqjmNc3cXK4vc2buQYExB8wIYADDErhc9mtzsQnXieccXeK7ZNLSduUl8hQEc4Wq6skEseG01I2AlCqkm1x7zjoM0Cc5HF23Dti14tZDtwjAZgX6Boji+Qff9e3FHzbS+rmpjfRJXf3rlAosTG/3gQPQlvmXz1gz1ZND488IWvxE40xb5mJ1Uc401ky8+QSo4spZ+iAkRcsy/MgXcWWipFXQpkk/qrdHbUyOlPKIzlUWk4giqE4mTzXtMb941mBmZq/wrjY2H8SEHu2+Zb4nTb6z7SRVMMaW0Y2x3reMDzt7V8YqK2MTZyZQJmWBs/yvo4pZQCFDEpAlMIuEshP7iLhkdrZg9uvMytjAmKO/UsweaX90wcDsfucZzB71qEc1AHA8nAE4VutXBV2r9SzStXEdxNbVviPmuLT+I0B1dTn7FLoWzB7l9pCdOESoIuNYHX7lDt5xtel5RX/vLFwbuRVPcS0ecpOTZAjE6XGmts9F7QWrgMQHqoS6JoF1VMxCwMxtY5prMgBnDqeomHYudpI6QMZTIeOtpVvUaQ30nRBYy3JG5bzsfvflP5vdjboflIqdB274m2QWUkbj0akqBNL6VWg7c4isZ9vn/25ei3XMqdmcABXUhTHXXzIa9OZsVSgvRvzh9323fCQBYlTua0ATGrBZR6aJToMp0uYwx6mOU0AzSRyyVwETR2Z+6l3sQ10ady6PY9ZyjDCJxo0pl5A823MpNtU/HjkZeM9q+daxT1OXeihFFsSZi0MAHWxKAn3Uz98dYHZHecIZYaxLh492AJn5sBiDQFZvKk3VzAFqBLKzSZffpM1n6nwp14AmcCbeNEuxZoAxhThpi1TKTszOHMxOf95ijO5bXq3779JtmG2usz++YGB23/MMZo94xCNWQKy0qfqpOi2pRRizChdHqVuon69r9GoX6q0KNsvOOlW1xfi11b+Vk0e6PSghyh3qmHCNa7sL74idC5BlEsTkEUPWRWt/jNU2EakQphVM/hHW+yyRIg0LjwGgw21DDCFIU9DSiaoEKMlBdCF0b0xwUzBzWYnAF+LFvLaVWYesVO3KOy84ZxX9cgs6sTnHCNCd2i33va+EZGXoDrIcSjSUHDIAm05LqYMlctjy/8AFWyo4vrjJGIr12NpKzpxfny2S1MbLHIirPeiC4BaOpfmw8Y9+4PvwERf/t05C1nI1PsnA6++guo4yIi7paKc/MrmqXtCHOpQJc2ZxlDG0X1TxuZgUm3SMClahTCMqVxHyZ+qWqAkx0SYrwVuq+8Pz5zxj0BsXsr7wR/7c3QBml/LxruabD2pcGRsgE7VNVDOBsQrIBMbQpzFmjoehvUyVj/ZgunwBsezrYs1mX+PGiHZxY5zr6QGtizETKLtkdveA2Y8TzJrv9k5Jm4rZ5sn2pxcsK+O9z3NWxld6pVdaB4vehlkU1YYug2U2x2pcNx+1p1mbHr+pHwNVnH9Xby6D+bZGzKZoWEOZVKRaNy4PcD747+LSw90eYAMJDb0Qi5i40OAhCLCTa6b6hX+HAC72zdVupZ5lCFT4LhP4gt5kPvt1YZVcWN7wuMIWIEwmaos3QLTT8Uv3lSGgBTsAGlMNJHi5WX+b2fTlWWHM5QW4+d73Mh6a7CMY6eQEIsQacX8vlHWIZbv7rIsVQpok9kpsZO+wfeM4Xb0C5+tiFbMOUyy5iXmTOcz+wO5nc15yPV5DrYt27CMXfE0Y1+dWuDUmv3KOiEWTBCI5e/UxZU7HP/mRH5ofTXFdNNMyXRyljgfb83tNMjISrqL6+YKfGIEz3RbZFCnw80qt1tsCZbruToh0P2bef4SLBcxXXdqpugm0ifiIWTkBC7MXMEv7jeSE2dgsC+BVE8Ai4brYLJpfxA//mbsTzMzi5AqcnTCmrMvGKGny/c4x4a6p8JH8Yz5WXBizv48vW0uXvx5n1j+2dbZGqmY599BzkwQkFMzmfGPYO/gl+8h8i+4eMPt+i6HRkgQxQ91xJpg92/7sgoHZvc4zmP2f//N/GuhahzU2M7Nh18b6WSpTfdv5v856G1WwZRuXqlLjMXO69DC3+5NH3CSGDFBmqpTNMtuVLOjKuP6vci/QoayH48k7Bay27e/YhkyqucFRt0UlSI4NBNhBMTMLRJG43FcGokukrHW9lpS9fVdEAUv4ShCb7w7HByjzlnvd88q6MkGFfGdo9j/dX7PdT0sQAjqaZAzUjwpimZhpUEPeVJsLNxdRD9MSWMPcdWW4Vg7L2DK1LH0y8VzhCihOYTFf41mWsfIqzU4AsQNOM7bO+SbMft8zv5w+Ywb1ncIKAm6ODgEwJGukQN+f/viPgE3o1th8nI3tlHVyTgJQUMAUvEQ/lr7G5VrKmGQHXq16ZvLpV7ALE45WDz+dSHLOIrjlNbTPAV8yW7wlgDQH1IGxRVWTDzIpUReji4z9C4yoF/zQn7q7weyO89va2Nzh2nhP2Z9MYsugkAmQZT18qmUKZl7Utc3PwpUREHa8K2MNZAJjVMq0nXubBUGs34D6T7duH2iX7OP9ktndC2bfbjG8VsXWHOCzcboyvtj+4ozBbJwxmG3tbI9/d57B7H/+z/9J5UrVrMZtDfFlsLNm4FI6+uPh5ojnOKfXb9quBsiyzja6RfJy3POsaPsnD3G7T/BeQN0SrUiLn2UD+0xbU29B5RTP75c9NzGaaZ79UTDRtIfsAhXMOfn1myLXhcxypXiZTKaEtJAFQgI0tJnvVmDl7VeYl26NJn2hCbPxW7yCzdb0bCjrYghpBhuOu/me/9YUOtxCYMcl1bpsXKycEiGZEyfgSAIOuYp8VyUMSRKQSDtNf8//jbMa2jBLkH8ijKKapLCX9PsEMGGZVORd1y1ZFomVeA0QZzYbNJFJzkAxLITA5Lks12iOrJkJkki6kvPIJ8x+XXvMM4j7zpdSNbxUNZG0BBiZQtqf/dSPXVkHgYvyi/rXeTRghjIRYKFsaCvtUdfYMU4Gk8XkNnVfGacGNsEk1hYgafWlT1PxDypgDq1PHgpf5aqDfXSf5YTzzMhAwpkBzLDgh/zkywPM7mi/znzzf9s7CyDJkeYKv9TA0jGfmZmZGYLM7AAzMzMzM2OA/ZuZmZmZme1jvmt1uuOuOubtF1WlVWzvrOZmFaGVKqtKymqNevV1pl79zGa9Ww5kMUj7jJBBFGQ4ipatBkTIAGiTkbOGKmM/lRG26VTGYm8BWjut8ale5GwrBOLAhTXVBLR/K5NH/5UOpCsOZusfVUZoB0uJmL2l7jllEbNblwxmb/M2b3NFQIE2QtsxAJmdCyl8/XnR4kpC0hWFsfm2K3XdD583dGdhEASHzBaerojtYG3YPoxnkgEi/rfKQJRxizGLv7KVeJivOkinCGys40pVxqQ8PqGr+/xg/b291TuQAbgsUobHN7SpQBphLuicl7k6kLHMuEFZH7n1Fs1f5s+jPH/y43muJEp1aX7VUxgvx6/+KWjse839diXr2KS/P39803Uw/t8f/6EUNYbJI2AL7NfYRZ0Js+xnhjkAxrZWxh2SkgaT+ZEpKXKlw23C5DeAE2ZKiorzhLf0lEUMOEmbAvOCgyNsFGm83IKxshXaWsTMFBjVjoBRglJswzxySc/3u8cFZtrsv9xm+zUa9l4HETJbUY495TBA6ANABjDrRs7kwNZOYWwCGfdT0ymNjKIhUtaPmNWFQHKopDDi3TPb/6Xc0wfFgf5is9XxgNn3EMymUxmlen2upeEdde9pEv+QdMuSweyt3/qtjxUQKGBB4Y9dn+809aed8HUM/jqY3ZEOZggSSZjyi1k4LPvKiFlnXTfKssmkVW3DpQtaqGc7wS6vJ0whzMeyzz9SaZ+CKkpi5qzwRzdCF99QKSvbel2UEaXV5dFjqM3O5E90WX8kLdjh2nNyhUY9csvNR5GckEVFisEl1UXdiDT9j4D8u6Tw0PI28uQS+KlQILIEyQ2b9JgC7mK0hsRS0vQ8npRmKyYFI3CZUpQ+fpa0d+aipQdiE2iHNbBzMBUvWJeBayGFpSPKo3UZFR8uVk1ETN/0WjxVVHXFRcq1ZJb2Ic6xLRvLPX/+J1Igdw7lyd9ZVGuX7mwTugR7rQ3r2G9tQIaQn0fFZnyH1dtmGZarx9OZNlXW2zCdMVS7FMDGMA+dmetljMSWYNguj4gz3VHmbLYGbAT6PL99nGBW6ve/U7H3Ln0gOwK39RAXR8GGFpBZmSuhbSqVEXA2VzJ/lbB1117kzKDM2qxjWqWx1H+7DvQeufcMjB0bmI3frhwGAthlRMzeXffvGMyGHYPZeseqjDctWZXxuZ/7uXcCADuDC6tegC+wL9GX/vFp7rTd5Wd++Nyh2xBgwj7EPGRlQexQzBi0iJcM0rIBbFlhHoukKWy/DmZwjNExd1DMhZoGutyu2Qct2hMKjIK0fsTFdQAvSVaWwgQ9PGJGCPO+wVRIi3Qx2iUlRMDlUTHI6ZcBw/7YzTcXOwX7VFdiLBWeFgdZ+lLnaXv2eWVYX0mOP3gfiwoajjPsJxHuADgGUiAVg6wjkAl/5y489B82UhG+lEqfvNnAzlITMxQOYMVpzlvGsXIcyXfyDEgzRJA6Oi6B0q5Zcp468fM02FZatM7nfUvd+5d/LgVy3nw1KT8LybAMLgLj9KNk/dV+4rAEYAKaxb25uhhIVqNk/DmmTZ8VqEKUTHKWcc5BBA0RNlvL2TAbAcEL3gXeJ1NcHD0T0iLr4T+RKPs43aPQ5/6t4wez3B822/fcrF+iYbihAmT2btmgcahHyCCPT1Cbn8qIiJmDWF/449JTGV0if6QqI8odQCty9913zu7PQR+R+/r2OJCOH8y+nu+YsUVfqZHqusP76YFTBmY3LhnM7r777vazNo3HCRaoRlvad39+2q/iOfpMt4jrRdvh3aFbGPmSTKAQ2YHP2AFv2z7bdmqnMhK+yC/M9PN30kLIIKwo+rlD/ZRG1aEs2v2aYCZZlMxEPNJJNJxASxuvK4N2j/CuWHQf5cL3t1sENtMAraYxRz06VeOTLKdSAqQ9duMN9Rufsn+Z7QYst2varawYZT/TDIkJo9V0eF4epkemUE85jKrPBuW18VKRki36io+0TQ+bpvbF6PWjoe5r73z3//VfSUGYqoKZ7XNFvfgwNhPIEEf2ffHOUWhUerzb/irMhp9V/I52u9e1wCySIOYrUhZl76Sp9EN7ZgbGNIyxDvtgaPnKZ1SmL/Yxum+z/nf/xrGCGSJnL7hZv0+x90rV1MbY0+jvlNXEP8LLUGkkgBHYNA1nhLH2e2bNra1m4ztmBLLaPgRBWtGyDP2O9vSO2tc/b1bpaoDZ+suVIVp76oxYCGYfrgdP2TxmNywZzO66667ph33MP8YOc+o4V9mEGEgT0FDnBR67KTsfEfI6r555fvbp101HqdjPyzEVUVwArB7eGbo5wjnGAkwENkIXA1CViJscuMTIl9lMed5V0cKzAlWFOyxRX6MW7uPWwIzQpqgMpEaYYBmZHQO3OkgZ4VGr2AaAVVjbgWxdTXIKT2WU+o+Ql7pWoe7RG27gr4CMlFm9gxqcZ9NgGbs87uT8ZwbNaofKEEvr++WpkkL/Mk4sJlyCaJYfvGpJBWxwnT23BYqUII3RjFbrJZ6keYm2ETU7dm8qbNEXU5184O//FvDl+3yyNwIQJPTrXxUMNBXvkNBr+5rGAOIDY9lccXcPSty5/dxM13Ttskh95VzO9cGZpL59rIQuSSIfi23gubUp58GzLCJmCYVGdzwEKcpsr3f++lUEs6f3b5T2P0bD3sdv1j0XAElLYUSErBIpQ3nbrzZ/mSkvXpJUfqCctt8DNKY1psGYRc/GJIwhkubKjQZoY5Yo2VHq4mpT/hzt60tiXw9pX7p6YPZ5/o5ZG8JY1wSzT9BDp0H8wwDp+iWD2R133NF74D7eugX0XVLdCR7n4e3SjYSxCIMthzWCGOoYrJLVMUqmduSMDz608RkDC4myvTJqhrUFZv0ByPYBZ1AygQgIyaAR8QK0CWWuatraT2UNO1MZIZMgOZg9dv318iXtAT6Eiaab7x9BYdDUC+VAQYVCgoFBIedarvpg8NCGJKt3+HP5ekMnjJlpK4RM9BXhrf4Z4TPEYimKODePBml/LJz/22xlbPCcUNr8rbhNuaVR6MF/+PtL+iNHPaiBt36aPeRzmcm0SIVEX7MxfbF+N3kdnGAsOxgHL22t3sGsIv3jkGXXDGuWoTfta/bllzM/2onLgnTFyfbdOCYdp3M+mOz3u+PXrjKYla32X0mx96kb+1tt3zkbB7XfLZuVwohVu0xltH0HsTmS+engZeUGkHHS6SIG8v25p8/Wvv5oexmuLph9ijIGWLuS+S2JpSL+8Vl65BTI5TsgXVgymN12223zIWCh9buHoEVA1Em8Poe3Sdfjf0JkASKdhABnwSgvy7P8BuMS8AwjarIImbL9I2//C8B0/rcd/UU4DjhswKjnwEs9nMkKmKnSxuoktEnxIXlQwAP+ds4URwKbzA5sZUwAZRMCsTo8nqKP2x+/7kLxoETjZYGYLDX2PpS2MGAy9xJT/YotTAQki3/hc6VlY9LorEzgXHaMV9IiO9DwVxRnMwy2w+CwtMtUIy3RjiVJSZAsY/aDbvsHxmPnd9DzY8bWFz8cEy8pSJKSKpN4R4R7aJNc1993k/Ji/HNxlNKZai6cKoDDffhf/rlDAAbZVTAzcZIwOlD2I2aELaYrlrp6vZR27R3ipCCAAbJwxwPU2If1ElMW+eVZilVuwXtm8npnHUIXII2XAKqLZenF/7C06bILbuzL8m2/sggwK32HTfldtZnzbB3xUgZkJUK2AzBTe59wNjmXWXK/JfwBe3ttR8waKY2j9GfrQZ8b+/qu3FdqT1oGmH10AbNkTd02lXAVX6RHT9k8ZueXrMr4pm/6pscJR/02xw8sKSl26HNCafJS1CiraZI7/fyO/zM+vEW6IGcSwBX/d2WETNV2Bm4MKJlNFeEPsZ3d6MX+dDm6XwDRWNXZ5xwBqtOq4JSyMsC0thxkuPP+oGSG8LdM8IgGr1BvNoyQ8cHkFUBcgGXflxLIzIE8ft6+TsFAShhh5kJAqFujBXK1c875T5LdW+jQlpr3PeP32YrycKDfmpw/+c4ZD8WLNu1r6z12y1LF8axj1o+Jcz/y7/8qRSDSFTZet2UlpbHygpPE2a0dgPGXnu1Hfo8dez2gbi1BJ1VMYTRwM/CyuqjCGePoTE9E9p8uhrYkwCHSlvV2li3Ky2H2IDejnAS0FpnZILRdG+FAcSAdYLvllxYCZl63d+eY8THjoPccQzePg4NXfR6z1ZQqowBsKtvWu2YEseB7ZdOpjG3Z/Eoqo8OXlU0YhKB2z2b/W8bQF+W+/m/70S0HzD5IGZNfsrB1noKHr9FjpwzMzi0ZzN7kTd5k8eDFdosHx2uf15mbpHMMFAVSEZtP+oSwWltGxLBt2sg5lfbtwUJiTe3BzNrP0LTjtXxNtg9G2jAYj4bRk5CaUbB2P8oIdBw32KFdSkbZ2K6sT5w712aGdKc8whMGg0CsGiaxlXnNY/ji6obZbML+cJ5NYK+TD8EM8vN4rM72a14dYRSey3fmECAhkAZ2w/U0Of6gSmX3c+2bHv3P/+RTfO+7iW1ADAFYc9/480TZNuPM1tb38Wn5pBRRiQ8RzvqDYZRNqGd0C5epEUgKF/1APzWgLlQBsKTX4OLWKO04fIaFU06VtrXBeR5ndr73bv7FJYKZxgytpOdehT58DL3vZr1hTUDju2ZcBwewqVTGplx+WwAkJ+GsrtA4Tz6fkbL7V6mvH1NfuZL+cwz/WJcEZu/Rn2B69jtm36bHT5Mqo6SzSwazN3qjN9r9Q/38tovzYfnnX46/lXZnbtiswf8ZCWrh6UjQSmDqYi0QZfWZdo6cYByWAW3VCAycaxMjSZSO98Gs69hkG9Y1QxfVVETxt3SkyzHhSYQ4vkmDT5sJWmnncTvr3Pbk2bN9BmB59lzDu5p6moGh6ZhYTNdyf/7C7v1I3HxfCWvkyPaxYJh/PS7n43j0f/7bYarPL2JIJiSGcVSJnPGv2e4IWSpiLYomRQXmsoBYAPYY4/b99sASNiY0i495iZRFBJ4cxIJ1E7+kRU553Lc1Ey/A5SjYOsPW297480sGs2064QuspA8cQ+/9dASNE0zLImcGbb3I2Xw1Rtra6owrzUllhPgH1BotknbPZvvNo/S1K+lftsdfLJjlO+N+nf7C7Co3xnfpiVMGZmeWDGZv8AZvcNlQsKw+186xgD5nrpcO0n4wJsOUuroWRiLzT0yDRATMGCRqYDaU+uyDWklnpH4CqbIUWa4TZBvURDCDUwjvyQcV7ffPJAxym98IgQz/TZyQVa1XHdjql1Brf3sGcYGymicObOzjMbbUU2fOqL3wwlHdr96+arU9CoCwsV/CssEYgn70PWAly/MWHmBHXaDEmNKESBhUG1k5/wq13YGx4gxbPH7P/+G29H0CmdkJYxa+8XJZEBsW7wxs2T4JadX+HEgakvTfJRN/nql+A0g1CGMwyWxWH62+RR6fX85DdC6FyNH1DFLWd5biiJiiOH+73b/+ZxcPZhaVep6nI2jSO42DnsejYoycTacy+vYy4Kw9yfR0KiMhDWBWQO1fR+k7V6mvWIX+k+daLpi9JVLwY/o/j+6vcj+qJ08ZmB0uGcxe//Vfv/uwvVQYWKKfvWkDdt5v92OTpF19JmcuSPvOLH2uQSBKUw9I7UCTsM+AE9twm92wR90xlvttaOdA5vy/Xx1Yu33LU8RKfEsIq7bxY/Qd5rb08v1+/6cODzHjVvDwrghwlIEUDgPbnq5G6H5ERd2dSyi1xoTJQazT9kAhqipa00jLx+N4UhnFc3MKCZYzeA5AVayDTeutKErgUQNbn8h6MHgOpl56f2HkooK+phQio7TPLHV11U0C0NbuipDbj9vB+8kH7qs/9WsCzISXnSo3SW1aAjWiYSER2BBdk0fYFLxzNNjIQ+LdAmkM8wEJyxgIvynsY1oLQ2eWn1AHppW1Cwd9Czqm5J7zkqCM9hAsDfJ6+B/jmhKhtTCfb3GctR08pQs/cyLADDBydiW9/Sh99Bh6eUjj10VAdImpjLZPQJsvmV/bB4Blc16zPxylL1pJPzCmnuBnsXwwe1Olcke5AyHFz+qpUzbB9MGSVRnPnz9/xaCJ/Y//OLsfy/LHsIixnDknDSKIkXOi9ZJ/G9DClRjdH+vTg7AuMgDiGmlaZRsTuDNNoSTMKngp6za+LCcMIKflLkIBj7ZWAdQCHif6uaSCX2U8eqJvVuuR2oj9pw4OdDKWXUa6rg2J05vtennywQe6tzIowCmi3Vb1VMb+d5BDGMEMcFw9BiNdVVLkPu58/4lh6F9tDmRX+znlsabr0SYrbfpOsJzzB37+p04imG2h5mAMvcIovfVKert16MXtfbICa8eUymg+IqURcNaNmP3l0yAm/eAq9UdjaPRxnywwe20l/9b6Uvk8Aoq/rtUpk8vfXzKYnT179liBYPfHXKC/1z4DSzirPLtEfd7fajCpAm7RytwLqHv7cRJpkXnxjT6pZQAJ9H5Yb0YdwAyD8f26yIe8bbjNfMw6RnH+sWp0jCqCBDFKaCTK4UlX1hPHtFYEP68Z9/YsgmTXrqJEH720Nzxke1PELo6k95U26nasanpSall6oxqhueSVqY5ZYfv1ub+g9CGEqTg5dW/GMwyl+E+JEX4A7nDaRQq7od1duqzgmGtxsbz4/hT79LN7nnrkYQKXlREZUw3Isl7XmtOtVsaY6hCGf/mXhrIIagQx3tP9fmZDsIn7c3inXtf/9mS7sHLUGZmXtk3+jJjNIUuUz/7ESQYzQtRrr6S3HqU3G0MvV0tpXAsRtONKZVQTxv54lH56Jf3wZv2Ni44b0skFs1dWKnd1NCl+X+MpA7O9JYPZ4eGhektEUMI9vTxnqaTr9Zqzkv14vPax559j/jE5xvnjm3/e+eOLmX3qkv/Txzo4pCV2XK7zzPzy3IuBR5u2s/36yxhIO0rW70PjLIxst6dt9lWAb1BGRPvVsKewecqiO7kmjo5UJwApwArJcMm0utK2+MBzpM9P5gxWfA+DlBBTFw00QoYeDjMGug52qrzHBfjKymM6/xYzahDo7TipM2GiCu82vRhJOpSmmQGWtLrSz+Z1C4WnM8ITSZVUcQFcV0881vnjTrNH/6bJif6VGDEPlhWQ97L35c8pgC5eBxzZcaz+g0P/JwYyOtpkhdFp876+rFsfNRfAVr9dv1GyEZ30UTfa0X74Y88WMPPtwUp6xVF6/dUzkPbCo/SCI1Ma56cymi8zJPMdzKR/2Gz/brP+3Bj6xVH6o1FarXiOEw9mL6Ws19h+zgCzP98t+KzX68HLv/d7vzcLzF7lVV6FD9a7BrNhyWB2cHCw1OjMyfXrml/7+62a6NujwhytJaNhn0/Cylmid4CvuYPsDwR1O7Irmg2CJQIW29vY+ejY7kdEIvwkW1R9XQ/DjGs0S90Qpba13eT4l7aWYjMEPF8ecf6YUb/8ZXzyidnfVxhnv712d4t3+/QdnlE3Q6gGjXYxkMj5o5hm5LlLXv7VOvjRZyGYAZJC58bUq4+hWzfltxlDt4zS65W+F1rpjO1oWV2RERGyR8r2l1ap+8fQ92+2942h39y+M+bne9aB2WMvphwuMZUxGc1P/Kca0rm/Ue4YzGLHYJY7BrNYMpjt7e1poYCgk7tc+7yG9rNZ3R79NnN5hu0ipTz2h+sZDraBoe5ozhtEX6EJ/ZCwN2e0aA/Um37Q4Ui4zYjdX0Ic4dqyK148OZ/zelzNH98VXnImFmXbMaak4ohxZd8lTM1eIuefPGYM4NgGs/fDpwHMNJatlW8v5TcfQzeUtm8yhl5g9GMEwawp/vEPY+gXRkkFwH6unPN/N2WeW892MPt/EVUthjBzfnYAAAAASUVORK5CYII=);
}

/* line 9, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

/* line 20, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 28, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

/* line 34, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
/* line 39, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
}

/* line 50, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
/* line 55, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

/* line 59, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-position-right .minicolors-panel {
  right: 0;
}

/* line 63, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

/* line 67, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-position-left .minicolors-panel {
  left: 0;
}

/* line 71, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

/* line 75, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}

/* line 85, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

/* line 93, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

/* line 97, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

/* line 102, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

/* line 106, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

/* line 110, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

/* line 114, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

/* line 126, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

/* line 130, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

/* line 134, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

/* line 138, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}

/* line 144, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
/* line 149, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

/* line 162, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

/* line 173, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}

/* Swatches */
/* line 186, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 194, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 0 4px 0 0;
}

/* line 201, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
}

/* line 205, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
/* line 210, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-inline {
  display: inline-block;
}

/* line 214, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-inline .minicolors-input {
  display: none !important;
}

/* line 218, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* Default theme */
/* line 228, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}

/* line 234, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}

/* line 241, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}

/* line 245, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

/* line 249, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}

/* line 255, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* Bootstrap theme */
/* line 261, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}

/* line 269, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

/* line 276, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}

/* line 279, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto;
  right: 3px;
}

/* line 283, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}

/* line 287, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}

/* line 291, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}

/* line 298, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}

/* line 302, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}

/* line 306, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Semantic Ui theme */
/* line 312, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  padding: 18px;
}

/* line 317, ../../bundle/ruby/3.2.0/gems/jquery-minicolors-rails-2.2.6.2/vendor/assets/stylesheets/jquery.minicolors.css */
.minicolors-theme-semanticui input {
  text-indent: 30px;
}

/* line 1, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 25, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 31, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 39, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 44, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 48, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 52, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 56, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 60, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 69, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 73, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 76, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 87, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 94, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 99, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 103, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 107, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 111, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 114, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 117, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 121, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 124, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 127, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 130, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 134, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months {
  display: flex;
}

/* line 140, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 158, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 174, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 178, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 182, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 198, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 214, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 218, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 222, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 227, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/* line 233, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 237, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 241, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 244, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 247, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 252, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 265, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 268, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 271, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 276, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 280, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 286, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 289, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 295, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 299, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 302, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 305, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 308, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

/* line 324, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 332, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 335, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 340, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 343, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 346, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 367, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 370, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 377, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 400, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 404, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 407, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 412, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 427, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 437, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 452, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 456, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 469, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 472, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 496, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 500, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 525, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 542, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 545, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 551, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 575, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 580, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 585, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 591, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 596, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 601, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 613, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 618, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 623, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 626, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 629, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 632, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 637, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 642, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 652, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 662, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 668, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 683, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 688, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 697, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 700, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 703, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 706, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 709, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 729, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 732, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 736, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 740, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 756, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 763, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 769, ../../bundle/ruby/3.2.0/gems/flatpickr-4.6.11.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
/* line 10, vendor/assets/stylesheets/switchery.css */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

/* line 30, vendor/assets/stylesheets/switchery.css */
.switchery > small {
  background: #fff;
  border-radius: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* line 39, vendor/assets/stylesheets/switchery.css */
.switchery-small > p {
  position: absolute;
  top: 5px;
  left: 10px;
}

/* line 45, vendor/assets/stylesheets/switchery.css */
.switchery-large > p {
  position: absolute;
  top: 14px;
  left: 20px;
}

/* Switchery sizes. */
/* line 54, vendor/assets/stylesheets/switchery.css */
.switchery-small {
  border-radius: 20px;
  height: 32px;
  width: 64px;
}

/* line 60, vendor/assets/stylesheets/switchery.css */
.switchery-small > small {
  height: 20px;
  width: 20px;
  top: 6px;
}

/* line 66, vendor/assets/stylesheets/switchery.css */
.switchery-large {
  border-radius: 40px;
  height: 52px;
  width: 94px;
}

/* line 72, vendor/assets/stylesheets/switchery.css */
.switchery-large > small {
  height: 40px;
  width: 40px;
  top: 6px;
}

/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 42, vendor/assets/stylesheets/loaders.css */
.ball-pulse > div:nth-child(1) {
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 46, vendor/assets/stylesheets/loaders.css */
.ball-pulse > div:nth-child(2) {
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 50, vendor/assets/stylesheets/loaders.css */
.ball-pulse > div:nth-child(3) {
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 54, vendor/assets/stylesheets/loaders.css */
.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 86, vendor/assets/stylesheets/loaders.css */
.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

/* line 90, vendor/assets/stylesheets/loaders.css */
.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

/* line 94, vendor/assets/stylesheets/loaders.css */
.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

/* line 98, vendor/assets/stylesheets/loaders.css */
.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 126, vendor/assets/stylesheets/loaders.css */
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

@keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 149, vendor/assets/stylesheets/loaders.css */
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

/* line 163, vendor/assets/stylesheets/loaders.css */
.ball-scale-random {
  width: 37px;
  height: 40px;
}

/* line 166, vendor/assets/stylesheets/loaders.css */
.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

/* line 180, vendor/assets/stylesheets/loaders.css */
.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  animation: ball-scale 1s 0.2s ease-in-out infinite;
}

/* line 184, vendor/assets/stylesheets/loaders.css */
.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  animation: ball-scale 1s 0.5s ease-in-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 212, vendor/assets/stylesheets/loaders.css */
.ball-rotate {
  position: relative;
}

/* line 214, vendor/assets/stylesheets/loaders.css */
.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: relative;
}

/* line 223, vendor/assets/stylesheets/loaders.css */
.ball-rotate > div:first-child {
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

/* line 226, vendor/assets/stylesheets/loaders.css */
.ball-rotate > div:before, .ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}

/* line 235, vendor/assets/stylesheets/loaders.css */
.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}

/* line 238, vendor/assets/stylesheets/loaders.css */
.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* line 253, vendor/assets/stylesheets/loaders.css */
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}

/* line 289, vendor/assets/stylesheets/loaders.css */
.ball-clip-rotate-pulse {
  position: relative;
  transform: translateY(-15px);
}

/* line 294, vendor/assets/stylesheets/loaders.css */
.ball-clip-rotate-pulse > div {
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}

/* line 301, vendor/assets/stylesheets/loaders.css */
.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

/* line 309, vendor/assets/stylesheets/loaders.css */
.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation-duration: 1s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* line 335, vendor/assets/stylesheets/loaders.css */
.ball-clip-rotate-multiple {
  position: relative;
}

/* line 337, vendor/assets/stylesheets/loaders.css */
.ball-clip-rotate-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  animation: rotate 1s 0s ease-in-out infinite;
}

/* line 351, vendor/assets/stylesheets/loaders.css */
.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  animation-direction: reverse;
}

@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

/* line 387, vendor/assets/stylesheets/loaders.css */
.ball-scale-ripple > div {
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

/* line 421, vendor/assets/stylesheets/loaders.css */
.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px);
}

/* line 426, vendor/assets/stylesheets/loaders.css */
.ball-scale-ripple-multiple > div:nth-child(0) {
  animation-delay: -0.8s;
}

/* line 429, vendor/assets/stylesheets/loaders.css */
.ball-scale-ripple-multiple > div:nth-child(1) {
  animation-delay: -0.6s;
}

/* line 432, vendor/assets/stylesheets/loaders.css */
.ball-scale-ripple-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}

/* line 435, vendor/assets/stylesheets/loaders.css */
.ball-scale-ripple-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}

/* line 438, vendor/assets/stylesheets/loaders.css */
.ball-scale-ripple-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 471, vendor/assets/stylesheets/loaders.css */
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: ball-beat 0.7s 0s infinite linear;
}

/* line 482, vendor/assets/stylesheets/loaders.css */
.ball-beat > div:nth-child(2n-1) {
  animation-delay: -0.35s !important;
}

@keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 510, vendor/assets/stylesheets/loaders.css */
.ball-scale-multiple {
  position: relative;
  transform: translateY(-30px);
}

/* line 515, vendor/assets/stylesheets/loaders.css */
.ball-scale-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}

/* line 518, vendor/assets/stylesheets/loaders.css */
.ball-scale-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}

/* line 521, vendor/assets/stylesheets/loaders.css */
.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

@keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }
  66% {
    transform: translate(50px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }
  66% {
    transform: translate(-25px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0px);
  }
  66% {
    transform: translate(-25px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/* line 605, vendor/assets/stylesheets/loaders.css */
.ball-triangle-path {
  position: relative;
  transform: translate(-29.994px, -37.50938px);
}

/* line 610, vendor/assets/stylesheets/loaders.css */
.ball-triangle-path > div:nth-child(1) {
  animation-name: ball-triangle-path-1;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* line 621, vendor/assets/stylesheets/loaders.css */
.ball-triangle-path > div:nth-child(2) {
  animation-name: ball-triangle-path-2;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* line 632, vendor/assets/stylesheets/loaders.css */
.ball-triangle-path > div:nth-child(3) {
  animation-name: ball-triangle-path-3;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* line 643, vendor/assets/stylesheets/loaders.css */
.ball-triangle-path > div {
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}

/* line 651, vendor/assets/stylesheets/loaders.css */
.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

/* line 653, vendor/assets/stylesheets/loaders.css */
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

/* line 655, vendor/assets/stylesheets/loaders.css */
.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@keyframes ball-pulse-rise-even {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: scale(0.4);
  }
  75% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}

@keyframes ball-pulse-rise-odd {
  0% {
    transform: scale(0.4);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(0.75);
  }
}

/* line 735, vendor/assets/stylesheets/loaders.css */
.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-iteration-count: infinite;
  animation-delay: 0;
}

/* line 752, vendor/assets/stylesheets/loaders.css */
.ball-pulse-rise > div:nth-child(2n) {
  animation-name: ball-pulse-rise-even;
}

/* line 755, vendor/assets/stylesheets/loaders.css */
.ball-pulse-rise > div:nth-child(2n-1) {
  animation-name: ball-pulse-rise-odd;
}

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

/* line 771, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat {
  width: 57px;
}

/* line 773, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(1) {
  animation-delay: 0.21s;
  animation-duration: 0.63s;
}

/* line 778, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(2) {
  animation-delay: -0.08s;
  animation-duration: 0.94s;
}

/* line 783, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(3) {
  animation-delay: 0.59s;
  animation-duration: 1.37s;
}

/* line 788, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(4) {
  animation-delay: 0.06s;
  animation-duration: 1.05s;
}

/* line 793, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(5) {
  animation-delay: 0.65s;
  animation-duration: 1.59s;
}

/* line 798, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(6) {
  animation-delay: 0.74s;
  animation-duration: 0.75s;
}

/* line 803, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(7) {
  animation-delay: -0.16s;
  animation-duration: 1.45s;
}

/* line 808, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(8) {
  animation-delay: 0.26s;
  animation-duration: 0.73s;
}

/* line 813, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div:nth-child(9) {
  animation-delay: 0.38s;
  animation-duration: 0.97s;
}

/* line 818, vendor/assets/stylesheets/loaders.css */
.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  animation-name: ball-grid-beat;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 861, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse {
  width: 57px;
}

/* line 863, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(1) {
  animation-delay: -0.16s;
  animation-duration: 0.71s;
}

/* line 868, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(2) {
  animation-delay: -0.13s;
  animation-duration: 1.23s;
}

/* line 873, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(3) {
  animation-delay: 0.53s;
  animation-duration: 1.36s;
}

/* line 878, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(4) {
  animation-delay: 0.38s;
  animation-duration: 0.79s;
}

/* line 883, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(5) {
  animation-delay: 0.45s;
  animation-duration: 1.4s;
}

/* line 888, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(6) {
  animation-delay: 0.46s;
  animation-duration: 1.56s;
}

/* line 893, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(7) {
  animation-delay: -0.07s;
  animation-duration: 1.17s;
}

/* line 898, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(8) {
  animation-delay: 0.31s;
  animation-duration: 1.45s;
}

/* line 903, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div:nth-child(9) {
  animation-delay: 0.15s;
  animation-duration: 1.13s;
}

/* line 908, vendor/assets/stylesheets/loaders.css */
.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  animation-name: ball-grid-pulse;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 945, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

/* line 949, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

/* line 954, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

/* line 959, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

/* line 964, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

/* line 969, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

/* line 974, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

/* line 979, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

/* line 984, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

/* line 989, vendor/assets/stylesheets/loaders.css */
.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
}

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

/* line 1011, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader {
  position: relative;
}

/* line 1013, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}

/* line 1018, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}

/* line 1023, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}

/* line 1028, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}

/* line 1033, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}

/* line 1038, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}

/* line 1043, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}

/* line 1048, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}

/* line 1053, vendor/assets/stylesheets/loaders.css */
.ball-spin-loader > div {
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}

@keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* line 1106, vendor/assets/stylesheets/loaders.css */
.ball-zig-zag {
  position: relative;
  transform: translate(-15px, -15px);
}

/* line 1111, vendor/assets/stylesheets/loaders.css */
.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

/* line 1123, vendor/assets/stylesheets/loaders.css */
.ball-zig-zag > div:first-child {
  animation: ball-zig 0.7s 0s infinite linear;
}

/* line 1126, vendor/assets/stylesheets/loaders.css */
.ball-zig-zag > div:last-child {
  animation: ball-zag 0.7s 0s infinite linear;
}

@keyframes ball-zig-deflect {
  17% {
    transform: translate(-15px, -30px);
  }
  34% {
    transform: translate(15px, -30px);
  }
  50% {
    transform: translate(0, 0);
  }
  67% {
    transform: translate(15px, -30px);
  }
  84% {
    transform: translate(-15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes ball-zag-deflect {
  17% {
    transform: translate(15px, 30px);
  }
  34% {
    transform: translate(-15px, 30px);
  }
  50% {
    transform: translate(0, 0);
  }
  67% {
    transform: translate(-15px, 30px);
  }
  84% {
    transform: translate(15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* line 1210, vendor/assets/stylesheets/loaders.css */
.ball-zig-zag-deflect {
  position: relative;
  transform: translate(-15px, -15px);
}

/* line 1215, vendor/assets/stylesheets/loaders.css */
.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

/* line 1227, vendor/assets/stylesheets/loaders.css */
.ball-zig-zag-deflect > div:first-child {
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}

/* line 1230, vendor/assets/stylesheets/loaders.css */
.ball-zig-zag-deflect > div:last-child {
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */

@keyframes line-scale {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}

/* line 1258, vendor/assets/stylesheets/loaders.css */
.line-scale > div:nth-child(1) {
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 1262, vendor/assets/stylesheets/loaders.css */
.line-scale > div:nth-child(2) {
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 1266, vendor/assets/stylesheets/loaders.css */
.line-scale > div:nth-child(3) {
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 1270, vendor/assets/stylesheets/loaders.css */
.line-scale > div:nth-child(4) {
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 1274, vendor/assets/stylesheets/loaders.css */
.line-scale > div:nth-child(5) {
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 1278, vendor/assets/stylesheets/loaders.css */
.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes line-scale-party {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

/* line 1310, vendor/assets/stylesheets/loaders.css */
.line-scale-party > div:nth-child(1) {
  animation-delay: 0.8s;
  animation-duration: 0.35s;
}

/* line 1316, vendor/assets/stylesheets/loaders.css */
.line-scale-party > div:nth-child(2) {
  animation-delay: 0.68s;
  animation-duration: 1.25s;
}

/* line 1322, vendor/assets/stylesheets/loaders.css */
.line-scale-party > div:nth-child(3) {
  animation-delay: 0.44s;
  animation-duration: 0.39s;
}

/* line 1328, vendor/assets/stylesheets/loaders.css */
.line-scale-party > div:nth-child(4) {
  animation-delay: 0.17s;
  animation-duration: 0.8s;
}

/* line 1334, vendor/assets/stylesheets/loaders.css */
.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-name: line-scale-party;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes line-scale-pulse-out {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}

/* line 1372, vendor/assets/stylesheets/loaders.css */
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

/* line 1383, vendor/assets/stylesheets/loaders.css */
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  animation-delay: -0.4s !important;
}

/* line 1386, vendor/assets/stylesheets/loaders.css */
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  animation-delay: -0.2s !important;
}

@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
  90% {
    transform: scaley(1);
  }
}

/* line 1412, vendor/assets/stylesheets/loaders.css */
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

/* line 1424, vendor/assets/stylesheets/loaders.css */
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  animation-delay: -0.25s !important;
}

/* line 1427, vendor/assets/stylesheets/loaders.css */
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  animation-delay: 0s !important;
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

/* line 1443, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

/* line 1447, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

/* line 1452, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  transform: rotate(-45deg);
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

/* line 1460, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  transform: rotate(90deg);
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

/* line 1468, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  transform: rotate(45deg);
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

/* line 1476, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

/* line 1481, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  transform: rotate(-45deg);
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

/* line 1489, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  transform: rotate(90deg);
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

/* line 1497, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  transform: rotate(45deg);
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

/* line 1505, vendor/assets/stylesheets/loaders.css */
.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

/**
 * Misc
 */

@keyframes triangle-skew-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

/* line 1547, vendor/assets/stylesheets/loaders.css */
.triangle-skew-spin > div {
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

/* line 1586, vendor/assets/stylesheets/loaders.css */
.square-spin > div {
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@keyframes rotate_pacman_half_up {
  0% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes rotate_pacman_half_down {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-100px, -6.25px);
  }
}

/* line 1653, vendor/assets/stylesheets/loaders.css */
.pacman {
  position: relative;
}

/* line 1655, vendor/assets/stylesheets/loaders.css */
.pacman > div:nth-child(2) {
  animation: pacman-balls 1s -0.99s infinite linear;
}

/* line 1658, vendor/assets/stylesheets/loaders.css */
.pacman > div:nth-child(3) {
  animation: pacman-balls 1s -0.66s infinite linear;
}

/* line 1661, vendor/assets/stylesheets/loaders.css */
.pacman > div:nth-child(4) {
  animation: pacman-balls 1s -0.33s infinite linear;
}

/* line 1664, vendor/assets/stylesheets/loaders.css */
.pacman > div:nth-child(5) {
  animation: pacman-balls 1s 0s infinite linear;
}

/* line 1667, vendor/assets/stylesheets/loaders.css */
.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}

/* line 1679, vendor/assets/stylesheets/loaders.css */
.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}

/* line 1692, vendor/assets/stylesheets/loaders.css */
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

@keyframes cube-transition {
  25% {
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* line 1738, vendor/assets/stylesheets/loaders.css */
.cube-transition {
  position: relative;
  transform: translate(-25px, -25px);
}

/* line 1743, vendor/assets/stylesheets/loaders.css */
.cube-transition > div {
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
}

/* line 1754, vendor/assets/stylesheets/loaders.css */
.cube-transition > div:last-child {
  animation-delay: -0.8s;
}

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

/* line 1780, vendor/assets/stylesheets/loaders.css */
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

/* line 1785, vendor/assets/stylesheets/loaders.css */
.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%;
}

/* line 2, ../../bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, ../../bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, ../../bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, ../../bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, ../../bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, ../../bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, ../../bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}

/*!
 * 
 * Super simple WYSIWYG editor v0.8.20
 * https://summernote.org
 *
 *
 * Copyright 2013- Alan Hong and contributors
 * Summernote may be freely distributed under the MIT license.
 *
 * Date: 2021-10-14T21:15Z
 *
 */
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/summernote-497e03dfeee98801c03786a5e74d828287c0d2076a2d2b51e9da650b516e46b3.eot?#iefix) format("embedded-opentype"), url(/assets/summernote-4b6707b96f819d57b0e170622a89a6f9871433404cd5d37e6734070e8dcc723c.woff2) format("woff2"), url(/assets/summernote-2041896a24c55fc3987422063b76b90822bf4c36cc39c7e20e5f98533869f0ed.woff) format("woff"), url(/assets/summernote-ba03e0d5fa7d9603d28e298a0bb0246f84b24380dc708e0bdf8984ecdd8d61b3.ttf) format("truetype");
}

/* line 20, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
[class^=note-icon]:before,
[class*=" note-icon"]:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/* line 35, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-fw {
  text-align: center;
  width: 1.25em;
}

/* line 40, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

/* line 46, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-pull-left {
  float: left;
}

/* line 50, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-pull-right {
  float: right;
}

/* line 54, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon.note-icon-pull-left {
  margin-right: 0.3em;
}

/* line 57, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon.note-icon-pull-right {
  margin-left: 0.3em;
}

/* line 61, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-align::before {
  content: "\ea01";
}

/* line 65, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-align-center::before {
  content: "\ea02";
}

/* line 69, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-align-indent::before {
  content: "\ea03";
}

/* line 73, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-align-justify::before {
  content: "\ea04";
}

/* line 77, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-align-left::before {
  content: "\ea05";
}

/* line 81, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-align-outdent::before {
  content: "\ea06";
}

/* line 85, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-align-right::before {
  content: "\ea07";
}

/* line 89, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-arrow-circle-down::before {
  content: "\ea08";
}

/* line 93, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-arrow-circle-left::before {
  content: "\ea09";
}

/* line 97, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-arrow-circle-right::before {
  content: "\ea0a";
}

/* line 101, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-arrow-circle-up::before {
  content: "\ea0b";
}

/* line 105, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-arrows-alt::before {
  content: "\ea0c";
}

/* line 109, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-arrows-h::before {
  content: "\ea0d";
}

/* line 113, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-arrows-v::before {
  content: "\ea0e";
}

/* line 117, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-bold::before {
  content: "\ea0f";
}

/* line 121, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-caret::before {
  content: "\ea10";
}

/* line 125, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-chain-broken::before {
  content: "\ea11";
}

/* line 129, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-circle::before {
  content: "\ea12";
}

/* line 133, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-close::before {
  content: "\ea13";
}

/* line 137, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-code::before {
  content: "\ea14";
}

/* line 141, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-col-after::before {
  content: "\ea15";
}

/* line 145, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-col-before::before {
  content: "\ea16";
}

/* line 149, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-col-remove::before {
  content: "\ea17";
}

/* line 153, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-eraser::before {
  content: "\ea18";
}

/* line 157, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-float-left::before {
  content: "\ea19";
}

/* line 161, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-float-none::before {
  content: "\ea1a";
}

/* line 165, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-float-right::before {
  content: "\ea1b";
}

/* line 169, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-font::before {
  content: "\ea1c";
}

/* line 173, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-frame::before {
  content: "\ea1d";
}

/* line 177, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-italic::before {
  content: "\ea1e";
}

/* line 181, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-link::before {
  content: "\ea1f";
}

/* line 185, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-magic::before {
  content: "\ea20";
}

/* line 189, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-menu-check::before {
  content: "\ea21";
}

/* line 193, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-minus::before {
  content: "\ea22";
}

/* line 197, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-orderedlist::before {
  content: "\ea23";
}

/* line 201, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-pencil::before {
  content: "\ea24";
}

/* line 205, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-picture::before {
  content: "\ea25";
}

/* line 209, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-question::before {
  content: "\ea26";
}

/* line 213, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-redo::before {
  content: "\ea27";
}

/* line 217, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-rollback::before {
  content: "\ea28";
}

/* line 221, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-row-above::before {
  content: "\ea29";
}

/* line 225, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-row-below::before {
  content: "\ea2a";
}

/* line 229, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-row-remove::before {
  content: "\ea2b";
}

/* line 233, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-special-character::before {
  content: "\ea2c";
}

/* line 237, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-square::before {
  content: "\ea2d";
}

/* line 241, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-strikethrough::before {
  content: "\ea2e";
}

/* line 245, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-subscript::before {
  content: "\ea2f";
}

/* line 249, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-summernote::before {
  content: "\ea30";
}

/* line 253, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-superscript::before {
  content: "\ea31";
}

/* line 257, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-table::before {
  content: "\ea32";
}

/* line 261, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-text-height::before {
  content: "\ea33";
}

/* line 265, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-trash::before {
  content: "\ea34";
}

/* line 269, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-underline::before {
  content: "\ea35";
}

/* line 273, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-undo::before {
  content: "\ea36";
}

/* line 277, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-unorderedlist::before {
  content: "\ea37";
}

/* line 281, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-icon-video::before {
  content: "\ea38";
}

/* Theme Variables
 ------------------------------------------ */
/* Layout
 ------------------------------------------ */
/* line 289, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor {
  position: relative;
}

/* line 292, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: lightskyblue;
  background-color: #fff;
  opacity: 0.95;
}

/* line 300, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

/* line 307, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 310, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 313, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-editing-area {
  position: relative;
}

/* line 316, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-editing-area .note-editable {
  outline: none;
}

/* line 319, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 322, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 325, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}

/* line 328, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}

/* Frame mode layout
 ------------------------------------------ */
/* line 334, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame,
.note-editor.note-airframe {
  border: 1px solid #00000032;
}

/* line 338, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame.codeview .note-editing-area .note-editable,
.note-editor.note-airframe.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 342, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame.codeview .note-editing-area .note-codable,
.note-editor.note-airframe.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 346, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-editing-area,
.note-editor.note-airframe .note-editing-area {
  overflow: hidden;
}

/* line 350, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}

/* line 356, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
  background-color: #8080801d;
}

/* line 360, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-editing-area .note-codable,
.note-editor.note-airframe .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
}

/* line 378, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame.fullscreen,
.note-editor.note-airframe.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
}

/* line 386, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame.fullscreen .note-resizebar,
.note-editor.note-airframe.fullscreen .note-resizebar {
  display: none;
}

/* line 390, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 402, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output:empty,
.note-editor.note-airframe .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 407, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .pull-right,
.note-editor.note-airframe .note-status-output .pull-right {
  float: right !important;
}

/* line 411, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .text-muted,
.note-editor.note-airframe .note-status-output .text-muted {
  color: #777;
}

/* line 415, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .text-primary,
.note-editor.note-airframe .note-status-output .text-primary {
  color: #286090;
}

/* line 419, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .text-success,
.note-editor.note-airframe .note-status-output .text-success {
  color: #3c763d;
}

/* line 423, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .text-info,
.note-editor.note-airframe .note-status-output .text-info {
  color: #31708f;
}

/* line 427, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .text-warning,
.note-editor.note-airframe .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 431, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .text-danger,
.note-editor.note-airframe .note-status-output .text-danger {
  color: #a94442;
}

/* line 435, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .alert,
.note-editor.note-airframe .note-status-output .alert {
  margin: -7px 0 0 0;
  padding: 7px 10px 2px 10px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}

/* line 443, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .alert .note-icon,
.note-editor.note-airframe .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 447, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .alert-success,
.note-editor.note-airframe .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 452, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .alert-info,
.note-editor.note-airframe .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 457, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .alert-warning,
.note-editor.note-airframe .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 462, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-status-output .alert-danger,
.note-editor.note-airframe .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 467, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
  background-color: #8080801d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #00000032;
}

/* line 474, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-statusbar .note-resizebar,
.note-editor.note-airframe .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}

/* line 481, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #00000032;
}

/* line 487, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 491, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 495, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-frame .note-placeholder,
.note-editor.note-airframe .note-placeholder {
  padding: 10px;
}

/* line 500, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-airframe {
  border: 0;
}

/* line 503, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}

/* Popover
 ------------------------------------------ */
/* line 509, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover.popover {
  display: none;
  max-width: none;
}

/* line 513, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 521, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* Popover and Toolbar (Button container)
 ------------------------------------------ */
/* line 527, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-toolbar {
  position: relative;
}

/* line 531, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content, .note-editor .note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
}

/* line 535, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

/* line 540, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 544, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 547, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 554, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 561, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 568, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}

/* line 572, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}

/* line 576, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
  min-width: 337px;
}

/* line 579, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 583, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

/* line 588, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

/* line 591, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 597, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

/* line 607, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}

/* line 612, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

/* line 615, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

/* line 618, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

/* line 621, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}

/* line 625, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}

/* line 628, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
  min-width: 160px;
}

/* line 631, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 635, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 639, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 643, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 647, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}

/* line 650, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 653, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 656, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

/* line 664, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}

/* Dialog
 ------------------------------------------ */
/* line 671, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-modal .modal-dialog {
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 676, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* line 680, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-modal .note-modal-form {
  margin: 0;
}

/* line 683, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  /* line 693, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
  .note-modal .note-image-input {
    height: auto;
  }
}

/* Placeholder
 ------------------------------------------ */
/* line 700, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* Handle
 ------------------------------------------ */
/* line 708, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

/* line 713, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 716, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 727, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 732, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}

/* line 735, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

/* line 741, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

/* line 747, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

/* line 753, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 758, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

/* line 763, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 780, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 784, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

/* line 789, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 793, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

/* Handle
 ------------------------------------------ */
/* line 808, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
html .note-fullscreen-body, body .note-fullscreen-body {
  overflow: hidden !important;
}

/* line 812, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-toolbar {
  background: #8080801d;
}

/* line 816, ../../bundle/ruby/3.2.0/bundler/gems/summernote-rails-32fd182c929c/vendor/assets/stylesheets/summernote-bs5.css */
.note-btn-group .note-btn {
  border-color: #00000032;
  padding: 0.28rem 0.65rem;
  font-size: 13px;
}
/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor {
  top: 0;
  left: 0;
  margin-left: -19px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotationlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotationlayer.no-cursor, .a9s-annotationlayer.no-cursor * {
  cursor: none !important;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-crosshair line {
  stroke-width: 1px;
  stroke: #00000080;
  pointer-events: none;
  vector-effect: non-scaling-stroke;
  shape-rendering: crispEdges;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-selection-mask {
  stroke: none;
  fill: transparent;
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation rect, .a9s-annotation circle, .a9s-annotation ellipse, .a9s-annotation path, .a9s-annotation polygon, .a9s-selection rect, .a9s-selection circle, .a9s-selection ellipse, .a9s-selection path, .a9s-selection polygon {
  fill: transparent;
  cursor: pointer;
  vector-effect: non-scaling-stroke;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation .a9s-inner, .a9s-selection .a9s-inner {
  stroke: #fff;
  stroke-width: 1px;
  fill: transparent;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation .a9s-inner:hover, .a9s-selection .a9s-inner:hover {
  stroke: #fff000;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation .a9s-outer, .a9s-selection .a9s-outer {
  stroke: #000000b3;
  stroke-width: 3px;
  fill: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation .a9s-formatter-el, .a9s-selection .a9s-formatter-el {
  overflow: visible;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation.a9s-point .a9s-inner {
  display: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation.a9s-point .a9s-outer {
  stroke: #5a5a5a;
  stroke-width: 1.5px;
  fill: #ffffff80;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation.a9s-point .a9s-outer:hover {
  fill: #fff000;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation.selected .a9s-inner, .a9s-selection .a9s-inner {
  stroke: #fff000;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation.editable .a9s-inner {
  stroke: #fff000;
  cursor: move !important;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation.editable .a9s-inner:hover {
  fill: #fff0001a;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-handle {
  cursor: move;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-handle .a9s-handle-inner {
  stroke: #fff000;
  fill: #000;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-handle .a9s-handle-outer {
  stroke: #000;
  fill: #fff;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-handle:hover .a9s-handle-inner {
  fill: #fff000;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-btn {
  background-color: #4483c4;
  border: 1px solid #4483c4;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 18px;
  min-width: 70px;
  vertical-align: middle;
  border-radius: 2px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-btn * {
  vertical-align: middle;
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-btn .r6o-icon {
  margin-right: 4px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-btn:disabled {
  border-color: #a3c2e2 !important;
  background-color: #a3c2e2 !important;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-btn:hover {
  background-color: #4f92d7;
  border-color: #4f92d7;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-btn.outline {
  border: 1px solid #4483c4;
  color: #4483c4;
  background-color: transparent;
  text-shadow: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-autocomplete {
  display: inline;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-autocomplete div[role=combobox] {
  display: inline;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-autocomplete input {
  outline: none;
  border: none;
  width: 80px;
  height: 100%;
  line-height: 14px;
  white-space: pre;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 14px;
  color: #3f3f3f;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-autocomplete ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d6d7d9;
  box-sizing: border-box;
  box-shadow: 0 0 20px #00000040;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-autocomplete ul:empty {
  display: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-autocomplete li {
  box-sizing: border-box;
  padding: 2px 12px;
  width: 100%;
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editable-text {
  max-height: 120px;
  overflow: auto;
  outline: none;
  min-height: 2em;
  font-size: 14px;
  font-family: Lato,sans-serif;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editable-text:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment {
  font-size: 14px;
  min-height: 3em;
  background-color: #fff;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-editable-text, .r6o-widget.comment .r6o-readonly-comment {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  background-color: transparent;
  resize: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-readonly-comment {
  white-space: pre-line;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-editable-text::-webkit-input-placeholder {
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-editable-text::-moz-placeholder {
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-editable-text:-moz-placeholder {
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-editable-text:-ms-input-placeholder {
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-lastmodified {
  border: 1px solid #e5e5e5;
  display: inline-block;
  border-radius: 2px;
  margin: 0 10px 8px;
  padding: 4px 5px;
  line-height: 100%;
  font-size: 12px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-lastmodified .r6o-lastmodified-at {
  color: #757575;
  padding-left: 3px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-arrow-down {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 9px;
  right: 9px;
  line-height: 22px;
  background-color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  border-radius: 1px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-arrow-down.r6o-menu-open {
  border-color: #4483c4;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-comment-dropdown-menu {
  position: absolute;
  top: 32px;
  right: 8px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  z-index: 9999;
  box-shadow: 0 2px 4px #0003;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-comment-dropdown-menu li {
  padding: 0 15px;
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-comment-dropdown-menu li:hover {
  background-color: #ecf0f1;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment .r6o-purposedropdown {
  position: relative;
  z-index: 2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.comment.editable {
  background-color: #ecf0f1;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag:empty {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1, vendor/assets/stylesheets/annotorious.min.css */
  .r6o-widget.tag .r6o-taglist li {
    height: 27px;
  }
  /* line 1, vendor/assets/stylesheets/annotorious.min.css */
  .r6o-widget.tag .r6o-taglist li .r6o-delete-wrapper .r6o-delete {
    position: relative;
    top: -4px;
  }
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag {
  background-color: #ecf0f1;
  border-bottom: 1px solid #e5e5e5;
  padding: 1px 3px;
  display: flex;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist {
  flex: 0;
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist li {
  display: inline-block;
  margin: 1px 1px 1px 0;
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #d6d7d9;
  cursor: pointer;
  position: relative;
  line-height: 180%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 2px;
  box-shadow: 0 0 4px #0000001a;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist li .r6o-label {
  padding: 2px 8px;
  display: inline-block;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-wrapper {
  display: inline-block;
  padding: 2px 0;
  color: #fff;
  width: 0;
  height: 100%;
  background-color: #4483c4;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -khtml-border-radius-topright: 2px;
  -khtml-border-radius-bottomright: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-wrapper .r6o-delete {
  padding: 2px 6px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-wrapper svg {
  vertical-align: text-top;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-enter-active {
  width: 24px;
  transition: width .2s;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-enter-done, .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-exit {
  width: 24px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-exit-active {
  width: 0;
  transition: width .2s;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag .r6o-autocomplete {
  flex: 1;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag .r6o-autocomplete li {
  font-size: 14px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag input {
  width: 100%;
  padding: 0 3px;
  min-width: 80px;
  outline: none;
  border: none;
  line-height: 170%;
  background-color: transparent;
  color: #3f3f3f;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag input::-webkit-input-placeholder {
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag input::-moz-placeholder {
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag input:-moz-placeholder {
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-widget.r6o-tag input:-ms-input-placeholder {
  color: #c2c2c2;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor {
  position: absolute;
  z-index: 99999;
  width: 400px;
  color: #3f3f3f;
  opacity: 0;
  font-family: Lato,sans-serif;
  font-size: 17px;
  line-height: 27px;
  transition: opacity .2s ease-in;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-arrow {
  position: absolute;
  overflow: hidden;
  top: -12px;
  left: 12px;
  width: 28px;
  height: 12px;
  display: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-arrow:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  transform: rotate(45deg);
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-editor-inner {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 2px 2px 42px #0006;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-editor-inner .r6o-widget:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -khtml-border-radius-topleft: 2px;
  -khtml-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-editor-inner .r6o-widget {
  border-bottom: 1px solid #e5e5e5;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-footer {
  position: relative;
  text-align: right;
  padding: 8px 0;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-footer .r6o-btn {
  margin-right: 8px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-footer .r6o-btn.delete-annotation {
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: transparent;
  border: none;
  color: #4483c4;
  width: 32px;
  height: 32px;
  min-width: 0;
  border-radius: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .1s ease-in;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-footer .r6o-btn.delete-annotation:hover {
  color: #fff;
  background-color: #ef352c;
}

@media (max-width: 640px) {
  /* line 1, vendor/assets/stylesheets/annotorious.min.css */
  .r6o-editor {
    width: 260px;
  }
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor.r6o-arrow-top .r6o-arrow {
  display: block;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor.r6o-arrow-right {
  margin-left: 8px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor.r6o-arrow-right .r6o-arrow {
  left: auto;
  right: 12px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor.r6o-arrow-bottom .r6o-arrow {
  display: block;
  top: auto;
  bottom: -12px;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor.r6o-arrow-bottom .r6o-arrow:after {
  top: -11px;
  box-shadow: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor.pushed .r6o-arrow, .r6o-editor.dragged .r6o-arrow {
  display: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-editor .r6o-draggable {
  cursor: move;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-purposedropdown {
  width: 150px;
  display: inline-block;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.r6o-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation.hover .a9s-inner {
  stroke: #fff000;
}

/* line 1, vendor/assets/stylesheets/annotorious.min.css */
.a9s-annotation:not(.hover):hover .a9s-inner {
  stroke: #fff;
}

/* line 3, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 11, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 16, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 24, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 41, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 47, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 50, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 56, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 63, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 68, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 73, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 80, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 97, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 103, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 108, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 116, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 124, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 129, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 135, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 140, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 148, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 153, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 159, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 169, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 177, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 180, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 191, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 208, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

/* line 215, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

/* line 220, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 231, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 235, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 241, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 248, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 254, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 258, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 261, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* line 50, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 55, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 61, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 67, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 78, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

/* line 87, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

/* line 91, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

/* line 106, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 111, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 124, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

/* line 133, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 136, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 140, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 146, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 150, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 154, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 160, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 171, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 182, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 200, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

/* line 205, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 218, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 223, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 237, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 7, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Responsive/responsive.bootstrap4.scss */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}

/* line 2, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/common.scss */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

/* line 16, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/common.scss */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

/* line 24, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/common.scss */
div.dt-button-info > div {
  padding: 1em;
}

/* line 29, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/common.scss */
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

/* line 35, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/common.scss */
div.dt-button-collection-title:empty {
  display: none;
}

/* line 5, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}

/* line 9, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}

/* line 15, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 25, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

/* line 36, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

/* line 40, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

/* line 45, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection > :last-child {
  display: block !important;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 46, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection > :last-child > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 60, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.two-column {
  width: 400px;
}

/* line 63, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 74, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.three-column {
  width: 450px;
}

/* line 77, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 88, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.four-column {
  width: 600px;
}

/* line 91, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 103, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection .dt-button {
  border-radius: 0;
}

/* line 22, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
div.dt-button-collection.fixed {
  max-width: none;
}

/* line 25, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

/* line 32, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  /* line 42, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  /* line 48, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
  div.dt-buttons a.btn {
    float: none;
  }
}

/* line 55, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap4.scss */
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 112, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* line 6, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/ColReorder/colReorder.dataTables.scss */
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

/* line 13, ../../bundle/ruby/3.2.0/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/extensions/ColReorder/colReorder.dataTables.scss */
div.DTCR_pointer {
  width: 1px;
  background-color: #0275d8;
  z-index: 201;
}

/* line 1, app/assets/stylesheets/elements/daterange.scss */
label.daterange-label {
  border-bottom: 1px solid #101113;
  color: #101113;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

/* line 11, app/assets/stylesheets/elements/daterange.scss */
.daterange {
  display: inline-block;
}

/* line 12, app/assets/stylesheets/elements/daterange.scss */
.daterange input {
  max-width: 100px;
  border-radius: 4px;
  height: 36px;
}

/* line 3, app/assets/stylesheets/elements/filestack.scss */
.fsp-notifications__container {
  position: fixed !important;
}

/* line 1, app/assets/stylesheets/elements/jquery-toast-custom.scss */
.jq-toast-wrap {
  width: 700px;
}

/* line 14, app/assets/stylesheets/elements/layout.scss */
body {
  font-weight: 400;
  font-size: 14px;
  color: #737373;
}

/* line 18, app/assets/stylesheets/elements/layout.scss */
body.questionnaire {
  padding-top: 25px;
}

/* line 23, app/assets/stylesheets/elements/layout.scss */
.btn.btn-primary {
  color: #f5f4f6;
}

/* line 27, app/assets/stylesheets/elements/layout.scss */
.btn.btn-primary.btn-request-clarification {
  width: 16rem;
}

/* line 31, app/assets/stylesheets/elements/layout.scss */
.btn.btn-primary-curved {
  border-radius: 50px;
}

/* line 35, app/assets/stylesheets/elements/layout.scss */
.btn-primary {
  box-shadow: none;
}

/* line 39, app/assets/stylesheets/elements/layout.scss */
.field-text {
  padding-bottom: 5px;
  border-bottom: solid #00BC8F 1px;
}

/* line 44, app/assets/stylesheets/elements/layout.scss */
#page-header-spacer {
  height: 55px;
}

@media (max-width: 767.98px) {
  /* line 44, app/assets/stylesheets/elements/layout.scss */
  #page-header-spacer {
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  /* line 51, app/assets/stylesheets/elements/layout.scss */
  .topbar-right-menu {
    padding-right: 24px;
  }
}

/* line 57, app/assets/stylesheets/elements/layout.scss */
#page-header {
  margin-bottom: 20px;
}

/* line 59, app/assets/stylesheets/elements/layout.scss */
#page-header:not(.admin-header) {
  top: 56px;
  z-index: 9;
  background-color: #f5f4f6;
  box-shadow: none;
  min-height: 0;
  padding-top: 5px;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  /* line 59, app/assets/stylesheets/elements/layout.scss */
  #page-header:not(.admin-header) {
    margin-bottom: 0;
    min-height: 69px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* line 77, app/assets/stylesheets/elements/layout.scss */
.devise-box {
  margin: 10px auto 0;
  max-width: 400px;
}

/* line 80, app/assets/stylesheets/elements/layout.scss */
.devise-box h3 {
  margin-bottom: 20px;
}

/* line 85, app/assets/stylesheets/elements/layout.scss */
.table {
  background-color: #fff;
  border: 10px solid #fff;
}

/* line 88, app/assets/stylesheets/elements/layout.scss */
.table.table-bordered {
  border: 1px solid #ddd;
}

/* line 91, app/assets/stylesheets/elements/layout.scss */
.table thead th a {
  color: inherit;
}

/* line 94, app/assets/stylesheets/elements/layout.scss */
.table .actions {
  white-space: nowrap;
}

/* line 96, app/assets/stylesheets/elements/layout.scss */
.table .actions .btn {
  background-color: transparent !important;
  border-color: #333 !important;
  border-radius: 24px;
  color: #333;
  padding: 2px 5px;
}

/* line 102, app/assets/stylesheets/elements/layout.scss */
.table .actions .btn:hover {
  background-color: #333 !important;
  color: #f5f4f6;
}

/* line 110, app/assets/stylesheets/elements/layout.scss */
.search-form {
  margin-top: 8px;
}

/* line 112, app/assets/stylesheets/elements/layout.scss */
.search-form > input, .search-form .input-group, .search-form .btn-group, .search-form .btn-info, .search-form .btn-primary {
  margin: 0 0 0 0 !important;
}

/* line 115, app/assets/stylesheets/elements/layout.scss */
.search-form .input-group-btn:last-child > .btn {
  margin-left: -2px;
}

/* line 118, app/assets/stylesheets/elements/layout.scss */
.search-form .form-group.boolean {
  margin-bottom: 8px;
  text-align: left;
  width: auto;
}

/* line 122, app/assets/stylesheets/elements/layout.scss */
.search-form .form-group.boolean input {
  position: absolute;
}

/* line 127, app/assets/stylesheets/elements/layout.scss */
.light-placeholder::-moz-placeholder {
  color: #aaa;
}
.light-placeholder::placeholder {
  color: #aaa;
}

/* line 131, app/assets/stylesheets/elements/layout.scss */
.well {
  background-color: #fff;
  border-color: #aaa;
  border-top: 0;
  padding: 27px 29px 19px 29px;
  position: relative;
}

/* line 137, app/assets/stylesheets/elements/layout.scss */
.well::before {
  border-top: 8px solid #0c0d0c;
  content: ".";
  display: block;
  font-size: 0;
  left: -1px;
  padding: 10px;
  position: absolute;
  right: -1px;
  top: 0;
}

/* line 150, app/assets/stylesheets/elements/layout.scss */
.muted-select button.btn.dropdown-toggle {
  margin-top: 1px;
  border: 1px solid #aaa;
  border-radius: 6px;
  color: #aaa;
}

/* line 158, app/assets/stylesheets/elements/layout.scss */
.rounded-select button.btn.dropdown-toggle {
  margin-top: 1px;
  border-radius: 20px;
  background-color: #fff;
  color: #737373;
}

/* line 163, app/assets/stylesheets/elements/layout.scss */
.rounded-select button.btn.dropdown-toggle:hover {
  color: #101113;
}

/* line 166, app/assets/stylesheets/elements/layout.scss */
.rounded-select button.btn.dropdown-toggle .filter-option-inner {
  text-align: center;
}

/* line 171, app/assets/stylesheets/elements/layout.scss */
.rounded-select .dropdown-menu .dropdown-item.selected {
  color: #009672;
}

/* line 180, app/assets/stylesheets/elements/layout.scss */
.input-group.full-width, form.form-inline .input-group.full-width {
  width: 100%;
}

/* line 182, app/assets/stylesheets/elements/layout.scss */
.input-group.full-width input, form.form-inline .input-group.full-width input {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 187, app/assets/stylesheets/elements/layout.scss */
  .input-group.middle-width, form.form-inline .input-group.middle-width {
    width: 50%;
  }
}

/* line 193, app/assets/stylesheets/elements/layout.scss */
.input-group.muted-search, form.form-inline .input-group.muted-search {
  background-color: #fff;
  border-radius: 15px;
}

/* line 197, app/assets/stylesheets/elements/layout.scss */
.input-group.muted-search .input-group-prepend, form.form-inline .input-group.muted-search .input-group-prepend {
  padding: 0 0 0 10px;
}

/* line 200, app/assets/stylesheets/elements/layout.scss */
.input-group.muted-search .input-group-prepend button, form.form-inline .input-group.muted-search .input-group-prepend button {
  background-color: transparent;
  border: none;
}

/* line 205, app/assets/stylesheets/elements/layout.scss */
.input-group.muted-search input, form.form-inline .input-group.muted-search input {
  border: none;
  border-radius: 15px;
  font-size: 12px;
  height: auto;
  padding: 5px 0;
}

/* line 214, app/assets/stylesheets/elements/layout.scss */
.input-group.rounded-search, form.form-inline .input-group.rounded-search {
  border-radius: 20px;
  margin-top: 1px;
}

/* line 218, app/assets/stylesheets/elements/layout.scss */
.input-group.rounded-search .input-group-prepend, form.form-inline .input-group.rounded-search .input-group-prepend {
  background-color: #fff;
  border: none;
  border-radius: 20px 0px 0px 20px;
}

/* line 223, app/assets/stylesheets/elements/layout.scss */
.input-group.rounded-search .input-group-prepend button, form.form-inline .input-group.rounded-search .input-group-prepend button {
  background-color: transparent;
  border: none;
  padding-left: 12px;
  padding-right: 0;
}

/* line 230, app/assets/stylesheets/elements/layout.scss */
.input-group.rounded-search input, form.form-inline .input-group.rounded-search input {
  border-radius: 20px 20px 20px 0px;
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 34px;
}

/* line 239, app/assets/stylesheets/elements/layout.scss */
.input-group.rounded-search, form.form-inline .input-group.rounded-search {
  border-radius: 20px;
  margin-top: 1px;
}

/* line 243, app/assets/stylesheets/elements/layout.scss */
.input-group.rounded-search .input-group-prepend, form.form-inline .input-group.rounded-search .input-group-prepend {
  background-color: #fff;
  border: none;
  border-radius: 20px 0px 0px 20px;
}

/* line 248, app/assets/stylesheets/elements/layout.scss */
.input-group.rounded-search .input-group-prepend button, form.form-inline .input-group.rounded-search .input-group-prepend button {
  background-color: transparent;
  border: none;
  padding-left: 12px;
  padding-right: 0;
}

/* line 255, app/assets/stylesheets/elements/layout.scss */
.input-group.rounded-search input, form.form-inline .input-group.rounded-search input {
  border-radius: 20px 20px 20px 0px;
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 34px;
}

/* line 265, app/assets/stylesheets/elements/layout.scss */
.copy_paste_item:hover {
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/elements/layout.scss */
label[for="sn-checkbox-open-in-new-window"]::before {
  visibility: hidden;
}

/* line 274, app/assets/stylesheets/elements/layout.scss */
#sn-checkbox-open-in-new-window {
  opacity: 1;
}

/* line 277, app/assets/stylesheets/elements/layout.scss */
.glyphicon {
  top: 2px;
}

/* line 281, app/assets/stylesheets/elements/layout.scss */
.rounded {
  border-radius: 4px;
}

/* line 285, app/assets/stylesheets/elements/layout.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0c0d0c;
}

/* line 290, app/assets/stylesheets/elements/layout.scss */
.fileinput-button input {
  bottom: 0;
  left: 0;
}

/* line 295, app/assets/stylesheets/elements/layout.scss */
.priority {
  margin: 0 0 0 5px;
}

/* line 299, app/assets/stylesheets/elements/layout.scss */
.progress {
  box-shadow: none;
}

/* line 303, app/assets/stylesheets/elements/layout.scss */
.break_words {
  word-wrap: break-word;
}

/* line 308, app/assets/stylesheets/elements/layout.scss */
.bootstrap-select.open > .btn-default.dropdown-toggle {
  background: #fff;
  border-bottom: 2px solid #49DA96 !important;
  box-shadow: none;
}

/* line 312, app/assets/stylesheets/elements/layout.scss */
.bootstrap-select.open > .btn-default.dropdown-toggle:hover {
  border-bottom: 2px solid #49DA96 !important;
}

/* line 316, app/assets/stylesheets/elements/layout.scss */
.bootstrap-select .btn.dropdown-toggle {
  color: #555;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  text-transform: none;
}

/* line 324, app/assets/stylesheets/elements/layout.scss */
.bootstrap-select .btn.dropdown-toggle:hover, .bootstrap-select .btn.dropdown-toggle:focus, .bootstrap-select .btn.dropdown-toggle:active {
  background: #fff;
  box-shadow: none;
  outline: none !important;
}

/* line 330, app/assets/stylesheets/elements/layout.scss */
.bootstrap-select .dropdown-menu {
  margin-top: 0;
  z-index: 1002;
}

/* line 334, app/assets/stylesheets/elements/layout.scss */
.bootstrap-select .dropdown-menu a:focus {
  outline: none;
}

/* line 342, app/assets/stylesheets/elements/layout.scss */
.form-group .bootstrap-select {
  background: transparent;
  box-shadow: none;
}

/* line 345, app/assets/stylesheets/elements/layout.scss */
.form-group .bootstrap-select .btn.dropdown-toggle {
  background: transparent;
}

/* line 351, app/assets/stylesheets/elements/layout.scss */
.modal-title {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* line 354, app/assets/stylesheets/elements/layout.scss */
.modal-title a {
  color: #333;
  text-decoration: underline;
}

/* line 357, app/assets/stylesheets/elements/layout.scss */
.modal-title a:hover {
  text-decoration: none;
}

/* line 364, app/assets/stylesheets/elements/layout.scss */
.picture_with_style img {
  margin: 0 auto 0;
}

/* line 368, app/assets/stylesheets/elements/layout.scss */
.picture_with_style h2 {
  text-transform: none;
}

/* line 372, app/assets/stylesheets/elements/layout.scss */
.picture_with_style .fa-check-square, .picture_with_style .fa-square {
  margin-top: 10px;
  color: #0c0d0c;
}

/* line 377, app/assets/stylesheets/elements/layout.scss */
.picture_with_style p {
  font-size: 1.3em;
}

/* line 381, app/assets/stylesheets/elements/layout.scss */
.picture_with_style .request_checked {
  font-size: 1.1em;
}

/* line 385, app/assets/stylesheets/elements/layout.scss */
.picture_with_style .btn {
  text-transform: none;
}

/* line 390, app/assets/stylesheets/elements/layout.scss */
.modal-body {
  padding: 15px 25px;
}

/* line 394, app/assets/stylesheets/elements/layout.scss */
abbr[title] {
  text-decoration: none;
}

/* line 398, app/assets/stylesheets/elements/layout.scss */
.height-100 {
  height: 100%;
}

/* line 402, app/assets/stylesheets/elements/layout.scss */
.mw-175 {
  max-width: 175px;
}

/* line 406, app/assets/stylesheets/elements/layout.scss */
.mb-0 {
  margin-bottom: 0;
}

/* line 410, app/assets/stylesheets/elements/layout.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 414, app/assets/stylesheets/elements/layout.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 418, app/assets/stylesheets/elements/layout.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 422, app/assets/stylesheets/elements/layout.scss */
.ml-30 {
  margin-left: 30px;
}

/* line 426, app/assets/stylesheets/elements/layout.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 430, app/assets/stylesheets/elements/layout.scss */
.mr-15 {
  margin-right: 15px;
}

@media (min-width: 576px) {
  /* line 434, app/assets/stylesheets/elements/layout.scss */
  .sm-mr-15 {
    margin-right: 15px;
  }
}

/* line 440, app/assets/stylesheets/elements/layout.scss */
.mr-30 {
  margin-right: 30px;
}

/* line 444, app/assets/stylesheets/elements/layout.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 448, app/assets/stylesheets/elements/layout.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 452, app/assets/stylesheets/elements/layout.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 456, app/assets/stylesheets/elements/layout.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 460, app/assets/stylesheets/elements/layout.scss */
.mt-0 {
  margin-top: 0;
}

/* line 464, app/assets/stylesheets/elements/layout.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 468, app/assets/stylesheets/elements/layout.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 472, app/assets/stylesheets/elements/layout.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 476, app/assets/stylesheets/elements/layout.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 480, app/assets/stylesheets/elements/layout.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 484, app/assets/stylesheets/elements/layout.scss */
.mt-52 {
  margin-top: 52px;
}

/* line 488, app/assets/stylesheets/elements/layout.scss */
.pl-15 {
  padding-left: 15px;
}

/* line 492, app/assets/stylesheets/elements/layout.scss */
.pl-30 {
  padding-left: 30px;
}

/* line 496, app/assets/stylesheets/elements/layout.scss */
.pr-30 {
  padding-right: 30px;
}

/* line 500, app/assets/stylesheets/elements/layout.scss */
.form-control {
  font-size: 14px;
  box-shadow: none;
}

/* line 504, app/assets/stylesheets/elements/layout.scss */
.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 202, 154, 0.6);
  border-color: #0c0d0c;
}

/* line 510, app/assets/stylesheets/elements/layout.scss */
.ball-pulse > div {
  background: #0c0d0c;
}

/* line 514, app/assets/stylesheets/elements/layout.scss */
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
  outline: 0;
}

/* line 518, app/assets/stylesheets/elements/layout.scss */
.radio input[type="radio"]:focus + label::before {
  outline: 0;
}

@media (max-width: 991px) {
  /* line 522, app/assets/stylesheets/elements/layout.scss */
  .hidden-collapsed {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 529, app/assets/stylesheets/elements/layout.scss */
  .hidden-expanded {
    display: none !important;
  }
}

/* line 535, app/assets/stylesheets/elements/layout.scss */
#intercom-container {
  z-index: 1039 !important;
}

/* line 539, app/assets/stylesheets/elements/layout.scss */
.modal-footer {
  min-height: 66px;
}

/* line 541, app/assets/stylesheets/elements/layout.scss */
.modal-footer .btn {
  vertical-align: top;
}

/* line 547, app/assets/stylesheets/elements/layout.scss */
.bootstrap-filestyle .btn {
  padding: 7px 12px;
}

/* line 550, app/assets/stylesheets/elements/layout.scss */
.bootstrap-filestyle .group-span-filestyle {
  outline: 0 !important;
  position: absolute;
  right: 0;
}

/* line 554, app/assets/stylesheets/elements/layout.scss */
.bootstrap-filestyle .group-span-filestyle .btn {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  height: 44px;
  letter-spacing: 0.04em;
  line-height: 28px;
}

/* line 565, app/assets/stylesheets/elements/layout.scss */
#notification-bell {
  font-size: 20px;
}

/* line 569, app/assets/stylesheets/elements/layout.scss */
#notification-count {
  font-weight: bold;
  border-radius: 20px;
  background-color: red;
  padding: 0px 6px;
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 0;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(3px);
  }
  66% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 603, app/assets/stylesheets/elements/layout.scss */
.alert a {
  color: inherit;
  text-decoration: underline;
}

/* line 606, app/assets/stylesheets/elements/layout.scss */
.alert a:hover {
  text-decoration: none;
}

/* line 612, app/assets/stylesheets/elements/layout.scss */
#sticky_alert {
  position: fixed;
  width: 100%;
  z-index: 200;
  text-align: center;
}

/* line 619, app/assets/stylesheets/elements/layout.scss */
#alert-for-refresh {
  padding: 10px;
  color: #e50576;
  font-weight: bold;
  border: 2px solid #e50576;
  background-color: #ffeaea;
}

/* line 626, app/assets/stylesheets/elements/layout.scss */
#alert-for-refresh a {
  color: #e50576;
}

/* line 631, app/assets/stylesheets/elements/layout.scss */
td.today {
  background-color: #efeeee;
}

/* line 635, app/assets/stylesheets/elements/layout.scss */
tr.row-gray {
  background-color: #efeeee;
}

/* line 639, app/assets/stylesheets/elements/layout.scss */
tr.row-dark-gray {
  background-color: #aaa;
}

/* line 643, app/assets/stylesheets/elements/layout.scss */
#notes {
  word-wrap: break-word;
}

/* line 648, app/assets/stylesheets/elements/layout.scss */
.note-editable img, #notes img {
  max-width: 100%;
}

/* line 653, app/assets/stylesheets/elements/layout.scss */
.simple_form_label {
  color: #666;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 0 0;
}

/* line 664, app/assets/stylesheets/elements/layout.scss */
.flex-column {
  flex-direction: column;
}

/* line 668, app/assets/stylesheets/elements/layout.scss */
.flex-1 {
  flex: 1;
}

/* line 672, app/assets/stylesheets/elements/layout.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 676, app/assets/stylesheets/elements/layout.scss */
.justify-content-center {
  justify-content: center;
}

/* line 680, app/assets/stylesheets/elements/layout.scss */
.position-relative {
  position: relative;
}

/* line 684, app/assets/stylesheets/elements/layout.scss */
.position-absolute {
  position: absolute;
}

/* line 688, app/assets/stylesheets/elements/layout.scss */
.badge-bg-blue {
  background-color: #2fcff4;
}

/* line 692, app/assets/stylesheets/elements/layout.scss */
.badge-border-blue {
  border: #2fcff4 solid 2px;
  color: #101113;
  opacity: 0.7;
}

/* line 698, app/assets/stylesheets/elements/layout.scss */
.badge-border-green {
  border: #0c0d0c solid 2px;
  color: #101113;
  opacity: 0.7;
}

/* line 704, app/assets/stylesheets/elements/layout.scss */
.badge-success {
  background: #5cbb5c;
  color: #ffffff;
}

/* line 709, app/assets/stylesheets/elements/layout.scss */
.badge-status-in-progress {
  background: #2fcff4;
  color: #ffffff;
}

/* line 714, app/assets/stylesheets/elements/layout.scss */
.table-muted {
  color: #aaa;
}

/* line 718, app/assets/stylesheets/elements/layout.scss */
.table-fixed {
  width: 100%;
  table-layout: fixed;
}

/* line 723, app/assets/stylesheets/elements/layout.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 727, app/assets/stylesheets/elements/layout.scss */
.icon-outline-primary {
  color: transparent;
  stroke: #0c0d0c;
  stroke-width: 40;
}

/* line 733, app/assets/stylesheets/elements/layout.scss */
.icon-outline-white {
  color: transparent;
  stroke: #ffffff;
  stroke-width: 40;
}

@media (max-width: 400px) {
  /* line 740, app/assets/stylesheets/elements/layout.scss */
  .col-xxs-12 {
    width: 100% !important;
  }
}

/* line 745, app/assets/stylesheets/elements/layout.scss */
.color-primary {
  color: #0c0d0c;
}

/* line 749, app/assets/stylesheets/elements/layout.scss */
.color-danger {
  color: #e50576;
}

/* line 753, app/assets/stylesheets/elements/layout.scss */
.bg-old-info {
  background-color: #d9edf7;
}

/* line 756, app/assets/stylesheets/elements/layout.scss */
.bg-old-warning {
  background-color: #fcf8e3;
}

/* line 759, app/assets/stylesheets/elements/layout.scss */
.bg-canceling {
  background-color: #f6ebb6;
}

/* line 762, app/assets/stylesheets/elements/layout.scss */
.bg-old-success {
  background-color: #dff0d8;
}

/* line 765, app/assets/stylesheets/elements/layout.scss */
.bg-old-danger {
  background-color: #f2dede;
}

/* line 769, app/assets/stylesheets/elements/layout.scss */
.bg-lightest-green-opacity-30 {
  background-color: rgba(153, 228, 210, 0.3);
}

/* line 773, app/assets/stylesheets/elements/layout.scss */
.bg-light-gray-opacity-30 {
  background-color: rgba(172, 165, 172, 0.3);
}

/* line 778, app/assets/stylesheets/elements/layout.scss */
.loader-full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

/* line 789, app/assets/stylesheets/elements/layout.scss */
.media {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}

/* line 795, app/assets/stylesheets/elements/layout.scss */
.media-body {
  flex: 1;
}

/* line 799, app/assets/stylesheets/elements/layout.scss */
.hidden {
  display: none !important;
}

/* line 805, app/assets/stylesheets/elements/layout.scss */
.required abbr {
  color: #FEBE3C;
}

/* line 810, app/assets/stylesheets/elements/layout.scss */
.flash_message_holder {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 400px;
  align-items: center;
}

/* line 818, app/assets/stylesheets/elements/layout.scss */
.flash_message_holder .flash_message {
  width: 100%;
  padding-left: 4rem;
  z-index: 199;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

/* line 825, app/assets/stylesheets/elements/layout.scss */
.flash_message_holder .flash_message .alert-icon {
  font-size: 1.1em;
  position: absolute;
  left: 0;
  padding: 0.75rem 1.25rem;
  align-self: center;
}

/* line 836, app/assets/stylesheets/elements/layout.scss */
#left-side-menu-container .alert {
  margin: 0 20px 10px 20px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 840, app/assets/stylesheets/elements/layout.scss */
#left-side-menu-container .alert .alert-icon {
  font-size: 1.5em;
  margin-right: 10px;
}

/* line 844, app/assets/stylesheets/elements/layout.scss */
#left-side-menu-container .alert .media-body {
  font-size: 0.85em;
}

/* line 849, app/assets/stylesheets/elements/layout.scss */
#left-side-menu-container .side-nav-link {
  line-height: 20px;
}

/* line 852, app/assets/stylesheets/elements/layout.scss */
#left-side-menu-container .side-nav-link span.icon-text-container {
  margin: 0;
  display: flex;
  align-items: center;
}

/* line 858, app/assets/stylesheets/elements/layout.scss */
#left-side-menu-container .side-nav-link span {
  vertical-align: top;
  margin: 0 0 0 10px;
}

/* line 864, app/assets/stylesheets/elements/layout.scss */
#left-side-menu-container .side-nav-pill {
  display: block;
  background-color: var(--color-cornflower-100);
  color: var(--color-cornflower-700);
  font-weight: 600;
  padding: 1px 10px;
  border-radius: 4px;
  font-size: 12px;
  float: right;
}

/* line 879, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .alert {
  padding: 0;
  margin: 0 20px 10px 20px;
  display: flex;
  justify-content: center;
}

/* line 884, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .alert .alert-icon {
  margin: 0;
}

/* line 887, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .alert .media-body {
  display: none;
}

/* line 893, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .side-nav-link .icon-text-container {
  padding-left: 0;
}

/* line 897, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .side-nav-link svg:not(.fa-external-link-alt) {
  margin-right: -4px;
}

/* line 901, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .side-nav-link .side-nav-pill {
  visibility: hidden;
  pointer-events: none;
}

/* line 905, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .side-nav-link .side-nav-pill::before {
  position: absolute;
  visibility: visible;
  content: '';
  display: block;
  right: 4px;
  top: 0px;
  height: 14px;
  width: 14px;
  border-radius: 1000px;
  z-index: 1;
  background-color: var(--color-cornflower-100);
}

/* line 921, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .side-nav-link:hover .side-nav-pill {
  visibility: visible;
}

/* line 924, app/assets/stylesheets/elements/layout.scss */
body[data-leftbar-compact-mode="condensed"] #left-side-menu-container .side-nav-link:hover .side-nav-pill::before {
  visibility: hidden;
}

/* line 933, app/assets/stylesheets/elements/layout.scss */
.display-flex {
  display: flex;
}

/* line 938, app/assets/stylesheets/elements/layout.scss */
.dropdown-dots {
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
}

/* line 944, app/assets/stylesheets/elements/layout.scss */
.link-danger {
  color: #e50576 !important;
}

/* line 946, app/assets/stylesheets/elements/layout.scss */
.link-danger:hover {
  color: #e50576 !important;
}

/* line 951, app/assets/stylesheets/elements/layout.scss */
.cancel-link {
  color: #aaa;
}

/* line 953, app/assets/stylesheets/elements/layout.scss */
.cancel-link:hover {
  color: #e50576;
}

/* line 958, app/assets/stylesheets/elements/layout.scss */
.link-destructive {
  color: #e50576;
}

/* line 960, app/assets/stylesheets/elements/layout.scss */
.link-destructive:hover {
  color: #e50576;
}

/* line 965, app/assets/stylesheets/elements/layout.scss */
.font-italic {
  font-style: italic;
}

/* line 969, app/assets/stylesheets/elements/layout.scss */
.link-gray {
  color: #101113;
}

/* line 971, app/assets/stylesheets/elements/layout.scss */
.link-gray:hover {
  color: #101113;
}

/* line 976, app/assets/stylesheets/elements/layout.scss */
.link-blue {
  color: #2fcff4;
}

/* line 978, app/assets/stylesheets/elements/layout.scss */
.link-blue:hover {
  color: #2fcff4;
}

/* line 983, app/assets/stylesheets/elements/layout.scss */
.link-green {
  color: #00BC8F;
}

/* line 985, app/assets/stylesheets/elements/layout.scss */
.link-green:hover {
  color: #00BC8F;
}

/* line 990, app/assets/stylesheets/elements/layout.scss */
.link-purple {
  color: #6b5eae;
}

/* line 992, app/assets/stylesheets/elements/layout.scss */
.link-purple:hover {
  color: #6b5eae;
}

/* line 997, app/assets/stylesheets/elements/layout.scss */
.navbar-static-top {
  height: 54px;
  background-color: #fff;
}

/* line 1000, app/assets/stylesheets/elements/layout.scss */
.navbar-static-top .navbar-brand {
  max-width: 170px;
}

/* line 1006, app/assets/stylesheets/elements/layout.scss */
.modal-dialog-scrollable .modal-body {
  height: calc(100vh - 250px);
}

/* line 1011, app/assets/stylesheets/elements/layout.scss */
.filters-container {
  max-width: 300px;
}

/* line 1015, app/assets/stylesheets/elements/layout.scss */
.full-width {
  width: 100%;
}

/* line 1019, app/assets/stylesheets/elements/layout.scss */
.disabled-filter {
  opacity: .5;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2, app/assets/stylesheets/elements/modals.scss */
.custom-modal-submit-button {
  color: #ffffff;
  background: #E50576;
}

/* line 5, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container .select2-selection--multiple {
  border-color: white;
  min-height: 0;
}

/* line 8, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container .select2-selection--multiple:hover {
  border: 1px solid #00BC8F;
}

/* line 11, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container .select2-selection--multiple .select2-selection__choice {
  font-size: 0.8em;
  white-space: normal;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: flex-start;
  background-color: #00BC8F;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 4px 6px;
  margin-top: 4px;
}

/* line 25, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 0;
  margin-left: auto;
}

/* line 30, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 6px;
}

/* line 32, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered li:last-child:after {
  position: absolute;
  bottom: 6px;
  right: 0;
  content: '+';
  font-weight: 500;
  padding: 0 7px;
}

/* line 43, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
}

/* line 45, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  font-size: 0.9em;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
  font-size: 0.9em;
}

/* line 53, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container--default .select2-results__option {
  font-size: 12px;
}

/* line 56, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
  color: #101113;
  font-weight: 500;
}

/* line 61, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: #ACA5AC;
  font-weight: 400;
}

/* line 66, app/assets/stylesheets/elements/multiple_select.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00BC8F;
  color: #fff;
}

/* line 75, app/assets/stylesheets/elements/multiple_select.scss */
.sidebar-filters .multiple-select-group .list-group-item-sub .filter-title {
  padding: 0 10px 3px;
  font-size: 9px;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/elements/lucide-icons.scss */
.lucide {
  width: 1.5rem;
  height: auto;
  stroke-width: 1.5px;
}

/* line 6, app/assets/stylesheets/elements/lucide-icons.scss */
.lucide.lu-solid {
  fill: currentColor;
}

/* line 10, app/assets/stylesheets/elements/lucide-icons.scss */
.lucide.lu-light {
  stroke-width: 1px;
}

/* line 14, app/assets/stylesheets/elements/lucide-icons.scss */
.lucide.lu-bold {
  stroke-width: 2px;
}

/* line 18, app/assets/stylesheets/elements/lucide-icons.scss */
.lucide.lu-sm {
  width: 1rem;
}

/* line 22, app/assets/stylesheets/elements/lucide-icons.scss */
.lucide.lu-md {
  width: 1.25rem;
}

/* line 26, app/assets/stylesheets/elements/lucide-icons.scss */
.lucide.lu-lg {
  width: 1.5rem;
}

/* line 30, app/assets/stylesheets/elements/lucide-icons.scss */
.lucide.lu-xl {
  width: 1.75rem;
}

/* line 1, app/assets/stylesheets/pages/billings.scss */
#stripe-info, .stripe_text_secure {
  color: #0c0d0c;
  margin-bottom: 10px;
}

/* line 6, app/assets/stylesheets/pages/billings.scss */
.align-center {
  align-self: center;
}

/* line 3, app/assets/stylesheets/pages/brands.scss */
#all-brands-area .brand-area {
  border-top: 1px dotted gray;
  line-height: 24px;
  padding-top: 25px;
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/pages/brands.scss */
#all-brands-area .brand-area:first-child {
  border-top: none;
  padding-top: 5px;
}

/* line 14, app/assets/stylesheets/pages/brands.scss */
#all-brands-area .brand-area h5 {
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/pages/brands.scss */
.color_squares_area {
  display: flex;
  flex-wrap: wrap;
}

/* line 23, app/assets/stylesheets/pages/brands.scss */
.color_squares_area .color_square {
  width: 20px;
  margin: 0 8px 5px 0;
}

/* line 29, app/assets/stylesheets/pages/brands.scss */
.new_brand_name {
  font-size: 14px;
  color: #737373;
  font-weight: bold;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
  height: calc(2.5rem + 2px);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 29, app/assets/stylesheets/pages/brands.scss */
  .new_brand_name {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 29, app/assets/stylesheets/pages/brands.scss */
  .new_brand_name {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  /* line 29, app/assets/stylesheets/pages/brands.scss */
  .new_brand_name {
    font-size: 28px;
  }
}

/* line 52, app/assets/stylesheets/pages/brands.scss */
.new_brand_name::-moz-placeholder {
  font-weight: bold;
}
.new_brand_name::placeholder {
  font-weight: bold;
}

/* line 55, app/assets/stylesheets/pages/brands.scss */
.new_brand_name:focus {
  border-color: #00BC8F;
}

/* line 58, app/assets/stylesheets/pages/brands.scss */
.new_brand_name.brand_name-dashboard {
  border-radius: 20px;
  background-color: #f5f4f6;
  border: 0;
  font-size: 14px;
}

/* line 66, app/assets/stylesheets/pages/brands.scss */
.brand-image {
  border-radius: 3px;
  width: 100%;
}

/* line 71, app/assets/stylesheets/pages/brands.scss */
.brand-image-thumbnail {
  height: 100px;
  width: 100px;
}

/* line 76, app/assets/stylesheets/pages/brands.scss */
.color_grouping {
  border-top: 1px solid #ebeff1;
  margin: 15px 0;
  padding-top: 15px;
}

/* line 82, app/assets/stylesheets/pages/brands.scss */
.brand_asset_icon {
  min-height: 100px;
  min-width: 100px;
}

/* line 87, app/assets/stylesheets/pages/brands.scss */
.asset-border-left {
  border-left: 1px solid black;
  padding-left: 10px;
}

/* line 93, app/assets/stylesheets/pages/brands.scss */
.brand-detail a {
  color: #000;
}

/* line 98, app/assets/stylesheets/pages/brands.scss */
.brand-assets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.3rem;
}

/* line 106, app/assets/stylesheets/pages/brands.scss */
.main-details .toggle-link svg {
  font-size: 12px;
}

/* line 110, app/assets/stylesheets/pages/brands.scss */
.main-details .toggle-link .dropdown-dots svg {
  font-size: 16px;
}

/* line 114, app/assets/stylesheets/pages/brands.scss */
.main-details .toggle-link > a {
  color: #737373;
  padding-left: 10px;
}

/* line 117, app/assets/stylesheets/pages/brands.scss */
.main-details .toggle-link > a:hover {
  color: #495ce8;
}

/* line 126, app/assets/stylesheets/pages/brands.scss */
.toggle-arrow-wrap .collapsed .toggle-arrow {
  transition: 0.3s transform ease-in-out;
  transform: rotate(40deg);
  top: 4px;
}

/* line 132, app/assets/stylesheets/pages/brands.scss */
.toggle-arrow-wrap .filter-title {
  position: relative;
  padding-left: 20px;
}

/* line 136, app/assets/stylesheets/pages/brands.scss */
.toggle-arrow-wrap .toggle-arrow {
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline;
  cursor: pointer;
  padding: 3px;
  position: absolute;
  left: 0;
  top: 9px;
  transform: rotate(-140deg);
}

@media (max-width: 1367px) {
  /* line 150, app/assets/stylesheets/pages/brands.scss */
  .brand-assets {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/pages/cancellations.scss */
  .cancellation-modal {
    width: 900px;
  }
}

/* line 7, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container a.btn-light {
  color: #000;
  background: #DDD;
}

/* line 12, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .title {
  font-size: 30px;
}

/* line 16, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .content {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 20, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .content p {
  font-size: 20px;
}

/* line 24, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .content a.toggle-submit.btn.btn-default.collapse {
  display: inline-block;
}

/* line 30, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .modal-footer .btn {
  margin-top: 10px;
}

/* line 36, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .fire_pickle:hover {
  box-shadow: 0 10px 25px #DDD;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .pickle_fired {
  border: 4px solid #0c0d0c;
}

/* line 46, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container #cancellation_link {
  color: #e50576;
  font-size: 18px;
}

/* line 51, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options {
  display: block;
  text-align: center;
}

/* line 55, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options .radio_buttons span.radio, .cancellation-modal #cancellation-container .options .radio {
  padding: 0px;
  display: inline;
}

/* line 60, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options input[type="radio"]:checked + label, .cancellation-modal #cancellation-container .options span.radio:checked {
  background: #0FA149;
  color: #FFF;
}

/* line 65, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options a, .cancellation-modal #cancellation-container .options label {
  display: inline-grid;
  margin: 15px;
  width: 175px;
  height: 115px;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  border: 1px solid #000;
  padding: 10px;
  white-space: pre-wrap;
  align-items: center;
  align-content: center;
}

/* line 80, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options a.btn-primary {
  color: #FFF;
}

/* line 84, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options a.btn-primary:hover {
  color: #000;
}

/* line 88, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options label::before, .cancellation-modal #cancellation-container .options label:after {
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options label:hover, .cancellation-modal #cancellation-container .options a:hover {
  background: #DDD;
}

/* line 97, app/assets/stylesheets/pages/cancellations.scss */
.cancellation-modal #cancellation-container .options.special_offers a, .cancellation-modal #cancellation-container .options.special_offers label {
  width: 215px;
  height: 140px;
}

/* line 1, app/assets/stylesheets/pages/dashboard.scss */
#on-hold {
  margin-top: 60px;
}

/* line 3, app/assets/stylesheets/pages/dashboard.scss */
#on-hold .reactivate {
  margin: 10px 0;
  width: 100%;
}

/* line 10, app/assets/stylesheets/pages/dashboard.scss */
#card-scope .card-scope-img {
  max-width: 150px;
  width: 100%;
}

/* line 16, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-icons {
  max-width: 50px;
}

@media (max-width: 1366.98px) {
  /* line 20, app/assets/stylesheets/pages/dashboard.scss */
  .dashboard-second-row > * {
    margin-bottom: 24px;
  }
}

/* line 26, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card {
  height: 85%;
}

/* line 27, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .h3 {
  font-size: 20px;
}

@media (hover: hover) and (pointer: fine) {
  /* line 32, app/assets/stylesheets/pages/dashboard.scss */
  .dashboard-card.pop:hover {
    background-color: #f5f4f6;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.3);
  }
}

/* line 40, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover {
  width: 100%;
  background-color: #737373;
  color: #ffffff;
  max-width: 100%;
}

/* line 45, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover a {
  color: #ffffff;
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .arrow:after {
  border-bottom-color: #737373;
  border-top-color: #737373;
}

/* line 53, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .popover-body {
  padding: 15px;
}

/* line 55, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .popover-body .popover-item {
  padding: 9px 13px;
}

/* line 57, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .popover-body .popover-item:not(:first-child) {
  border-top: 1px solid #ACA5AC;
}

/* line 60, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .popover-body .popover-item:hover {
  background-color: #5D575F;
  border-radius: 5px;
  border-top: none;
}

/* line 64, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .popover-body .popover-item:hover .btn-hover-light-green {
  background-color: #00BC8F;
  color: #ffffff;
  border-color: #00BC8F;
}

/* line 70, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .popover-body .popover-item:hover ~ .popover-item {
  border-top: none;
}

/* line 74, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .popover-body .popover-item .popover-item-title {
  font-weight: 700;
  font-size: 13px;
}

/* line 78, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-card .popover .popover-body .popover-item .popover-item-subtitle {
  font-size: 11px;
}

/* line 89, app/assets/stylesheets/pages/dashboard.scss */
a .dashboard-card:hover {
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.3);
}

/* line 95, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-third-row {
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-third-row .card-body {
  overflow: hidden;
}

/* line 103, app/assets/stylesheets/pages/dashboard.scss */
.get-inspired-triangle-overlay {
  position: absolute;
  width: 270px;
  float: right;
  right: 0;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 5.27%, rgba(255, 255, 255, 0) 74.42%);
  mix-blend-mode: normal;
  transform: rotate(180deg);
}

/* line 115, app/assets/stylesheets/pages/dashboard.scss */
.get-inspired {
  width: 60em;
}

/* line 118, app/assets/stylesheets/pages/dashboard.scss */
.get-inspired .file-item img {
  height: 150px;
}

/* line 2, app/assets/stylesheets/pages/leave_days.scss */
#leave_days .day_off_date {
  font-weight: bold;
  color: #e50576;
  float: left;
  margin-right: 5px;
  font-size: 18px;
}

/* line 10, app/assets/stylesheets/pages/leave_days.scss */
#leave_days .calendar-title {
  font-size: 26px;
  font-weight: bold;
  margin: 10px;
}

/* line 1, app/assets/stylesheets/pages/photos.scss */
#photos-search-content {
  display: none;
}

/* line 3, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card {
  border: 0;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card a:focus {
  color: #495ce8;
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card a:hover {
  color: #026509;
  text-decoration: underline;
}

/* line 16, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card a .icon:before {
  content: "\f068";
  display: block;
  float: right;
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: right;
  width: 25px;
}

/* line 28, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card a.collapsed .icon:before {
  content: "\f067";
}

/* line 33, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card a .card-header {
  background: #fff;
}

/* line 35, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card a .card-header .panel-title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 25px;
  text-align: center;
  text-transform: uppercase;
}

/* line 46, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body {
  border-top: 0;
  overflow-y: scroll;
  padding-right: 20px;
}

@media (min-width: 576px) {
  /* line 46, app/assets/stylesheets/pages/photos.scss */
  #photos-search-content .card .card-body {
    max-height: 400px;
  }
}

@media (min-width: 992px) {
  /* line 46, app/assets/stylesheets/pages/photos.scss */
  #photos-search-content .card .card-body {
    max-height: 500px;
  }
}

/* line 53, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card #getty-images-subscription.card-body {
  max-height: none;
}

/* line 56, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card #adobe-stock-images-subscription.card-body {
  max-height: none;
}

/* line 64, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content {
  margin-bottom: 20px;
}

/* line 66, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo {
  color: #333;
  display: block;
  position: relative;
}

/* line 71, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo:hover span.add {
  display: block;
}

/* line 76, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo.added span.add {
  display: none !important;
}

/* line 79, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo.added span.added {
  display: block;
}

/* line 84, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo.added:hover span.added {
  display: none;
}

/* line 87, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo.added:hover span.remove {
  display: block;
}

/* line 91, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo span.add, #photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo span.added, #photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo span.remove {
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
}

/* line 101, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo span.add i, #photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo span.added i, #photos-search-content .card .card-body .grid .grid-item .grid-item-content .photo span.remove i {
  color: #0c0d0c;
}

/* line 106, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .grid .grid-item .grid-item-content .author {
  color: #bbb;
  display: inline-block;
  margin-top: 5px;
}

/* line 114, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body .load-more {
  height: 60px;
}

/* line 117, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-body #load-more-loader {
  display: none;
}

/* line 121, app/assets/stylesheets/pages/photos.scss */
#photos-search-content .card .card-footer {
  background: inherit;
  padding-right: 30px;
}

/* line 128, app/assets/stylesheets/pages/photos.scss */
#photos-counter-desktop {
  margin-right: 20px;
}

/* line 132, app/assets/stylesheets/pages/photos.scss */
#photos-counter-mobile {
  display: none;
  background-color: white;
  border: 1px solid #101113;
  border-bottom: none;
  font-weight: bold;
}

/* line 140, app/assets/stylesheets/pages/photos.scss */
#photos-backdrop {
  background-color: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1060;
}

/* line 152, app/assets/stylesheets/pages/photos.scss */
#photos-confirm {
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1070;
}

/* line 162, app/assets/stylesheets/pages/photos.scss */
#photos-confirm:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-right: -0.25em;
}

@media (min-width: 576px) {
  /* line 162, app/assets/stylesheets/pages/photos.scss */
  #photos-confirm:before {
    vertical-align: middle;
  }
}

/* line 172, app/assets/stylesheets/pages/photos.scss */
#photos-confirm .modal-content {
  display: inline-block;
  padding: 15px 30px;
  vertical-align: middle;
  max-width: 300px;
}

@media (min-width: 576px) {
  /* line 172, app/assets/stylesheets/pages/photos.scss */
  #photos-confirm .modal-content {
    max-width: 470px;
    min-width: 470px;
  }
}

@media (max-width: 767.98px) {
  /* line 172, app/assets/stylesheets/pages/photos.scss */
  #photos-confirm .modal-content {
    margin-top: 100px;
  }
}

/* line 187, app/assets/stylesheets/pages/photos.scss */
#pick-photos-for-me {
  padding-top: 0;
  color: #101113;
  text-decoration: underline;
  text-transform: none;
}

/* line 192, app/assets/stylesheets/pages/photos.scss */
#pick-photos-for-me:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 197, app/assets/stylesheets/pages/photos.scss */
  .modal-dialog.photos-modal {
    width: 900px;
    max-width: 900px;
  }
}

@media (min-width: 992px) {
  /* line 197, app/assets/stylesheets/pages/photos.scss */
  .modal-dialog.photos-modal {
    width: 1108px;
    max-width: 1108px;
  }
}

/* line 206, app/assets/stylesheets/pages/photos.scss */
.modal-dialog.photos-modal .modal-header {
  padding: 5px 10px 0 0;
  border-bottom: 0;
  background: #f2f2f2;
}

/* line 211, app/assets/stylesheets/pages/photos.scss */
.modal-dialog.photos-modal .modal-body {
  background: #f2f2f2;
  padding: 5px 15px 15px 15px;
}

/* line 223, app/assets/stylesheets/pages/photos.scss */
.modal-dialog.photos-modal .modal-body .photos-search-input-group input:focus {
  border-bottom: 0;
  padding-bottom: 6px;
}

/* line 228, app/assets/stylesheets/pages/photos.scss */
.modal-dialog.photos-modal .modal-body .photos-search-input-group .input-group-btn {
  width: 110px;
}

/* line 233, app/assets/stylesheets/pages/photos.scss */
.modal-dialog.photos-modal .modal-body .photos-search-input-group #photo-search-button {
  border-radius: 0px 3px 3px 0px;
  border-right: none;
}

/* line 239, app/assets/stylesheets/pages/photos.scss */
.modal-dialog.photos-modal .modal-footer {
  border-top: 0;
}

/* line 242, app/assets/stylesheets/pages/photos.scss */
.modal-dialog.photos-modal .dropdown-toggle {
  border: 1px solid #dcd8df;
  background: #fff !important;
}

/* line 248, app/assets/stylesheets/pages/photos.scss */
.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 252, app/assets/stylesheets/pages/photos.scss */
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* line 2, app/assets/stylesheets/pages/plans.scss */
.modal-dialog.plans .modal-title {
  text-align: center;
}

/* line 6, app/assets/stylesheets/pages/plans.scss */
.modal-dialog.plans table {
  margin-top: 15px;
}

/* line 9, app/assets/stylesheets/pages/plans.scss */
.modal-dialog.plans table tbody label {
  font-weight: normal;
}

/* line 12, app/assets/stylesheets/pages/plans.scss */
.modal-dialog.plans table tbody .radio {
  margin: 3px 0 0 0;
}

/* line 14, app/assets/stylesheets/pages/plans.scss */
.modal-dialog.plans table tbody .radio label {
  padding-left: 0;
}

/* line 18, app/assets/stylesheets/pages/plans.scss */
.modal-dialog.plans table tbody td {
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/pages/plans.scss */
.modal-dialog.plans #total-amount-container {
  color: #0c0d0c;
  display: none;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

/* line 32, app/assets/stylesheets/pages/plans.scss */
.modal-dialog.plans .company_plan_change {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/pages/plans.scss */
#upgrade-plan #company_subscription_quantity {
  float: left;
}

/* line 43, app/assets/stylesheets/pages/plans.scss */
#quantity-slider {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 49, app/assets/stylesheets/pages/plans.scss */
#quantity-slider .slider-track-low, #quantity-slider .slider-selection {
  background: #0c0d0c;
}

/* line 53, app/assets/stylesheets/pages/plans.scss */
#quantity-slider .slider-track-high {
  background: #CCC;
}

/* line 57, app/assets/stylesheets/pages/plans.scss */
#quantity-slider .slider-handle {
  background: #0c0d0c;
}

/* line 61, app/assets/stylesheets/pages/plans.scss */
#quantity-slider .in-selection {
  background: #0c0d0c;
}

/* line 1, app/assets/stylesheets/pages/registrations.scss */
.btn-social {
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

/* line 9, app/assets/stylesheets/pages/registrations.scss */
.btn-social:hover {
  color: #fff;
}

/* line 12, app/assets/stylesheets/pages/registrations.scss */
.btn-social .btn-label {
  display: inline;
  margin-left: 3px;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/pages/registrations.scss */
  .btn-social {
    display: block;
  }
}

/* line 24, app/assets/stylesheets/pages/registrations.scss */
.btn-microsoft {
  background: #2672ec;
  border-color: #2672ec;
}

/* line 29, app/assets/stylesheets/pages/registrations.scss */
.btn-facebook {
  background: #4f81b7;
  border-color: #4f81b7;
}

/* line 34, app/assets/stylesheets/pages/registrations.scss */
.btn-google {
  background: #dd4b39;
  border-color: #dd4b39;
}

/* line 39, app/assets/stylesheets/pages/registrations.scss */
.btn-linkedin {
  background: #007bb6;
  border-color: #007bb6;
  margin-right: 0;
}

/* line 46, app/assets/stylesheets/pages/registrations.scss */
.my-team-link a {
  color: #686a6e;
}

/* line 51, app/assets/stylesheets/pages/registrations.scss */
.invite-user-form {
  width: 500px;
}

/* line 57, app/assets/stylesheets/pages/registrations.scss */
form#new_user div.guarantee img {
  margin: 0 auto 0;
}

@media (max-width: 991.98px) {
  /* line 57, app/assets/stylesheets/pages/registrations.scss */
  form#new_user div.guarantee img {
    margin-top: 80px;
  }
}

/* line 65, app/assets/stylesheets/pages/registrations.scss */
form#new_user div.registration_testimonials {
  width: 100%;
  height: 100%;
}

/* line 69, app/assets/stylesheets/pages/registrations.scss */
form#new_user select#user_subscription_quantity {
  width: 50px;
}

/* line 72, app/assets/stylesheets/pages/registrations.scss */
form#new_user div#subscription_amount {
  color: #0c0d0c;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 10px;
}

/* line 78, app/assets/stylesheets/pages/registrations.scss */
form#new_user #apply_coupon {
  height: 40px;
  border: none;
  flex-shrink: 0;
}

/* line 84, app/assets/stylesheets/pages/registrations.scss */
form#new_user label {
  padding-left: 0;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
  color: #101113;
  display: inline-block;
}

/* line 93, app/assets/stylesheets/pages/registrations.scss */
form#new_user input[type="text"], form#new_user input[type="password"], form#new_user input[type="email"] {
  height: 2.5em;
  padding: 0.5rem;
  font-size: 16px;
  border-radius: 0.5rem;
}

/* line 100, app/assets/stylesheets/pages/registrations.scss */
form#new_user select {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  padding-right: 0.5rem;
}

/* line 106, app/assets/stylesheets/pages/registrations.scss */
form#new_user #user_role {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 111, app/assets/stylesheets/pages/registrations.scss */
form#new_user .form-inputs .form-group {
  margin-bottom: 35px;
}

/* line 114, app/assets/stylesheets/pages/registrations.scss */
form#new_user .form-inputs .form-group.user_password {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 120, app/assets/stylesheets/pages/registrations.scss */
  form#new_user #left_user_signup_column {
    padding-right: 50px;
    border-right: 1px solid #101113;
  }
}

/* line 127, app/assets/stylesheets/pages/registrations.scss */
form#new_user .user_terms_and_conditions {
  margin-top: 30px;
}

/* line 130, app/assets/stylesheets/pages/registrations.scss */
form#new_user .user_terms_and_conditions .checkbox {
  padding-left: 20px;
}

/* line 133, app/assets/stylesheets/pages/registrations.scss */
form#new_user .user_terms_and_conditions .checkbox label {
  padding-left: 5px;
}

/* line 140, app/assets/stylesheets/pages/registrations.scss */
#customize_plan_title {
  font-size: 24px;
}

/* line 144, app/assets/stylesheets/pages/registrations.scss */
#customize_plan_subtitle {
  font-size: 16px;
  font-weight: normal;
  color: #aaa;
  margin-top: 0;
}

/* line 152, app/assets/stylesheets/pages/registrations.scss */
.register_step_0_block h5 {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  /* line 156, app/assets/stylesheets/pages/registrations.scss */
  .register_step_0_block .pickle_plan_toggle_holder {
    float: none !important;
    text-align: center;
  }
}

/* line 164, app/assets/stylesheets/pages/registrations.scss */
.total_price_block {
  text-align: right;
  display: block;
  clear: both;
}

/* line 170, app/assets/stylesheets/pages/registrations.scss */
#enter-coupon-field {
  display: none;
}

/* line 175, app/assets/stylesheets/pages/registrations.scss */
#total_first_month_block #total_first_month_price {
  font-size: 48px;
  font-weight: 400;
}

/* line 180, app/assets/stylesheets/pages/registrations.scss */
#total_first_month_block #total_first_month_wording {
  font-size: 20px;
}

/* line 186, app/assets/stylesheets/pages/registrations.scss */
#register_choose_dpus a {
  color: #101113;
}

/* line 191, app/assets/stylesheets/pages/registrations.scss */
#enter-coupon-link {
  display: inline;
}

/* line 194, app/assets/stylesheets/pages/registrations.scss */
#enter-coupon-link:hover {
  cursor: pointer;
}

/* line 201, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_pricing_area {
  text-align: right;
}

/* line 204, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_pricing_area .register_plan_summary_price {
  font-size: 48px;
  font-weight: 400;
}

/* line 209, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_pricing_area .register_plan_summary_original_price {
  font-size: 28px;
  color: #737373;
}

/* line 214, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_pricing_area .strike_original_price {
  color: #39ca86;
}

/* line 218, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_pricing_area .register_plan_summary_discounted_price {
  font-size: 48px;
  font-weight: 400;
  color: #39ca86;
}

/* line 224, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_pricing_area .register_plan_summary_period {
  font-size: 28px;
}

/* line 228, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_pricing_area .register_plan_summary_trial {
  font-size: 20px;
}

/* line 234, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_name {
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 239, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary .register_plan_summary_dpus {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 246, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary_explanation {
  font-size: 16px;
  float: left;
}

/* line 250, app/assets/stylesheets/pages/registrations.scss */
.register_plan_summary_explanation ul {
  padding-left: 20px;
}

/* line 256, app/assets/stylesheets/pages/registrations.scss */
.request_info_modal h4 {
  text-transform: none;
}

/* line 262, app/assets/stylesheets/pages/registrations.scss */
.request_info_modal .modal-body .img-fluid {
  margin: 0 auto 2em;
}

/* line 266, app/assets/stylesheets/pages/registrations.scss */
.request_info_modal .modal-body h3 {
  text-transform: none;
  margin-bottom: 1em;
}

/* line 271, app/assets/stylesheets/pages/registrations.scss */
.request_info_modal .modal-body p {
  margin: 0 auto 2em;
  max-width: 600px;
  font-size: 1.1em;
}

/* line 277, app/assets/stylesheets/pages/registrations.scss */
.request_info_modal .modal-body .btn {
  height: auto;
  font-size: 1.5em;
  text-transform: none;
  margin-bottom: 1em;
}

/* line 287, app/assets/stylesheets/pages/registrations.scss */
.dashboard_info_screen h4 {
  text-transform: none;
}

/* line 291, app/assets/stylesheets/pages/registrations.scss */
.dashboard_info_screen .img-fluid {
  margin: 0 auto 2em;
}

/* line 295, app/assets/stylesheets/pages/registrations.scss */
.dashboard_info_screen h3 {
  text-transform: none;
  margin-bottom: 1em;
}

/* line 300, app/assets/stylesheets/pages/registrations.scss */
.dashboard_info_screen p {
  margin: 0 auto 2em;
  max-width: 600px;
  font-size: 1.1em;
}

/* line 306, app/assets/stylesheets/pages/registrations.scss */
.dashboard_info_screen .btn {
  height: auto;
  font-size: 1.5em;
  text-transform: none;
  margin-bottom: 1em;
}

/* line 314, app/assets/stylesheets/pages/registrations.scss */
form .form-group.user_password {
  margin-bottom: 2px;
}

/* line 319, app/assets/stylesheets/pages/registrations.scss */
form .form-group.boolean .show-password-checkbox {
  margin-top: 3px;
  padding-left: 0px;
}

/* line 323, app/assets/stylesheets/pages/registrations.scss */
form .form-group.boolean .show-password-checkbox label {
  padding-left: 5px !important;
  font-size: 11px;
  color: #737373;
}

/* line 333, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_area h4 {
  font-size: 22px;
}

/* line 337, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_area p {
  font-size: 16px;
}

/* line 341, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_area ul {
  font-size: 14px;
}

/* line 344, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_area ul li {
  margin-bottom: 10px;
}

/* line 347, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_area ul li svg {
  color: #0c0d0c;
}

/* line 354, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_body {
  padding-right: 10px;
  height: 200px;
  overflow: scroll;
  border: 1px solid black;
}

/* line 360, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_body ol {
  font-size: 18px;
  font-weight: 400;
}

/* line 366, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_body ol li h3 {
  font-size: 18px;
}

/* line 369, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_body ol li h3:first-child {
  margin-top: 5px;
}

/* line 374, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_body ol li p {
  font-size: 14px;
  font-weight: 200;
}

/* line 379, app/assets/stylesheets/pages/registrations.scss */
#terms_of_service_body ol li ul, #terms_of_service_body ol li ol {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 200;
}

/* line 392, app/assets/stylesheets/pages/registrations.scss */
#register_customization {
  display: none;
}

/* line 398, app/assets/stylesheets/pages/registrations.scss */
#modify-registration-details:hover, #continue-to-checkout-link:hover {
  cursor: pointer;
}

/* line 403, app/assets/stylesheets/pages/registrations.scss */
#continue-to-checkout-link {
  margin-top: 10px;
}

/* line 408, app/assets/stylesheets/pages/registrations.scss */
body.sessions, body.power_plans {
  background-color: #0c0d0c;
  height: 100%;
  padding-bottom: 0;
}

/* line 413, app/assets/stylesheets/pages/registrations.scss */
body.sessions #marketing-col, body.power_plans #marketing-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  /* line 413, app/assets/stylesheets/pages/registrations.scss */
  body.sessions #marketing-col, body.power_plans #marketing-col {
    display: none;
  }
}

/* line 423, app/assets/stylesheets/pages/registrations.scss */
body.sessions.fresh_stock_lite, body.power_plans.fresh_stock_lite {
  background-color: #555d55;
}

/* line 425, app/assets/stylesheets/pages/registrations.scss */
body.sessions.fresh_stock_lite #marketing-text, body.power_plans.fresh_stock_lite #marketing-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 429, app/assets/stylesheets/pages/registrations.scss */
body.sessions.fresh_stock_lite #marketing-text p, body.power_plans.fresh_stock_lite #marketing-text p {
  color: #000;
}

/* line 435, app/assets/stylesheets/pages/registrations.scss */
body.sessions #sign_in_logo, body.power_plans #sign_in_logo {
  position: absolute;
  top: 40px;
  left: 50px;
}

/* line 440, app/assets/stylesheets/pages/registrations.scss */
body.sessions #sign_in_logo img, body.power_plans #sign_in_logo img {
  width: 100%;
  filter: invert(1) brightness(110);
  max-height: 60px;
}

/* line 447, app/assets/stylesheets/pages/registrations.scss */
body.sessions #marketing-text, body.power_plans #marketing-text {
  margin-top: 150px;
}

/* line 450, app/assets/stylesheets/pages/registrations.scss */
body.sessions #marketing-text p, body.power_plans #marketing-text p {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

/* line 456, app/assets/stylesheets/pages/registrations.scss */
body.sessions #marketing-text .sign_in_image, body.power_plans #marketing-text .sign_in_image {
  max-height: 100px;
}

/* line 460, app/assets/stylesheets/pages/registrations.scss */
body.sessions #marketing-text #reg_trustpilot_logo, body.power_plans #marketing-text #reg_trustpilot_logo {
  margin: 0 50px;
}

/* line 464, app/assets/stylesheets/pages/registrations.scss */
body.sessions #marketing-text .trust_logos, body.power_plans #marketing-text .trust_logos {
  display: flex;
  align-items: center;
}

/* line 471, app/assets/stylesheets/pages/registrations.scss */
body.sessions #sign_in_right_column, body.power_plans #sign_in_right_column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
}

/* line 477, app/assets/stylesheets/pages/registrations.scss */
body.sessions #sign_in_right_column h1, body.power_plans #sign_in_right_column h1 {
  font-size: 32px;
  font-weight: bold;
}

/* line 485, app/assets/stylesheets/pages/registrations.scss */
body.sessions #sign_in_right_column #sign_in_shapes .sign_in_image, body.power_plans #sign_in_right_column #sign_in_shapes .sign_in_image {
  max-height: 70px;
  position: absolute;
}

/* line 490, app/assets/stylesheets/pages/registrations.scss */
body.sessions #sign_in_right_column #sign_in_shapes #reg_check, body.power_plans #sign_in_right_column #sign_in_shapes #reg_check {
  top: 20px;
  left: 40px;
  transform: rotate(-20deg);
}

/* line 496, app/assets/stylesheets/pages/registrations.scss */
body.sessions #sign_in_right_column #sign_in_shapes #reg_lightning, body.power_plans #sign_in_right_column #sign_in_shapes #reg_lightning {
  top: 140px;
  right: 40px;
}

/* line 501, app/assets/stylesheets/pages/registrations.scss */
body.sessions #sign_in_right_column #sign_in_shapes #reg_cross, body.power_plans #sign_in_right_column #sign_in_shapes #reg_cross {
  bottom: 50px;
  left: 200px;
  transform: rotate(30deg);
}

/* line 511, app/assets/stylesheets/pages/registrations.scss */
#user_remember_me:before {
  margin-right: 20px;
  padding-right: 20px;
}

/* line 518, app/assets/stylesheets/pages/registrations.scss */
#payment-buttons #card-action, #payment-buttons #bank-action {
  color: #000;
  padding-left: 10px;
}

/* line 1, app/assets/stylesheets/pages/settings.scss */
div.cancel-my-account {
  margin-top: 6px;
}

/* line 5, app/assets/stylesheets/pages/settings.scss */
.settings-menu {
  margin-top: 30px;
}

/* line 10, app/assets/stylesheets/pages/settings.scss */
.confirm-destroy-form .radio_buttons {
  padding-top: 1px;
}

/* line 15, app/assets/stylesheets/pages/settings.scss */
.slack-button {
  display: inline-block;
  margin-top: 20px;
}

/* line 20, app/assets/stylesheets/pages/settings.scss */
.settings-form {
  margin-top: 20px;
}

/* line 22, app/assets/stylesheets/pages/settings.scss */
.settings-form .form-group {
  background: none;
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/pages/settings.scss */
.settings-form .form-group label {
  padding-left: 10px !important;
}

/* line 27, app/assets/stylesheets/pages/settings.scss */
.settings-form .form-group label input {
  display: none;
}

/* line 30, app/assets/stylesheets/pages/settings.scss */
.settings-form .form-group label .switchery {
  margin-right: 10px;
}

/* line 34, app/assets/stylesheets/pages/settings.scss */
.settings-form .form-group.switch {
  margin-bottom: 5px;
}

/* line 36, app/assets/stylesheets/pages/settings.scss */
.settings-form .form-group.switch .checkbox {
  margin: 0;
  padding-left: 0;
}

/* line 39, app/assets/stylesheets/pages/settings.scss */
.settings-form .form-group.switch .checkbox label {
  display: inline;
}

/* line 41, app/assets/stylesheets/pages/settings.scss */
.settings-form .form-group.switch .checkbox label::before {
  content: none;
}

/* line 50, app/assets/stylesheets/pages/settings.scss */
#optional_settings_form {
  margin-top: 0;
}

/* line 56, app/assets/stylesheets/pages/settings.scss */
.formats-form .user_preferred_file_formats .form-check {
  margin-bottom: 0.5rem;
}

/* line 61, app/assets/stylesheets/pages/settings.scss */
.formats-form .user_format_adobe {
  display: inline-block;
  width: auto;
}

/* line 64, app/assets/stylesheets/pages/settings.scss */
.formats-form .user_format_adobe .checkbox {
  display: inline-block;
  margin: 0;
}

/* line 70, app/assets/stylesheets/pages/settings.scss */
.formats-form #adobe-formats {
  display: flex;
  gap: 10px;
}

/* line 71, app/assets/stylesheets/pages/settings.scss */
.formats-form #adobe-formats.hidden {
  display: none;
}

/* line 77, app/assets/stylesheets/pages/settings.scss */
.formats-form #adobe-formats .radio_buttons {
  margin-right: 5px;
}

/* line 84, app/assets/stylesheets/pages/settings.scss */
.role_explanations h3.role_name {
  color: #009672;
  border-bottom: 1px dotted #0c0d0c;
  text-transform: none;
}

/* line 92, app/assets/stylesheets/pages/settings.scss */
#settings-page .sidebar-nav {
  margin-top: 40px;
}

/* line 95, app/assets/stylesheets/pages/settings.scss */
#settings-page .sidebar-nav ul {
  padding-left: 0;
  list-style: none;
}

/* line 99, app/assets/stylesheets/pages/settings.scss */
#settings-page .sidebar-nav ul li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray;
  padding-left: 10px;
}

/* line 105, app/assets/stylesheets/pages/settings.scss */
#settings-page .sidebar-nav ul li.active {
  font-weight: 600;
  color: #0c0d0c;
  border-bottom: 2px solid #0c0d0c;
}

/* line 111, app/assets/stylesheets/pages/settings.scss */
#settings-page .sidebar-nav ul li a {
  color: black;
}

/* line 118, app/assets/stylesheets/pages/settings.scss */
#settings-page .well {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* line 123, app/assets/stylesheets/pages/settings.scss */
#settings-page .well:before {
  border-top: none;
}

/* line 127, app/assets/stylesheets/pages/settings.scss */
#settings-page .well h4 {
  margin-top: 0;
  text-transform: none;
  border-bottom: 1px dotted gray;
  padding-bottom: 10px;
}

/* line 134, app/assets/stylesheets/pages/settings.scss */
#settings-page .well table.table {
  background-color: transparent;
}

/* line 139, app/assets/stylesheets/pages/settings.scss */
#settings-page .credit_card_asterisks {
  font-size: 1.3em;
  line-height: 1em;
}

/* line 145, app/assets/stylesheets/pages/settings.scss */
#settings-page .billing-information p, #settings-page .company-information p {
  margin-bottom: 30px;
}

/* line 150, app/assets/stylesheets/pages/settings.scss */
#settings-page .company_edit_link {
  font-size: 0.7em;
  text-transform: none;
}

/* line 155, app/assets/stylesheets/pages/settings.scss */
#settings-page span.add-on-inactive {
  color: #ccc;
}

/* line 159, app/assets/stylesheets/pages/settings.scss */
#settings-page img.add-on-inactive {
  opacity: 0.25;
}

/* line 165, app/assets/stylesheets/pages/settings.scss */
#cancel-account-link, #hold-account-link, #reactivate-account-link {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  /* line 169, app/assets/stylesheets/pages/settings.scss */
  .company-edit-modal {
    width: 772px;
  }
}

/* line 175, app/assets/stylesheets/pages/settings.scss */
.clusters-container {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  overflow: auto;
  padding-bottom: 2rem;
}

/* line 185, app/assets/stylesheets/pages/settings.scss */
.subscription-base-element .media-object {
  width: 70px;
  padding-right: 10px;
}

/* line 190, app/assets/stylesheets/pages/settings.scss */
.subscription-base-element.scale-plans .media-object {
  width: 40px;
  padding-right: 10px;
}

/* line 194, app/assets/stylesheets/pages/settings.scss */
.subscription-base-element.scale-plans .media-heading {
  margin-top: 7px;
}

/* line 197, app/assets/stylesheets/pages/settings.scss */
.subscription-base-element.scale-plans p {
  margin-bottom: 0px;
}

/* line 203, app/assets/stylesheets/pages/settings.scss */
.subscription-base-element .media-body h5.media-heading p {
  font-size: 14px;
}

/* line 212, app/assets/stylesheets/pages/settings.scss */
.plan_explanation_modal .modal-body h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 0;
}

/* line 221, app/assets/stylesheets/pages/settings.scss */
.plan_details_link {
  font-size: 14px;
  display: inline;
}

@media (max-width: 767.98px) {
  /* line 221, app/assets/stylesheets/pages/settings.scss */
  .plan_details_link {
    display: block;
    margin-top: .5em;
  }
}

/* line 231, app/assets/stylesheets/pages/settings.scss */
#agree_to_charges_label {
  line-height: 20px;
  font-weight: normal;
  font-size: 12px;
}

/* line 238, app/assets/stylesheets/pages/settings.scss */
.profile_picture:hover {
  opacity: 30%;
  cursor: pointer;
}

/* line 245, app/assets/stylesheets/pages/settings.scss */
#zapier-widget-box .zap-button {
  border-radius: 5px;
  background: #fff;
  color: #333;
  border-color: #101113;
  font-size: 1rem;
  font-weight: 400;
  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;
}

/* line 254, app/assets/stylesheets/pages/settings.scss */
#zapier-widget-box .zap-button:hover {
  background: #101113;
  color: #fff;
}

/* line 1, app/assets/stylesheets/pages/stock_assets_modal.scss */
.image-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 3px solid #aaa;
  border-radius: 6px;
  margin: 15px 0 15px 0;
}

/* line 9, app/assets/stylesheets/pages/stock_assets_modal.scss */
.image-services .photo-provider-choice-holder {
  display: flex;
  justify-content: center;
  padding: 9px 15px;
  background-color: #aaa;
  flex-grow: 1;
}

/* line 16, app/assets/stylesheets/pages/stock_assets_modal.scss */
.image-services .photo-provider-choice-holder a {
  display: flex;
  justify-content: center;
  flex: 1;
}

@media (max-width: 700px) {
  /* line 9, app/assets/stylesheets/pages/stock_assets_modal.scss */
  .image-services .photo-provider-choice-holder {
    flex-basis: 50%;
  }
}

@media (max-width: 350px) {
  /* line 9, app/assets/stylesheets/pages/stock_assets_modal.scss */
  .image-services .photo-provider-choice-holder {
    flex: 0 0 100%;
  }
}

/* line 30, app/assets/stylesheets/pages/stock_assets_modal.scss */
.image-services .photo-provider-choice-holder:hover {
  background-color: #ddd;
}

/* line 35, app/assets/stylesheets/pages/stock_assets_modal.scss */
.image-services .photo-provider-chosen {
  background-color: white;
}

/* line 38, app/assets/stylesheets/pages/stock_assets_modal.scss */
.image-services .photo-provider-chosen:hover {
  background-color: white;
}

/* line 17, app/assets/stylesheets/elements/mixins.scss */
body.companies .sticky-header {
  position: fixed;
  z-index: 2;
  background-color: #f5f4f6;
  max-width: calc(100% - 275px);
}

/* line 25, app/assets/stylesheets/elements/mixins.scss */
body.companies[data-leftbar-compact-mode="condensed"] .sticky-header {
  max-width: calc(100% - 80px);
}

/* line 29, app/assets/stylesheets/elements/mixins.scss */
body.companies .container-top-padding {
  padding-top: 100px;
}

@media (max-width: 1300px) {
  /* line 33, app/assets/stylesheets/elements/mixins.scss */
  body.companies .container-top-padding {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  /* line 39, app/assets/stylesheets/elements/mixins.scss */
  body.companies .sticky-header {
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    top: 55px;
    box-shadow: 0 0px 16px 0 #ccc;
  }
}

/* line 5, app/assets/stylesheets/pages/admin/companies.scss */
.admin_add_coupon_button:hover {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/pages/admin/companies.scss */
.subscription_version_panel {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/pages/admin/companies.scss */
.subscription_version_panel .subscription_panel_body {
  padding: 0 10px;
}

/* line 15, app/assets/stylesheets/pages/admin/companies.scss */
.subscription_version_panel .subscriptions-changelog-heading a {
  color: #333;
}

/* line 1, app/assets/stylesheets/pages/admin/dashboard.scss */
a.admin-button {
  margin-top: 8px;
}

/* line 5, app/assets/stylesheets/pages/admin/dashboard.scss */
.card-apm {
  background-color: #c9d8c5 !important;
}

/* line 9, app/assets/stylesheets/pages/admin/dashboard.scss */
.card-qr {
  background-color: #edd9c0 !important;
}

/* line 13, app/assets/stylesheets/pages/admin/dashboard.scss */
.card-cluster {
  background-color: #727cf5;
}

/* line 17, app/assets/stylesheets/pages/admin/dashboard.scss */
.card-designer {
  background-color: #a8b6bf !important;
}

/* line 21, app/assets/stylesheets/pages/admin/dashboard.scss */
.export-link {
  color: #7d4627;
}

/* line 25, app/assets/stylesheets/pages/admin/dashboard.scss */
.admin_action_button {
  margin-right: 10px;
  margin-bottom: 20px;
}

/* line 30, app/assets/stylesheets/pages/admin/dashboard.scss */
.admin_dashboard_item {
  color: #686a6e;
}

/* line 35, app/assets/stylesheets/pages/admin/dashboard.scss */
.card-title a {
  color: #686a6e;
}

/* line 1, app/assets/stylesheets/pages/admin/designers.scss */
#uploaded-works-links {
  margin-left: 10px;
}

/* line 5, app/assets/stylesheets/pages/admin/designers.scss */
.link-delete {
  color: #e50576;
}

/* line 9, app/assets/stylesheets/pages/admin/designers.scss */
.portfolio-urls {
  margin-bottom: 5px !important;
}

/* line 13, app/assets/stylesheets/pages/admin/designers.scss */
.add-link-button {
  cursor: pointer;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/pages/admin/designers.scss */
.child-checkbox {
  display: flex;
  flex-wrap: wrap;
  height: 3.75rem;
  justify-content: space-around;
  margin-bottom: 1.1875rem;
  max-width: 90%;
  padding-left: 1.5625rem;
}

/* line 27, app/assets/stylesheets/pages/admin/designers.scss */
.child-checkbox .checkbox-input {
  align-self: center;
  width: 30%;
}

/* line 32, app/assets/stylesheets/pages/admin/designers.scss */
.child-checkbox .range-input {
  width: 70%;
}

/* line 2, app/assets/stylesheets/pages/admin/notifications.scss */
#admin-notifications .unread-notification {
  font-weight: bold;
  color: #e50576;
}

/* line 6, app/assets/stylesheets/pages/admin/notifications.scss */
#admin-notifications .unread-notification span {
  color: black;
}

/* line 11, app/assets/stylesheets/pages/admin/notifications.scss */
#admin-notifications .read-notification {
  list-style: none;
}

/* line 1, app/assets/stylesheets/pages/admin/qr_teams.scss */
.qr-team-edit-card {
  max-width: 700px;
}

/* line 1, app/assets/stylesheets/pages/admin/segments.scss */
#segment-alert {
  display: none;
}

/* line 5, app/assets/stylesheets/pages/admin/segments.scss */
#segment_name {
  font-size: 14px;
  color: #737373;
  font-weight: bold;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

/* line 15, app/assets/stylesheets/pages/admin/segments.scss */
#segment_name::-moz-placeholder {
  color: #737373;
  font-weight: bold;
}
#segment_name::placeholder {
  color: #737373;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/pages/admin/segments.scss */
#segment_name:focus {
  border-color: #00BC8F;
}

/* line 25, app/assets/stylesheets/pages/admin/segments.scss */
#page-segments-list button i {
  font-style: normal;
}

/* line 1, app/assets/stylesheets/pages/admin/tags.scss */
.tag {
  font-family: 'Merriweather Sans', sans-serif !important;
  font-size: 14px !important;
  font-variant-ligatures: no-common-ligatures;
  font-weight: normal !important;
  margin-right: 2px;
}

/* line 9, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud {
  background: transparent !important;
  color: #000 !important;
}

/* line 14, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud_1 {
  font-size: 1.1em !important;
}

/* line 16, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud_2 {
  font-size: 1.2em !important;
}

/* line 18, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud_3 {
  font-size: 1.3em !important;
}

/* line 20, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud_4 {
  font-size: 1.4em !important;
}

/* line 22, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud_5 {
  font-size: 1.5em !important;
}

/* line 24, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud_6 {
  font-size: 1.6em !important;
}

/* line 26, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud_7 {
  font-size: 1.7em !important;
}

/* line 28, app/assets/stylesheets/pages/admin/tags.scss */
.tag_cloud_8 {
  font-size: 1.8em !important;
}

/* line 32, app/assets/stylesheets/pages/admin/tags.scss */
.tag_read_only_list .badge-success,
.team_backup_preferences .badge-success {
  margin: 0 5px 0 0;
}

/* line 35, app/assets/stylesheets/pages/admin/tags.scss */
.tag_read_only_list .badge-success.tag,
.team_backup_preferences .badge-success.tag {
  margin: 5px 0 0 7px;
}

/* line 41, app/assets/stylesheets/pages/admin/tags.scss */
.tag_input_group {
  padding-top: 0.3em;
}

/* line 46, app/assets/stylesheets/pages/admin/tags.scss */
.search-form .bootstrap-tagsinput {
  border: 0;
}

/* line 51, app/assets/stylesheets/pages/admin/tags.scss */
.bootstrap-tagsinput {
  margin-bottom: 0 !important;
}

/* line 53, app/assets/stylesheets/pages/admin/tags.scss */
.bootstrap-tagsinput .twitter-typeahead,
.bootstrap-tagsinput .tag {
  float: left !important;
}

/* line 56, app/assets/stylesheets/pages/admin/tags.scss */
.bootstrap-tagsinput .twitter-typeahead span[data-role='remove'],
.bootstrap-tagsinput .tag span[data-role='remove'] {
  float: left !important;
  margin: 0 8px 0 0 !important;
}

/* line 64, app/assets/stylesheets/pages/admin/tags.scss */
.breadcrumb input.tt-input {
  height: 20px !important;
}

/* line 69, app/assets/stylesheets/pages/admin/tags.scss */
input.tt-input {
  border: 0 !important;
  line-height: inherit !important;
  padding: inherit !important;
}

/* line 75, app/assets/stylesheets/pages/admin/tags.scss */
.tt-dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}

/* line 93, app/assets/stylesheets/pages/admin/tags.scss */
.tt-dropdown-menu .tt-suggestion p {
  clear: both;
  color: #333;
  display: block;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  padding: 3px 20px;
  white-space: nowrap;
}

/* line 104, app/assets/stylesheets/pages/admin/tags.scss */
.tt-dropdown-menu .tt-suggestion ul {
  margin: 0;
}

/* line 106, app/assets/stylesheets/pages/admin/tags.scss */
.tt-dropdown-menu .tt-suggestion ul li {
  font-size: 14px !important;
  margin: 0;
  padding: 0;
}

/* line 113, app/assets/stylesheets/pages/admin/tags.scss */
.tt-dropdown-menu .tt-suggestion > p:hover,
.tt-dropdown-menu .tt-suggestion > p:focus,
.tt-dropdown-menu .tt-suggestion.tt-cursor p {
  background-color: #428bca;
  color: #fff;
  outline: 0;
  text-decoration: none;
}

/* line 123, app/assets/stylesheets/pages/admin/tags.scss */
.edit_tags_icon:hover {
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/pages/admin/tags.scss */
.tag_list_input_field {
  width: 100%;
}

/* line 131, app/assets/stylesheets/pages/admin/tags.scss */
.btn_submit_tags {
  height: 28px;
  padding-top: 4px;
}

/* line 1, app/assets/stylesheets/pages/admin/tickets.scss */
.padding-left-21 {
  padding-left: 21px;
}

/* line 5, app/assets/stylesheets/pages/admin/tickets.scss */
.version-subtext {
  font-size: 12px;
  color: #aaa;
}

/* line 10, app/assets/stylesheets/pages/admin/tickets.scss */
.detail-task-type-copy, .detail-task-type-gen-ai-request {
  display: flex;
  flex-direction: column;
}

/* line 14, app/assets/stylesheets/pages/admin/tickets.scss */
.detail-task-type-copy .copy-subtext, .detail-task-type-copy .gen-ai-request-subtext, .detail-task-type-gen-ai-request .copy-subtext, .detail-task-type-gen-ai-request .gen-ai-request-subtext {
  font-size: 12px;
  color: #aaa;
}

/* line 19, app/assets/stylesheets/pages/admin/tickets.scss */
.detail-task-type-copy em, .detail-task-type-gen-ai-request em {
  white-space: pre-wrap;
}

/* line 25, app/assets/stylesheets/pages/admin/tickets.scss */
.uploaded_ticket_files .card {
  margin: 10px 0 10px 0;
}

/* line 29, app/assets/stylesheets/pages/admin/tickets.scss */
.uploaded_ticket_files .file-container {
  margin: 10px 0 5px 0;
}

/* line 33, app/assets/stylesheets/pages/admin/tickets.scss */
.uploaded_ticket_files .add-files-btn {
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/pages/admin/tickets.scss */
#admin_tickets .input-group-append {
  position: absolute;
  right: -1px;
  height: 100%;
}

/* line 47, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list {
  list-style-type: none;
  padding-left: 20px;
}

/* line 51, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list li {
  position: relative;
  padding-left: 5px;
  padding-top: 5px;
}

/* line 56, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list li em {
  white-space: pre-wrap;
}

/* line 60, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list li i {
  width: 20px;
  text-align: center;
}

/* line 65, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list li svg {
  width: 100%;
}

/* line 70, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list .li-default {
  gap: 12px;
}

/* line 73, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list .li-default svg {
  margin-left: 2px;
  max-width: 6px;
}

/* line 79, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list .li-comment {
  gap: 6px;
}

/* line 82, app/assets/stylesheets/pages/admin/tickets.scss */
#instructions-navigation .font-awesome-custom-list .li-comment svg {
  max-width: 13px;
}

/* line 2, app/assets/stylesheets/pages/admin/users.scss */
#admin-user-show-modal .bootstrap-select {
  max-width: 100%;
}

/* line 7, app/assets/stylesheets/pages/admin/users.scss */
.admin-user-employee {
  color: #e50576;
}

/* line 1, app/assets/stylesheets/pages/admin/watson.scss */
#WACWidget {
  z-index: 998 !important;
}

/* line 5, app/assets/stylesheets/pages/admin/watson.scss */
#submit-email-content-btn {
  background: #0c0d0c;
  border: #0c0d0c;
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/pages/admin/watson.scss */
  #WACWidget {
    /* Center Watson chatbot */
    left: 50% !important;
    width: 800px !important;
    margin-left: -400px !important;
  }
  /* line 17, app/assets/stylesheets/pages/admin/watson.scss */
  .WAC__RichText, .WAC__TextArea-sizer, .WAC__button-holder button, .WAC__sent, .WAC__TextArea-textarea {
    font-size: 16px !important;
  }
}

/* line 3, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 7, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.mr-15 {
  margin-right: 15px;
}

/* line 11, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.blockUI.blockOverlay {
  z-index: 2000 !important;
  /* Bootstrap modal's is 1050 */
}

/* line 15, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
#share-link {
  text-decoration: none;
}

/* line 33, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail {
  padding: 0;
  border: 2px solid white;
  margin: 3px;
  display: flex;
  flex-direction: column;
}

/* line 40, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail.featured {
  border: 2px solid gold;
}

/* line 44, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail img {
  float: left;
  max-height: 300px;
}

/* line 49, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail .img-menu {
  visibility: hidden;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #000;
  position: absolute;
  padding: 0;
}

/* line 57, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail .img-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 62, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail .img-menu ul li {
  border-bottom: 1px solid lightgray;
  padding: 5px 10px;
}

/* line 66, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail .img-menu ul li:last-child {
  border: 0;
}

/* line 69, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail .img-menu ul li a:hover {
  text-decoration: none;
}

/* line 76, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fresh_stock_asset_thumbnail:active .img-menu, .fresh_stock_asset_thumbnail:focus .img-menu {
  visibility: visible;
  z-index: 999;
}

/* line 82, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.show-fresh-stock-assets-form .modal-body {
  padding: 0;
}

/* line 86, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.bundle-name {
  text-align: center;
  max-width: 100%;
  padding-top: 5px;
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.bundle-contributor {
  text-align: center;
  max-width: 100%;
}

/* line 98, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
#assets-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 104, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.bundle_type_radio {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 109, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
.fs-collection-asset {
  display: flex;
  flex-direction: column;
}

/* Starts FreshStock */
/* line 117, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_lite #page-header {
  margin-bottom: 20px;
}

/* line 123, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #page-header {
  margin-bottom: 0;
}

/* line 127, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .asset-details {
  margin-top: 20px;
}

/* line 133, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .page-title .title-icon {
  background: #FEBE3C;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  display: flex;
}

/* line 141, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .page-title .title-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  text-align: left;
  margin-top: 6px;
  /* line up search icon and label */
}

/* line 148, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .page-title .title-text .title-label {
  font-weight: 500;
  font-size: 18px;
}

/* line 152, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .page-title .title-text .title-label .counter {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.015em;
  color: #aaa;
  padding-left: 5px;
}

/* line 161, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .page-title .title-text .subtitle-counter {
  margin-top: 6px;
  font-size: 12px;
  color: #aaa;
  word-break: break-word;
}

/* line 169, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .page-title .action {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #FEBE3C;
  margin-top: 10px;
}

/* line 180, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .page-title .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.015em;
  color: #aaa;
  word-break: break-all;
}

/* line 193, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page form .toggle:checked + a.badge {
  background-color: #FEBE3C;
}

/* line 197, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page form .toggle:not(:checked) + a.badge {
  background-color: #666;
}

/* line 201, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page form .search-term-input {
  width: 90% !important;
  border: 0 !important;
  background-color: #aaa;
  color: #fff !important;
  padding-left: 0;
  padding-bottom: 6px !important;
  /* reset Bootstrap zero padding when focused */
}

/* line 209, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page form .search-term-input::-moz-placeholder {
  color: #fff;
}
body.fresh_stock_page form .search-term-input::placeholder {
  color: #fff;
}

/* line 213, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page form .search-term-input:focus {
  color: #101113;
}

/* line 215, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page form .search-term-input:focus::-moz-placeholder {
  color: transparent;
}
body.fresh_stock_page form .search-term-input:focus::placeholder {
  color: transparent;
}

/* line 221, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page form .box-shadow-text-area {
  box-shadow: 0px 3px 10px rgba(104, 106, 110, 0.25);
}

/* line 226, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters {
  margin-top: 10px;
}

/* line 228, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters span {
  font-weight: 500;
}

/* line 232, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters svg {
  color: white;
}

/* line 233, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters span {
  color: white;
}

/* line 235, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .btn-group {
  margin: 0 !important;
}

/* line 240, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select button {
  background: #aaa;
  border-radius: 26px;
  border-color: transparent;
  color: #fff;
  display: block !important;
}

/* line 248, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select.open button {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #FEBE3C;
}

/* line 255, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select .dropdown-toggle {
  color: #fff;
  border: none;
  border-bottom: none !important;
  height: 32px;
  line-height: normal;
}

/* line 262, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select .dropdown-toggle:hover {
  border-bottom: none !important;
}

/* line 265, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select .dropdown-toggle .filter-option {
  text-align: center;
}

/* line 270, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select .dropdown-menu {
  background: #FEBE3C;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-color: transparent;
}

/* line 279, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select .dropdown-menu li a {
  color: #fff;
}

/* line 282, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select .dropdown-menu li a:hover {
  background: #aaa;
}

/* line 287, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select .dropdown-menu li.selected {
  background: #aaa;
  border-radius: 26px;
}

/* line 291, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .bootstrap-select.rounded-brand-select .dropdown-menu li.selected a {
  background: #aaa;
  border-radius: 26px;
}

/* line 299, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .badge {
  padding: 5px 20px;
  border-radius: 20px;
  background: #aaa;
  margin-right: 15px;
}

/* line 305, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .filters .badge:last-child {
  margin-right: 0;
}

/* line 311, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .pagination-container {
  text-align: center;
}

/* line 315, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .search-form {
  display: block;
}

/* line 319, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .search-bar {
  margin: 10px 0 13px 0;
  background-color: #aaa;
  border-radius: 20px;
}

/* line 324, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .search-bar .search-input {
  width: 100%;
  border: 1px;
  background-color: #aaa;
  color: #fff;
  border-color: transparent;
  margin-bottom: 15px;
  border-radius: 20px;
}

/* line 332, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .search-bar .search-input input {
  border-radius: 20px;
}

/* line 336, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .search-bar .search-input .input-group-prepend button {
  background-color: transparent;
  border: none;
  color: #fff;
}

/* line 343, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .search-bar .search-input.active {
  box-shadow: 0px 4px 8px rgba(170, 170, 170, 0.5);
}

/* line 348, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .search-bar .badge {
  padding: 1rem;
  border-radius: 100%;
  font-size: initial;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #0c0d0c;
  color: #fff;
  margin: 0;
  margin-left: 0.5rem;
}

/* line 359, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .search-bar .badge.selected {
  background-color: #FEBE3C;
}

/* line 365, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #assets-container {
  justify-content: center;
}

/* line 368, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #assets-container img {
  max-height: none;
  max-width: 100%;
  margin-bottom: 10px;
}

/* line 376, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container {
  margin-top: 28px;
}

/* line 379, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .copied-to-clipboard {
  border-radius: 20px;
  border: 1px;
  background-color: #0c0d0c;
  color: #fbfbfb;
  border-color: transparent;
  padding: 7px;
  display: flex;
  width: 290px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%);
}

/* line 28, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .copied-to-clipboard svg {
  align-self: center;
}

/* line 387, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .fs-card-link:hover {
  text-decoration: none;
}

/* line 391, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card {
  display: flex;
  margin-bottom: 16px;
  padding-left: 0;
  box-shadow: 0px 3px 10px rgba(104, 106, 110, 0.25);
  border-radius: 7px;
  background: #f7f7f7;
}

/* line 399, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .image-container {
  position: relative;
  text-align: center;
}

/* line 403, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .image-container img, body.fresh_stock_page .cards-container .item-card .image-container .img-placeholder {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  background: #FEBE3C;
}

/* line 412, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .image-container .centered-overlay {
  color: #fbfbfb;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 45px;
  text-shadow: 0 0 6px rgba(65, 65, 66, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 427, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .image-container.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #282B30;
  opacity: 0.3;
  mix-blend-mode: multiply;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

/* line 444, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-info {
  padding-left: 12px;
  flex: 1;
}

/* line 448, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-info .collection-name, body.fresh_stock_page .cards-container .item-card .card-info .asset-name {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

/* line 454, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-info .asset-name {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 1366.98px) {
  /* line 454, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .card-info .asset-name {
    font-size: 18px;
  }
}

/* line 464, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-info .last-updated-at {
  color: #101113;
  font-size: 14px;
  font-weight: 400;
}

/* line 470, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-info .description {
  font-size: 10px;
  color: #aaa;
  width: 90%;
  word-break: break-all;
  height: 25px;
  overflow: hidden;
}

/* line 480, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 15px;
}

/* line 486, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-actions .card-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

/* line 492, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-actions .card-action i {
  font-weight: 400;
}

/* line 496, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-actions .card-action span {
  font-size: 10px;
  margin-top: 6px;
  color: #aaa;
}

/* line 502, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .cards-container .item-card .card-actions .card-action:hover {
  text-decoration: none;
}

/* line 510, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navigate-back {
  float: left;
  margin-top: 10px;
  margin-bottom: 22px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #aaa;
}

@media (max-width: 991.98px) {
  /* line 519, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .navigate-back.single-asset {
    position: absolute;
    color: #fff;
    font-size: 16px;
    z-index: 100;
  }
}

/* line 529, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-single-asset-container {
  display: flex;
  flex-direction: column;
}

/* line 532, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-single-asset-container .row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

/* line 535, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-single-asset-container .btn {
  border: 1px solid;
}

/* line 540, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-single-asset-container .copied-to-clipboard {
  border-radius: 20px;
  border: 1px;
  background-color: #0c0d0c;
  color: #fbfbfb;
  border-color: transparent;
  padding: 7px;
  display: flex;
  width: 290px;
  margin-top: 10px;
}

/* line 28, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-single-asset-container .copied-to-clipboard svg {
  align-self: center;
}

/* line 547, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #share-collection .copied-to-clipboard {
  border-radius: 20px;
  border: 1px;
  background-color: #0c0d0c;
  color: #fbfbfb;
  border-color: transparent;
  padding: 7px;
  display: flex;
  width: 290px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 25px;
  z-index: 2;
}

/* line 28, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #share-collection .copied-to-clipboard svg {
  align-self: center;
}

/* line 558, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-cover-thumbnail {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: black;
  border-radius: 6px;
}

/* line 563, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-cover-thumbnail img {
  max-height: 300px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 570, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-name {
  font-size: 20px;
  font-weight: 400;
  color: #101113;
}

/* line 576, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-tags {
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
}

/* line 580, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-tags .tag {
  background-color: #aaa;
  margin-right: 5px;
  border-radius: 3px;
  padding: 0 5px 0 5px;
  margin-bottom: 3px;
}

/* line 587, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-tags .tag:hover {
  background-color: #101113;
}

/* line 591, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-tags .tag a {
  color: white;
}

/* line 593, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-tags .tag a:hover {
  text-decoration: none;
}

/* line 601, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .available-formats {
  font-size: 12px;
  color: gray;
}

/* line 606, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .asset-description {
  font-size: 12px;
  color: gray;
}

/* line 612, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .btn:hover, body.fresh_stock_page .btn:focus {
  color: #0c0d0c;
}

/* line 616, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .btn.btn-danger {
  color: #fff;
}

/* line 621, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .btn.btn-primary:hover {
  color: #fff;
}

/* line 625, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .text-very-muted {
  font-size: 12px;
  color: #aaa;
}

/* line 630, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .similar-designs-label {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 10px;
}

/* line 635, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .similar-images {
  display: flex;
  overflow-x: scroll;
}

/* line 639, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .similar-images img {
  min-width: 135px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}

/* line 647, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .suggested-assets-label {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #aaa;
}

/* line 654, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .suggested-assets-label .strong {
  color: #686a6e;
}

/* line 662, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #flagging-success.modal .title {
  color: #101113;
  font-size: 38px;
}

/* line 667, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #flagging-success.modal .highlighted {
  margin-top: 20px;
  font-size: 26px;
  line-height: 30px;
}

/* line 673, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #flagging-success.modal .subtitle {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 28px;
}

@media (min-width: 576px) {
  /* line 681, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .modal .skinny-sm-modal-dialog {
    width: 450px;
  }
}

/* line 686, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal .modal-content {
  border-radius: 8px;
  background: #fbfbfb;
  text-align: center;
}

/* line 692, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal .modal-header {
  border: none;
}

/* line 695, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal .modal-header button.close {
  float: left;
  font-size: 30px;
}

/* line 701, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal .title {
  color: #0c0d0c;
  font-size: 24px;
  margin-top: -20px;
  margin-bottom: 30px;
}

/* line 708, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #aaa;
  margin-top: -28px;
}

/* line 718, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal .btn {
  height: 52px;
  line-height: 36px;
  border-radius: 6px;
}

/* line 724, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal .btn-outline {
  color: #0c0d0c;
}

/* line 728, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal p {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #aaa;
}

/* line 741, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form .form-group {
  margin-bottom: 0;
  margin-top: 25px;
}

/* line 746, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form label {
  color: #0c0d0c;
  letter-spacing: -0.015em;
  font-weight: normal;
  font-size: 18px;
  line-height: 17px;
  margin-bottom: 16px;
}

/* line 755, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form input[type="text"], body.fresh_stock_page .modal form textarea {
  background: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  border: none !important;
  box-shadow: 0px 3px 10px rgba(104, 106, 110, 0.25);
  border-radius: 6px;
  padding-bottom: 5px;
}

/* line 765, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form input[type="text"]:focus, body.fresh_stock_page .modal form textarea:focus {
  /* override Boostrap defaults */
  box-shadow: 0px 3px 10px rgba(104, 106, 110, 0.25) !important;
  padding-bottom: 5px;
}

/* line 772, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form input[type="text"] {
  height: 50px;
  width: 90%;
}

/* line 777, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form input.btn-primary {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

/* line 783, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form textarea {
  height: auto;
  width: 90%;
}

/* line 789, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form .delete-section a.delete-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #e50576;
}

/* line 798, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal form .delete-section .message {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #aaa;
  width: 50%;
  margin: auto;
  margin-top: 10px;
}

/* line 812, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .modal .modal-footer {
  border: none;
}

/* line 818, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #full-preview-image .modal-content {
  border-radius: 0;
}

/* line 822, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .radio-option {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 80px;
  margin-bottom: 12px;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 840, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .radio-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 847, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .radio-option input:checked ~ .checkmark {
  background-color: #FEBE3C;
  border: 2px solid #fff;
}

/* line 853, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .radio-option input:checked ~ .checkmark:after {
  display: block;
}

/* line 857, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .radio-option .checkmark {
  position: absolute;
  left: 20px;
  height: 22px;
  width: 22px;
  border: 1px solid #0c0d0c;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

/* line 866, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .radio-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 875, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #confirm-modal a {
  height: 34px;
  line-height: 17px;
}

/* line 881, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .empty-section {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin-top: 40px;
  text-align: center;
  letter-spacing: -0.015em;
}

/* line 888, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .empty-section h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #0c0d0c;
  margin: 0;
}

/* line 896, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .empty-section p {
  font-weight: normal;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  color: #aaa;
}

/* line 905, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .rounded-img {
  border-radius: 6px;
  box-shadow: 0px 4px 6px rgba(104, 106, 110, 0.35);
}

/* line 910, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .home-section {
  margin-top: 35px;
}

/* line 913, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .home-section .title {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #101113;
}

/* line 925, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .home-section img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 928, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .home-section .thumbnails {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
  padding-bottom: 15px;
}

/* line 934, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .home-section .thumbnails .image-container {
  position: relative;
  text-align: center;
  margin-right: 10px;
}

/* line 939, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .home-section .thumbnails .image-container img {
  max-height: 100px;
}

/* line 943, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .home-section .thumbnails .image-container .centered-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 36px;
  text-shadow: 0px 0px 6px rgba(65, 65, 66, 0.7);
  z-index: 2;
}

/* line 959, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .home-section .thumbnails .image-container.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #282B30;
  opacity: 0.3;
  mix-blend-mode: multiply;
  border-radius: 6px;
}

/* line 977, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #flagging-form-container .title {
  margin-bottom: 10px;
}

/* line 980, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #flagging-form-container .bootstrap-select.rounded-brand-select {
  min-width: 310px !important;
}

/* line 986, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #full-preview-image.modal button.close {
  color: #fbfbfb;
  opacity: 1;
  position: absolute;
  top: 2%;
  left: 4%;
  font-size: 36px;
  text-shadow: 0px 0px 4px rgba(65, 65, 66, 0.7);
}

/* line 997, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .suggested-asset {
  position: relative;
  margin: 0 5px;
  margin-bottom: 12px;
}

/* line 1002, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .suggested-asset .add-asset-btn {
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  position: absolute;
  top: 6%;
  left: 6%;
}

/* line 1012, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #new-designs-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

/* line 1019, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #new-designs-section img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-height: 200px;
}

/* line 1027, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .collection-asset .radio-option {
  border: none;
  position: absolute;
  top: 4%;
  left: 2%;
}

/* line 1033, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .collection-asset .radio-option .checkmark {
  border: 1px solid #aaa;
}

/* line 1039, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page a.badge {
  font-size: 16px;
  border-radius: 26px;
  padding: 10px 25px;
  background-color: #aaa;
}

/* line 1046, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-carousel {
  display: flex;
}

/* line 1048, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-carousel .fs-carousel-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  padding-bottom: 15px;
  color: #aaa;
  font-size: 30px;
}

/* line 1056, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .fs-carousel .fs-carousel-control:active {
  color: #101113;
}

/* line 1067, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page, body.fresh_stock_lite {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  /* FS Library media queries */
  /* Large devices (desktops, 992px and up) */
}

/* line 1071, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .page-title, body.fresh_stock_lite .page-title {
  margin-bottom: 25px;
  display: flex;
  padding-left: 5px;
}

/* line 1077, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page #page-header, body.fresh_stock_lite #page-header {
  background-color: #ffffff;
}

/* line 1081, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .images-grid, body.fresh_stock_lite .images-grid {
  clear: both;
}

/* line 1084, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .images-grid .grid-item, body.fresh_stock_lite .images-grid .grid-item {
  margin-bottom: 31px;
}

@media (min-width: 576px) {
  /* line 1087, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .images-grid .grid-item img, body.fresh_stock_lite .images-grid .grid-item img {
    max-height: 400px;
  }
}

/* line 1095, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .hero-image, body.fresh_stock_lite .hero-image {
  box-shadow: 0px 4px 6px rgba(104, 106, 110, 0.35);
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1102, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .btn-outline, body.fresh_stock_lite .btn-outline {
  border: 1px solid #0c0d0c;
}

/* line 1106, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar, body.fresh_stock_lite .navbar {
  box-shadow: 0px 0px 30px rgba(104, 106, 110, 0.15);
  background: #fff;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 1112, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .navbar .container, body.fresh_stock_lite .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 1120, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-brand img, body.fresh_stock_lite .navbar .navbar-brand img {
  /* FS logo */
  max-width: 176px;
}

@media (max-width: 991.98px) {
  /* line 1120, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .navbar .navbar-brand img, body.fresh_stock_lite .navbar .navbar-brand img {
    max-width: 80px;
  }
}

/* line 1129, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav > li a, body.fresh_stock_lite .navbar .navbar-nav > li a {
  color: #101113;
}

/* line 1131, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav > li a:not(.btn), body.fresh_stock_lite .navbar .navbar-nav > li a:not(.btn) {
  line-height: 37px;
  padding: 24px 25px 24px 0;
}

/* line 1136, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav > li a:hover, body.fresh_stock_lite .navbar .navbar-nav > li a:hover {
  color: #0c0d0c;
}

/* line 1142, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav, body.fresh_stock_lite .navbar .navbar-nav {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* line 1148, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav li.fresh-stock-nav-button a, body.fresh_stock_lite .navbar .navbar-nav li.fresh-stock-nav-button a {
  color: #0c0d0c;
  padding-top: 6px;
}

/* line 1154, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav li#fresh-stock-nav-signup, body.fresh_stock_lite .navbar .navbar-nav li#fresh-stock-nav-signup {
  margin-right: 15px;
}

/* line 1156, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav li#fresh-stock-nav-signup a, body.fresh_stock_lite .navbar .navbar-nav li#fresh-stock-nav-signup a {
  color: white;
}

/* line 1159, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav li#fresh-stock-nav-signup a:hover, body.fresh_stock_lite .navbar .navbar-nav li#fresh-stock-nav-signup a:hover {
  color: #0c0d0c;
}

/* line 1166, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-collapse, body.fresh_stock_lite .navbar .navbar-collapse {
  background: #fff;
}

/* line 1170, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav > li.dropdown > ul.dropdown-menu a, body.fresh_stock_lite .navbar .navbar-nav > li.dropdown > ul.dropdown-menu a {
  border-bottom: 0;
}

/* line 1174, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-nav > .active > a:hover, body.fresh_stock_lite .navbar .navbar-nav > .active > a:hover {
  color: #0c0d0c;
}

/* line 1178, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-toggle, body.fresh_stock_lite .navbar .navbar-toggle {
  margin-top: 35px;
}

@media (max-width: 991.98px) {
  /* line 1178, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .navbar .navbar-toggle, body.fresh_stock_lite .navbar .navbar-toggle {
    margin-top: 10px;
  }
}

/* line 1184, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .navbar-toggle .icon-bar, body.fresh_stock_lite .navbar .navbar-toggle .icon-bar {
  background-color: #777;
}

/* line 1190, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .nav-section, body.fresh_stock_lite .navbar .nav-section {
  text-align: center;
  padding-top: 20px;
}

/* line 1194, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .nav-section .section-name, body.fresh_stock_lite .navbar .nav-section .section-name {
  height: 17px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #aaa;
}

/* line 1206, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .nav-section li, body.fresh_stock_lite .navbar .nav-section li {
  padding-top: 30px;
}

/* line 1208, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar .nav-section li a, body.fresh_stock_lite .navbar .nav-section li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #0c0d0c;
}

/* line 1218, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .navbar hr, body.fresh_stock_lite .navbar hr {
  background-color: #0c0d0c;
  width: 90%;
}

/* line 1225, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .asset-detail-container, body.fresh_stock_lite .asset-detail-container {
  height: 40vh;
}

@media (min-width: 992px) {
  /* line 1233, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page #page-header, body.fresh_stock_lite #page-header {
    background-color: #fbfbfb;
  }
  /* line 1236, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .navigate-back, body.fresh_stock_lite .navigate-back {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  /* line 1241, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .page-title, body.fresh_stock_lite .page-title {
    width: unset;
  }
  /* line 1244, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .page-title .title-icon, body.fresh_stock_lite .page-title .title-icon {
    padding: 14px;
    font-size: 22px;
    display: flex;
  }
  /* line 1249, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .page-title .title-text, body.fresh_stock_lite .page-title .title-text {
    margin-left: 30px;
    margin-top: -2px;
    /* line up search icon and label */
  }
  /* line 1253, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .page-title .title-text .title-label, body.fresh_stock_lite .page-title .title-text .title-label {
    font-size: 36px;
  }
  /* line 1256, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .page-title .title-text .subtitle-counter, body.fresh_stock_lite .page-title .title-text .subtitle-counter {
    font-size: 24px;
  }
  /* line 1260, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .page-title .action, body.fresh_stock_lite .page-title .action {
    margin-top: 28px;
    font-size: 18px;
  }
  /* line 1266, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .filters, body.fresh_stock_lite .filters {
    float: right;
    margin-bottom: 24px;
  }
  /* line 1268, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .filters svg, body.fresh_stock_lite .filters svg {
    color: white;
  }
  /* line 1269, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .filters span, body.fresh_stock_lite .filters span {
    color: white;
  }
  /* line 1273, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .filters .sort-filter, body.fresh_stock_lite .filters .sort-filter {
    margin-right: 16px;
  }
  /* line 1276, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .filters.centered, body.fresh_stock_lite .filters.centered {
    float: none;
  }
  /* line 1281, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .home-section, body.fresh_stock_lite .home-section {
    margin-top: 72px;
  }
  /* line 1284, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .home-section .title, body.fresh_stock_lite .home-section .title {
    font-size: 32px;
    margin-bottom: 45px;
  }
  /* line 1289, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .home-section .thumbnails .image-container, body.fresh_stock_lite .home-section .thumbnails .image-container {
    margin-right: 16px;
  }
  /* line 1292, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .home-section .thumbnails .image-container img, body.fresh_stock_lite .home-section .thumbnails .image-container img {
    max-height: 200px;
  }
  /* line 1295, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .home-section .thumbnails .image-container .centered-overlay, body.fresh_stock_lite .home-section .thumbnails .image-container .centered-overlay {
    font-size: 24px;
  }
  /* line 1302, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container, body.fresh_stock_lite .cards-container {
    margin-top: 80px;
  }
  /* line 1304, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card, body.fresh_stock_lite .cards-container .item-card {
    margin-bottom: 24px;
  }
  /* line 1307, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .image-container .centered-overlay, body.fresh_stock_lite .cards-container .item-card .image-container .centered-overlay {
    font-size: 48px;
  }
  /* line 1310, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .card-info, body.fresh_stock_lite .cards-container .item-card .card-info {
    padding-left: 24px;
  }
  /* line 1313, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .card-info .collection-name, body.fresh_stock_lite .cards-container .item-card .card-info .collection-name {
    font-size: 24px;
  }
  /* line 1316, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .card-info .last-updated-at, body.fresh_stock_lite .cards-container .item-card .card-info .last-updated-at {
    font-size: 14px;
  }
  /* line 1319, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .card-info .description, body.fresh_stock_lite .cards-container .item-card .card-info .description {
    font-size: 14px;
    padding-bottom: 30px;
    word-break: break-all;
    height: 64px;
  }
  /* line 1328, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .card-actions .card-action, body.fresh_stock_lite .cards-container .item-card .card-actions .card-action {
    font-size: 32px;
  }
  /* line 1330, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .card-actions .card-action span, body.fresh_stock_lite .cards-container .item-card .card-actions .card-action span {
    font-size: 12px;
  }
  /* line 1337, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .cards-container .item-card .image-container img, body.fresh_stock_page .cards-container .item-card .image-container .img-placeholder, body.fresh_stock_lite .cards-container .item-card .image-container img, body.fresh_stock_lite .cards-container .item-card .image-container .img-placeholder {
    width: 200px;
    height: 200px;
  }
  /* line 1345, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .fs-name, body.fresh_stock_lite .fs-name {
    font-size: 48px;
    line-height: 56px;
  }
  /* line 1350, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .fs-cover-thumbnail, body.fresh_stock_lite .fs-cover-thumbnail {
    max-height: 700px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1354, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .fs-cover-thumbnail img, body.fresh_stock_lite .fs-cover-thumbnail img {
    max-height: 700px;
  }
  /* line 1359, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .available-formats, body.fresh_stock_lite .available-formats {
    font-size: 24px;
  }
  /* line 1363, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .asset-detail-container, body.fresh_stock_lite .asset-detail-container {
    height: 100%;
  }
  /* line 1366, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .asset-details, body.fresh_stock_lite .asset-details {
    margin-top: 0;
  }
  /* line 1370, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .empty-section, body.fresh_stock_lite .empty-section {
    margin-top: 50px;
  }
  /* line 1373, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .empty-section img, body.fresh_stock_lite .empty-section img {
    min-width: 320px;
  }
  /* line 1376, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .empty-section h4, body.fresh_stock_lite .empty-section h4 {
    font-size: 36px;
    line-height: 45px;
  }
  /* line 1380, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .empty-section p, body.fresh_stock_lite .empty-section p {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 1386, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .empty-section #suggested-asssets .similar-images img, body.fresh_stock_lite .empty-section #suggested-asssets .similar-images img {
    height: 200px;
  }
  /* line 1390, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page .empty-section #suggested-asssets .similar-images .suggested-asset .add-asset-btn, body.fresh_stock_lite .empty-section #suggested-asssets .similar-images .suggested-asset .add-asset-btn {
    font-size: 36px;
  }
  /* line 1398, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page #share-collection .copied-to-clipboard, body.fresh_stock_lite #share-collection .copied-to-clipboard {
    border-radius: 20px;
    border: 1px;
    background-color: #0c0d0c;
    color: #fbfbfb;
    border-color: transparent;
    padding: 7px;
    display: flex;
    width: 290px;
    left: unset;
    transform: unset;
    margin-top: unset;
    position: absolute;
    right: 0%;
  }
  /* line 28, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page #share-collection .copied-to-clipboard svg, body.fresh_stock_lite #share-collection .copied-to-clipboard svg {
    align-self: center;
  }
  /* line 1409, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page #full-preview-image .modal-dialog, body.fresh_stock_lite #full-preview-image .modal-dialog {
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 1413, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
  body.fresh_stock_page #full-preview-image .img-fluid, body.fresh_stock_lite #full-preview-image .img-fluid {
    max-width: none;
  }
}

/* line 1419, app/assets/stylesheets/pages/fresh_stock/fresh_stock_assets.scss */
body.fresh_stock_page .highlighted, body.fresh_stock_lite .highlighted {
  color: #0c0d0c !important;
}

/* line 1, app/assets/stylesheets/pages/fresh_stock/fresh_stock_photos.scss */
#fresh-stock-subscription {
  background: url(/assets/stock_images_subscriptions/background_fresh_stock-5a9f51f59064b3cc4311f262f4e141df0da018c2c2773a526e7043348388c173.png);
  background-size: cover;
  background-position: center 66px;
}

/* line 5, app/assets/stylesheets/pages/fresh_stock/fresh_stock_photos.scss */
#fresh-stock-subscription #fresh-stock-photos {
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0 0 30px #000;
  max-width: 600px;
  min-height: 400px;
  padding: 15px 40px 25px 40px;
}

/* line 13, app/assets/stylesheets/pages/fresh_stock/fresh_stock_photos.scss */
#fresh-stock-subscription #fresh-stock-photos h5 {
  font-size: 20px;
}

/* line 16, app/assets/stylesheets/pages/fresh_stock/fresh_stock_photos.scss */
#fresh-stock-subscription #fresh-stock-photos .logo {
  padding: 40px 0 50px 0;
  max-width: 280px;
}

/* line 40, app/assets/stylesheets/pages/fresh_stock/fresh_stock_photos.scss */
#my-collections .centered-overlay {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  text-shadow: 0px 0px 4px rgba(65, 65, 66, 0.7);
}

/* line 46, app/assets/stylesheets/pages/fresh_stock/fresh_stock_photos.scss */
.thumbnails .centered-overlay {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  text-shadow: 0px 0px 4px rgba(65, 65, 66, 0.7);
}
